shutdown command timer 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: cancel shutdown timer
shutdown -a
shutdown -s -t SECONDS
shutdown -s -t <TimeInSeconds>
shutdown -a