22 C
Texas

How to schedule the automatic shutdown in Windows 10.

Hi, how are you? Windows 10 is the most widely used program in the world. Its type of users ranges from professionals, companies, to ordinary people. Indeed, some normal people often forget to turn off the computer. This can be problematic since it shortens the life of the hardware in addition to generating problems of consumption. If you are one of those people, or simply want to automate it, then this is your post. Inasmuch as we are going to see how to schedule the automatic shutdown in Windows 10.

Schedule automatic shutdown using the Run box.

The run tool has been present since older versions of Windows. In this case, we will use it to schedule the automatic shutdown in Windows 10. With this in mind, press the Win+R combination to invoke the run tool, and type the following command:

 shutdown –s –t numberofseconds

Please note that you have to add the number of seconds you want to delay the system shutdown. Suppose, the idea is to postpone the shutdown for 10 minutes. Well, in that case, add the value 600. This is because 60 seconds is equivalent to one minute, and when you multiply it by 10, then the value 600 results.

Programming the shutdown using the run tool
Programming the shutdown using the run tool

Program the shutdown of Windows using the Command Prompt.

- Advertisement -

Another method of programming the shutdown is to use the Command Prompt. Some users are not experts using the console, however, in this case, its use is very simple. To launch a CMD, press the Win+R combination to launch the Run tool. Once there, type CMD.

Launch a Command Prompt
Launch a Command Prompt

After the CMD opens, just enter the same command as in the previous step:

 shutdown –s –t 600

After you press enter, the result will be the same. Consequently, Windows will issue a shutdown warning.

Scheduling Windows shutdown using the CMD
Scheduling Windows shutdown using the CMD

Use Windows Powershell for auto shutdown

The PowerShell tool can also be used for shutdown programs in Windows 10. With this intention, press the Win+X combination and then click on Windows PowerShell.

Launch the PowerShell
Launch the PowerShell

Once there, just enter the same command used in the previous two steps.

 shutdown –s –t 600 
Programming the shutdown using the PowerShell.
Programming the shutdown using the PowerShell.

The effect of this method is exactly the same as with the previous two.

Use the Windows 10 task scheduler

Finally, let’s schedule the shutdown of Windows graphically. With this in mind, we will use the Windows Task Scheduler. First, press the Win+Q combination and enter Task in the search bar.

Opening the task scheduler
Opening the task scheduler

Once the application is launched, just click on Create a basic task

Creating a basic task.
Creating a basic task.

In the box below, assign the name to the task. Choose something simple like Shutdown

Assign the name to the task.Assign the name to the task.
Assign the name to the task.

Then choose the periodicity of the shutdown task. For this example, we will use the option Daily.

Choose the option daily

Just keep an eye on the set time for shutdown. Also, set the number 1 in the lower field so that the task is repeated every day.

Sets the start date of the task
Sets the start date of the task

It then sets the corresponding action for the task. In this case, select Start to program. And press next to continue.

Select the action to start a program.
Select the action to start a program.

In the box below, click on Browse.

Browse to select the program to be executed.
Browse to select the program to be executed.

Then go to the following route: C:Windows32\System32. And from there select the program shutdown.exe

Sets the program to shut down Windows.
Sets the program to shut down Windows.

Then press Finish, to close the dialog box. This way it is possible to schedule the automatic shutdown in Windows 10. It is a way to improve productivity and organize tasks. In addition, those users who are distracted will be able to ensure that the system shuts down automatically. Okay, that’s it. Before we say goodbye, I invite you to see the post about DNS in Android.

- Advertisement -
Everything Linux, A.I, IT News, DataOps, Open Source and more delivered right to you.
Subscribe
"The best Linux newsletter on the web"

LEAVE A REPLY

Please enter your comment!
Please enter your name here



Latest article