shutdown command cmd code example
Example 1: windows shutdown command timer
shutdown -s -t SECONDS
Example 2: cmd shutdown
# Schedule an automatic shutdown (7200 = seconds)
shutdown /s /t 7200
# Cancel Auto Shutdown Schedule
shutdown -a
Example 3: shutdown from command prompt windows 7
shutdown /s --> for shutdown
shutdown /r --> for restart
shutdown /l --> for log off