Superfly-Inc / ShowKeyPlus

Windows product key finder and validation checker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI

pschneider1989 opened this issue · comments

Hi,

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

How can I enter CLI mode?

Thanks in advance,
Patrick

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

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

You are welcome, Good to hear.

All the best.