How To Shutdown Your Computer After A Specified Time In CMD


 
Third party image reference


This is a computer trick that gives you control on how long you will wait before your computer shutdown.

Open you CMD and type shutdown -s -t 30
This command is very simple to understand if you ask me.
30 is the number of seconds you will wait before your computer shutdown and it is a variable ie you can put any number you want.
You will see a warning during this waiting time indicating that your computer will shutdown soon.
-t is the timer switch.
You can stop this computer from shutting down when the countdown hasn’t reached 0 by typing shutdown -a and hit enter.

Post a Comment

Previous Post Next Post