Windows 10: How to Use the Scheduled Auto Shutdown Function

Windows 10: How to Use the Scheduled Auto Shutdown Function
We sometimes forget to switch off our computer, which causes us to keep it running overnight in order to finish a download, finish an update, or just make a mistake. However, were you aware that Windows 10 comes with a built-in function that facilitates the scheduling of your personal computer to shut down automatically?
Whether you want to reduce your power consumption, keep your system in good condition, or just rid yourself of the burden of having to remember to switch off your computer, this simple method may make your life easier. That is how it should be done, step by step.
Why Should You Schedule an Automatic Power Down?
The scheduling of a shutdown in advance is advantageous for a variety of practical reasons. If you are downloading a huge file that won’t be finished until the middle of the night, or if you are viewing a movie and have a tendency to fall asleep while watching it, then you are. You may save yourself from having to remember when your computer should shut down by setting it to shut down automatically at a certain period.
Additionally, it might be of assistance:
- Use less electricity.
- Keep from becoming too hot.
- Maintain the longevity of your gear.
Utilizing a Task Scheduler (No Software Required) is the first method.
You may automate system tasks with the help of the Task Scheduler, which is a utility that comes pre-installed with Windows 10. In order to construct a shutdown schedule, you may utilize it in the following manner.
Instructions Broken Down Into Steps:
- After pressing Windows and S, enter “Task Scheduler,” and then launch the program.
- Click the Create Basic Task button located in the right side.
- You should give your job a name like “Auto Shutdown” and then click the Next button.
- Decide whether you want the shutdown to take place once a day, once a week, once a month, or daily.
- Make sure that the time that you want your computer to turn off is set.
- Simply pick Start a program from the “Action” page, and then click the Next button.
Enter the following into the “Program/script” field:
- A. Arduino
Edit and copy the shutdown
Type the following into the “Add arguments” field: - Copy and Edit /s /f /s is the shortcut for shutdown in bash.
- /f will force all applications that are currently open to shut.
- Simply click the Finish button, and your assignment will be finished.
- At this point, your computer will shut down on its own according to the timetable that you have established.
Establishing a One-Time Shutdown using Command Prompt is the second method.
The Command Prompt technique is a quick and simple alternative that you may use if you do not want to construct a task that will run on a recurrent basis and you just need your personal computer to shut down after a few minutes or hours.
In this manner:
To launch Run, press the Windows key and the R key simultaneously.
Put in:
Copy Edit Shutdown -s -t 3600 Arduino and run it.
In three minutes and six hundred seconds, or one hour, this command will turn off the computer.
You are able to alter the number according to the length of time that you like the delay to be.
After you have typed the command, Windows will display a notification informing you that a shutdown has been planned for the system.
Should you change your mind, you may reopen Run and input the following:
The Arduino Copy Edit Shutdown -a command
Because of this, the planned shutdown will be aborted.
Implementing a Shortcut for Repeated Shutdowns is the Third Method.
To make things more convenient for yourself, you may make a shortcut on your desktop if you often need to plan shutdowns.
Simply right-click on your desktop, then choose New > Shortcut from the menu that appears.
In the field labeled “location,” type:
- Copy Edit Shutdown -s -t 1800 on an Arduino Arduino
(This will turn off your computer after thirty minutes.) - Click the Next button, give it a name like “Shutdown in 30 Minutes,” and then complete the process.
- In order to plan a shutdown, you may now just double-click the shortcut anytime you wish to do so.
- In addition, you have the ability to create several shortcuts using various times.
Considerations to Keep in Mind
A /f command will be used to force-close any unsaved work that is currently open. It is imperative that you save everything before the time that has been planned.Even if you are using your computer when it is scheduled to shut down, you may always use the shutdown -a command to cancel the shutdown.
This function is secure and built-in, and there is no need for any other apps or software.