windows timed shutdown code example
Example 1: windows shutdown command timer
shutdown -s -t SECONDS
Example 2: how to turn off pc at specific time
shutdown -s -t <TimeInSeconds>
Example 3: cmd timed shutdown
shutdown /s /t 3600 #(3600s --> 1h)