christian-korneck / get_win8key

script to read the Windows 8.x OEM license key from PC firmware
189 stars 43 forks source link

save to file by default? or wait before quiting #4

Open nwgat opened 9 years ago

nwgat commented 9 years ago

how about saving to file by default? or wait when it has found the key, atm it will just quit, you have to run it under cmd to see the key

tested compiled exe*

christian-korneck commented 9 years ago

get_win8key is a command line tool and behaves exactly like that. Either run it from a Windows shell (start -> run -> cmd (+ ENTER) or if you want the shell to stay open you could for example create a desktop icon that runs this command: cmd.exe /k "c:\somedir\get_win8key.exe"

To pipe the output to a textfile, you could do: get_win8key.exe > "c:\somedir\win8key.txt"

Gelo3D commented 8 years ago

get_win8key.exe > ".\win8key.txt"

default localization file create :]