Open nwgat opened 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"
get_win8key.exe > ".\win8key.txt"
default localization file create :]
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*