
- by x32x01 ||
Sometimes you want your PC to turn off automatically - maybe after a long download, or before you head out for the day. Luckily, Windows includes a built-in shutdown timer, and you don’t need any extra software to use it 
Step 1: Open Command Prompt
Step 2: Enter the Shutdown Command
In the Command Prompt, type the following command:
Replace XXXXX with the number of seconds you want before shutdown.
Example:
That will shut down your PC after 1 hour (3600 seconds).
Step 3: Customize Your Timer
You can modify the command to suit your needs:
Step 4: Cancel the Timer (If Needed)
Changed your mind? You can cancel the shutdown anytime with this command:
Why Use a Shutdown Timer?
Setting a shutdown timer is super handy when:
You’re downloading large files overnight 
You want your PC to turn off after a movie 
You don’t want to waste power while away from home 
It’s a simple trick that helps you save time, energy, and battery life
Final Thoughts
No need for third-party apps or complicated scripts - Windows already has everything you need.
Just one simple command, and your PC will power down exactly when you want it to

Step 1: Open Command Prompt
- Press Windows + R to open the Run dialog.
- Type cmd and hit Enter.
Step 2: Enter the Shutdown Command
In the Command Prompt, type the following command:shutdown -s -t XXXXX
Replace XXXXX with the number of seconds you want before shutdown.

shutdown -s -t 3600
That will shut down your PC after 1 hour (3600 seconds).
Step 3: Customize Your Timer
You can modify the command to suit your needs:Restart instead of shutdown:
shutdown -r -t XXXXX
Force close apps before shutdown:
shutdown -s -f -t XXXXX
Step 4: Cancel the Timer (If Needed)
Changed your mind? You can cancel the shutdown anytime with this command:shutdown -a
Why Use a Shutdown Timer?
Setting a shutdown timer is super handy when:





It’s a simple trick that helps you save time, energy, and battery life

Final Thoughts
No need for third-party apps or complicated scripts - Windows already has everything you need.Just one simple command, and your PC will power down exactly when you want it to

Last edited: