shutdown windows 10 command line timer code example
Example 1: windows shutdown command timer
shutdown -s -t SECONDS
Example 2: shutdown in 10 minutes windows cmd
shutdown –s –t <seconds>
shutdown -s -t SECONDS
shutdown –s –t <seconds>