Situatie
Sometimes you want your computer to shut down or restart at a specific time — for example, after downloads finish or during off-hours. You can easily schedule this with a built-in Windows tool.
Solutie
Method 1: Use the Run command to schedule a one-time shutdown
- Open Run
PressWindows + R - Type the shutdown command
Type the following and press Enter:shutdown -s -t 3600➤
-smeans shutdown.
➤-tmeans “time” in seconds.
➤ In this example,3600= 1 hour (60 minutes × 60 seconds).🕒 You can change
3600to any number of seconds you want. - A pop-up will confirm the scheduled shutdown
 - Cancel it if needed
If you change your mind, open Run again and type:shutdown -a 
Method 2: Use Task Scheduler for recurring shutdowns or restarts
This is useful if you want the PC to shut down daily or weekly at a specific time.
- Open Task Scheduler
Search for it in the Start menu. - Create a basic task
On the right, click Create Basic Task, name it something like Daily Shutdown, and click Next. - Choose a trigger
For example: Daily at 11:00 PM. - Choose “Start a program” as the action
 - In the “Program/script” box, type:
shutdown - In “Add arguments”, type:
-s -f➤
-fforces running apps to close. - Finish the wizard
Your PC will now shut down automatically at the scheduled time! 
                
Leave A Comment?