Open In App

Put a Shutdown Timer on your Windows Desktop

It might be that you often forget to turn off your PC or you have some task running on the system that’s going to take some time to complete, and you want the system to automatically shut down after the task is complete. 

You can tackle this issue without using any third-party software. This article will guide you through the simple process of resolving the same issue. To do so follow the below steps:



shutdown –s -t 300

Note: The ‘300’ indicates 300 seconds, so your computer will shut down in five minutes.



You can adjust the shutdown time. For example, for the seven-hour timer, you’d need to change it to ‘25200’. 

Windows will show a warning when you’re a few minutes from being signed out. If you need more time, return to Command Prompt window and type the below command to abort the process:

shutdown-a 

If you find yourself using this process a lot, it is best to create a desktop shortcut for it. To do follow the below steps:

 C:\windows\System32\cmd.exe” /k shutdown –s –t 25200

 Note: 25200 will set a seven-hour timer.

You might also want to create a desktop shortcut to abort the shutdown. Repeat the process above and type the following command:

C:\Windows\System32\cmd.exe” /k shutdown –a
Article Tags :