Answers for "windows cmd to shut down in time"

4

cmd timed shutdown

shutdown /s /t 3600 #(3600s --> 1h)
Posted by: Guest on January-23-2021
0

how to shutdown your computer using cmd

shutdown /s /t 1
Posted by: Guest on August-26-2021
0

shutdown in 10 minutes windows cmd

shutdown –s –t <seconds>
Posted by: Guest on August-29-2020

Browse Popular Code Answers by Language