RackNerd Billboard Banner

How to Create a Shutdown Timer in Windows 10

Sometimes you want your computer to shut down automatically—maybe you’re downloading a big file, running a virus scan, or just prone to falling asleep watching YouTube.
Windows 10 actually has a built-in shutdown timer. No extra software. No complicated setup. Just a simple command.

Here’s how to set it up in a few quick steps.


Method 1: Using Command Prompt

  1. Open Command Prompt
    • Press Windows + R to open the Run dialog.
    • Type cmd and hit Enter.
  2. Enter the Shutdown Command
    • In the Command Prompt window, type:
      shutdown -s -t 3600
      • -s means shutdown.
      • -t sets the timer in seconds. (3600 seconds = 1 hour.)
  3. Hit Enter
    • Your PC will now shut down after the set time.
    • You’ll see a small pop-up confirming the scheduled shutdown.

Method 2: Using the Run Dialog (Faster Way)

If you don’t want to open Command Prompt:

  1. Press Windows + R.
  2. Type:
    shutdown -s -t 3600
  3. Press Enter.

Done—shutdown timer set.


How to Cancel the Shutdown Timer

Changed your mind? No problem.

  1. Press Windows + R again.
  2. Type:
    shutdown -a
  3. Hit Enter.

This aborts the timer immediately.


Bonus Tip: Create a Desktop Shortcut

If you use shutdown timers often, you can make a shortcut:

  1. Right-click on your desktop → NewShortcut.
  2. In the location field, type:
    shutdown -s -t 1800
    (Replace 1800 with your preferred seconds.)
  3. Name the shortcut something like Shutdown in 30 mins.
  4. Click Finish.

Double-clicking it will instantly set the timer.


Final Note:
This trick works in Windows 10 and also in Windows 11. It’s safe, quick, and perfect for power users—or for anyone who just wants their PC to take care of itself.

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
RackNerd Billboard Banner
© 2025 Computer Everywhere
Your Everyday Guide to the Digital World.
Terms of Service | Privacy Policy
Copy link