How To Create A Reboot Scheduled Task In Windows.
Whether you wish to set up Windows updates mechanically, run an software, ship mail, and even show a message on schedule, you possibly can create a scheduled job. This permits the working system to run particular applications mechanically with out the necessity of the consumer. Through Task Scheduler, you can even create a reboot job that mechanically begins as soon as the system meets sure standards.
Using Task Scheduler
The Task Scheduler is a built-in software in Windows that allows you to create scheduled duties. You may also write scripts that mechanically run on schedule. This is strictly what you should do when making a reboot schedule. Here’re the steps.
- Press the Windows and the R key to open Run window.
- Type
taskschd.msc
after which press Enter to open the Task Scheduler window. - In the center panel, you will note an inventory of processes that functions run mechanically. On the left panel, right-click on the Task Scheduler Library and choose the New folder.
- Name the created folder and click on on OK.
- Again on the left panel, choose the folder you simply created and right-click on it.
- Select Create job. This will open a separate Create Task window.
- Name the duty and add an outline.
- Under Security choices, you possibly can set the PC to make use of the specified consumer account when operating the duty.
- Go to the Triggers tab and click on on New…
- Here, you possibly can set when the system reboots. Set Begin the duty to On a Schedule.
- Under settings, set the values in line with your alternative and click on on OK.
- Go to the Actions tab and click on on New…
- Set Action to Start a program.
- Under Program/script, sort
shutdown
and on Add arguments (optionally available), sort/r /f
. - Click on OK.
- Go to the Conditions tab if you wish to set any circumstances of the scheduled job.
- In the Settings tab, you possibly can specify extra settings that have an effect on the duty conduct.
- Once every thing is about, click on on OK to create a reboot scheduled job.
- On the left panel, click on on the folder you created.
- Now, on the center panel, be sure that the standing on the reboot job signifies Ready.
Using Command Prompt
Alternatively, you can even create a reboot job using the command immediate. However, this can shutdown/restart PC instantly when you run the command. So you should use the delay argument within the command. Using delay arguments within the shutdown command gives full management when the PC restarts.
- Press the Windows + R key.
- Type
cmd
and press Enter. - Type
shutdown /r /f /t 300
and press Enter. This command will set a delay of 300 seconds i.e., 5 minutes. Meaning that the PC will restart after 5 minutes.
How to Disable Scheduled Reboot?
Sometimes you could be in the course of an necessary job, and also you would possibly get a pop-up saying the PC will restart in lower than a minute as a result of a scheduled restart. If you don’t want to restart the PC, you possibly can enter a command that may skip the restart scheduled.
- Open the Run window.
- Type
shutdown /a
and press Enter to disable the reboot course of.
If you wish to disable all the restart schedule from operating, you should disable all the job from beginning mechanically.
- Open Task Scheduler.
- On the left panel, seek for the reboot job you created.
- Now, right-click on the reboot job within the center panel and choose Disable.
Check out more article on – How-To tutorial and latest highlights on – Technical News