Never Leave Your Computer On Again: A TimedShutdown Review

Written by

in

Step-by-Step Guide: Setting Up TimedShutdown on Windows You can make your Windows computer turn off on a timer. This is great if you are downloading a huge game or listening to music before bed.

Here is how to set up a timed shutdown using tools already on your computer. Method 1: Use the Run Command (Fastest Way)

This is the quickest way to set a sleep timer. You do not need to install anything.

Press the Windows Key + R on your keyboard. A small box will pop up. Type shutdown -s -t XXXX in the box.

Replace XXXX with the number of seconds until your PC turns off. Click OK. Seconds to Minutes Helper

You must type the time in seconds. Here are some common times you can copy: 10 minutes: shutdown -s -t 600 30 minutes: shutdown -s -t 1800 1 hour: shutdown -s -t 3600 2 hours: shutdown -s -t 7200 Method 2: Use Task Scheduler (For Daily Timers)

Use this method if you want your PC to turn off at the exact same time every day.

Click the Windows Start button. Type Task Scheduler and press Enter. Click Create Basic Task on the right side of the screen.

Type a name for your task, like “Nightly Shutdown”. Click Next.

Choose how often you want it to happen (like Daily). Click Next.

Set the start date and the exact time you want the PC to turn off. Click Next. Choose Start a program. Click Next. In the Program/script box, type shutdown.

In the Add arguments box, type -s -f. This forces the PC to shut down even if apps are open. Click Next and then click Finish. How to Cancel a Timed Shutdown Did you change your mind? You can stop the timer easily. Press Windows Key + R again. Type shutdown -a in the box. Click OK.

A small notification will pop up to tell you the shutdown was canceled. If you want to customize this further, let me know: Tell me what you need, and I can give you the exact steps!

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *