shutdown.exe /s /t 3600
/s tells the command to do a shutdown (no reboot) and /t is to add a time out. So the command above is equivalent to the linux command
shutdown -h 3600If you suddenly don't want to shutdown (or reboot) your computer, you can abort the command with
shutdown.exe /a
No comments:
Post a Comment