Superfly-Inc / ShowKeyPlus

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

CLI #13

Closed pschneider1989 closed 6 years ago

pschneider1989 commented 6 years ago

Hi,

I saw in your release notes: Suppress messagebox when in CLI mode.

How can I enter CLI mode?

Thanks in advance, Patrick

Superfly-Inc commented 6 years ago

Hi Patrick

To use CLI to generate a text file of installed, original and OEM key(s) and their editions, silently.

Usage: "[path]\ShowKeyPlus.exe" "[path][filename].txt" (or any text compatible extension, eg: .doc, .csv etc)

Note the space between the exe and args[]

HTH

pschneider1989 commented 6 years ago

I created a Batch as a logon script to store .TXT file in a central path. Works great- thank you so much!

@ECHO OFF \...\ShowkeyPlus\ShowKeyPlus.exe \...\ShowKeyPlusLicenses\LIC_%COMPUTERNAME%.TXT

Superfly-Inc commented 6 years ago

You are welcome, Good to hear.

All the best.