Monday, July 30, 2012

Post Windows OS softy

Clavier+
Dropbox, google drive, cxsync
Everything search engine
unlocker
firefox
chrome



Thursday, April 19, 2012

Windows command line hook to restart shutdown

To immediately shutdown the system (0 second timeout), the command-line would be:

shutdown.exe -s -t 00

To reboot the system immediately, this command:

shutdown.exe -r -t 00