Open In App

How to Put a Shutdown Timer on your Windows Desktop?

Last Updated : 04 Nov, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Installing a shutdown timer on your Windows desktop can be an effective method for controlling how your computer consumes power, particularly if you frequently overlook its off switch. Whether you're engaged in downloading big files, enjoying a movie, or aiming to save electricity, a shutdown timer lets you program your PC to automatically shut down at set times. In this guide, we'll show you how to easily set up a shutdown timer on your Windows desktop.

How to Put a Shutdown Timer on your Windows Desktop?

  • Step 1: Click on the Start button, type cmd.exe then press Enter.
  • Step 2: In the Command Prompt window that appears, type the below command:
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’. 

  • Step 3: Press Enter to start the countdown.

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 

Desktop Shorcut for Shutdown Timer

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

  • Step 1: Right-click an empty part of your desktop, select New, then Shortcut.
  • Step 2: In the ‘Type the location of the item:’ section, add the following:
 C:\windows\System32\cmd.exe” /k shutdown –s –t 25200

 Note: 25200 will set a seven-hour timer.

  • Step 3: Click Next, give your shortcut a name, then Finish.

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

Conclusion

You may quickly automate the power-off procedure on your Windows desktop by setting a shutdown timer by following the above instructions. In addition to saving energy, this feature makes sure your computer isn't operating needlessly. A shutdown timer can be a useful addition to your computing routine, whether it's for personal use or to better manage activities.

how-to-put-a-shutdown-timer-on-your-windows-desktop_
How to Put a Shutdown Timer on your Windows Desktop?

Next Article

Similar Reads