Answers for "cmd command to shutdown pc after time"

4

cmd timed shutdown

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

shutdown cmd

In CMD for Windows 10 and 11:

shutdown /s              (shuts down)
shutdown /r              (restarts)
shutdown /i              (opens UI for remote shutdown)
Posted by: Guest on October-29-2021

Browse Popular Code Answers by Language