Skip to content

Instantly share code, notes, and snippets.

@mtdtks
Created May 12, 2015 10:08
Show Gist options
  • Save mtdtks/86eb298355932250a3fc to your computer and use it in GitHub Desktop.
Save mtdtks/86eb298355932250a3fc to your computer and use it in GitHub Desktop.
windows shutdown batch file
C:\Users\username\Shutdown -s -f -t 3600
rem for win8,win7
rem xp unknown
rem -t:time(sec)
rem -r:restart
rem -f:force shutdown
rem -l:logoff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment