Superfly-Inc / ShowKeyPlus

Windows product key finder and validation checker
MIT License
930 stars 162 forks source link

Non silent when no Windows installation found #10

Closed Svoffer closed 7 years ago

Svoffer commented 7 years ago

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

Superfly-Inc commented 7 years ago

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.

Svoffer commented 7 years ago

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.

Superfly-Inc commented 7 years ago

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

Svoffer commented 7 years ago

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.

Svoffer commented 7 years ago

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

Superfly-Inc commented 7 years ago

@Svoffer and anyone else.

Please test that this is fixed in version 6320.

Svoffer commented 7 years ago

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

Superfly-Inc commented 7 years ago

You're welcome

Thanx for your support.