- Create a shutdown timer for Windows
- Put a shutdown timer on your Windows desktop with this command
- Create a shutdown timer shortcut
- Automatic shutdown in Windows 10
Method 1: Auto Shutdown via Run
- Press the “Window + R” key to open the RUN window.
- Type “shutdown -s -t ” and press Enter Key.
shutdown -s -t 300
This will shutdown PC automatically after 5 minutes.
Method 2: Auto Shutdown via Command Prompt
- Open Command Prompt
- Type “shutdown -s -t ” and press Enter Key.
shutdown -s -t 600
This will shutdown PC automatically after 10 minutes.
Method 3: Auto Shutdown via Task Scheduler
- Open Start and Search for Task Scheduler and then press enter to open Task Scheduler
- Now click on the “Create Basic Task” from the Action options
- Name the Task such as “Shutdown PC” and click next
- Choose start time and click next
- Set the Start date and time of the task and click Next
- Select “Start a program” option from a various actions list and then click on the “Next” button
- Click on Browse Button and choose “shutdown.exe” from C/Windows/System32
- Enter “-s” as the argument and click on the “Next” button to proceed
- Click Finish Button to complete the task
- That’s All.