Superfly-Inc / ShowKeyPlus

Windows product key finder and validation checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non silent when no Windows installation found

Svoffer opened this issue · comments

I'm trying to implement ShowKeyPlus in an Windows installation via SCCM and running it under Windows PE.
It is outputting to the txt file just find, but it is showing the GUI with the message:
"Auto-discovery did not find any Windows installations"
"OEM information found..."

Can you make it so it doesn't show the GUI in this case?

Svoffer

I wouldn't want to suppress the GUI globally when there are no Windows installations as some may want to know that there is an OEM key,,, however if you want silent, you can use it in CLI mode. If that does not work for you give me a spec with the typical scenarios you encounter.

I am using the CLI mode. Outputting to a txt file.
When running the CLI mode on an installed Windows it shows nothing, but under Windows PE(Windows Setup), there is no installed OS and thereby no keys. It is here that I see the GUI. But it does make the txt file.

Oh I see...CLI should not display that - is the txt file complete though? i.e should it say no windows installations.

The txt file is just right, thanks.
It also gives the OEM info. Though I think I only remember the output on a machine with a Windows 7 maker. I'll check one with a Windows 10 key tomorrow.

Yes, txt file is complete with Windows 10 OEM information.

@Svoffer and anyone else.

Please test that this is fixed in version 6320.

Superfly, I can confirm that this is fixed.
Many thanks. =)

You're welcome

Thanx for your support.