windows shutdown command 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: full shutdown windows 10 cmd
shutdown /s /f /t 0
Example 4: how to power down pc using cmd
shutdown /s