timed shutdown cmd code example
Example 1: windows shutdown command timer
shutdown -s -t SECONDS
Example 2: cmd timed shutdown
shutdown /s /t 3600 #(3600s --> 1h)
shutdown -s -t SECONDS
shutdown /s /t 3600 #(3600s --> 1h)