How to set auto shutdown on Windows 10. Automatic shutdown of the computer in different ways. Updating the motherboard BIOS

Some users need to configure the computer to turn off by time or even on scheduled days at certain times. The reasons can be different and the most banal one is that you already start watching some movie at night and don’t want the computer to work until the morning if you suddenly fall asleep :) The same function is used by some on TVs and still follows the same rules reason.

And the most interesting thing is that such a function in a computer is far from lying on the surface. It seems like a computer is such an omnipotent device, but such a banal function is hidden somewhere that a beginner will never find it!

So, from this article you will learn how, using a simple command in Windows console you can configure the computer to turn off after a certain number of seconds, as well as how to configure the computer to turn off at a certain time on certain days!

Beginners should not be intimidated by the words “Console”, “Command Line” and the like, since we are not talking about programming and other complex tasks! I will show you an example and you will understand everything...

So, now we will look at 2 ways to turn off the computer on time:

    Simple shutdown of the computer after a specified number of seconds;

    Turn off the computer on a specified day and time.

How to set a timer to turn off the computer?

To implement this task, we only need the Windows command line.

In any operating system, you can quickly find the command line through a search. For example, in Windows XP, Windows Vista or Windows 7, open the Start menu and type “cmd” in the search box at the bottom. The Command Prompt application appears in the list.

If you have Windows 8, then also open “Start”, then click on the search icon on the right:

In the field that appears, type “cmd” and the Command Prompt program will immediately appear in the search results:

And finally, if you have Microsoft's latest Windows 10, the default search icon will be located right next to the Start button. Click it, enter “cmd” and see the “Command Line” application:

To complete our task, you may need administrator rights, and therefore, in order not to later have to look for the reason why shutdown by timer may not work, let’s run the command line as an administrator. To do this, right-click on the program icon and select “Run as administrator”:

A black window should open for you command line, which looks like this:

Please note that if you have in this window instead of the path " C:\Windows\system32" the path to the user's folder is specified (for example, " C:\Users\Ivan"), this means you launched the command line not as an administrator, but as a regular user! In this case, it is better to close it and open it again as an administrator.

After the command line has been launched, all that remains is to enter one command correctly and you’re done!

To shut down and restart the computer in the command line Windows line The "shutdown" command is used.

Type the following on the command line:

Where 3600 is the number of seconds after which your computer will shut down. If you press the “Enter” button on your keyboard now, your computer will be turned off in 1 hour, since one hour is exactly 3600 seconds. It’s very easy to calculate :) We know that there are 60 seconds in one minute, and since there are also 60 minutes in an hour, we multiply 60 by 60 and get 3600. For example, 1 hour 20 minutes is 4800 seconds.

Now regarding these characters “/s” and “/t”.

These are the 2 parameters that I specified for the shutdown command. The “/s” parameter means that the computer should shut down, and not reboot or simply log out. For example, to reboot you need to specify “/r” instead of “/s”. The “/t” parameter allows you to set the time before the command is executed. For example, if we specified the command without “/t”, i.e. like this “shutdown /s”, then the computer would turn off instantly.

Now, I think you understand everything. Just enter your time until you turn off your computer and press “Enter”!

The command line window will close and the timing will immediately begin. You will receive a warning message, for example:

A warning of this format is issued when there are only a few minutes left before the computer turns off.

But if you have set a long timer, for example, for an hour or more, then when it starts, you will simply receive a notification in the system area:

If you suddenly decide to cancel the timer, then you need to enter the command line again and run the following command there and press “Enter”:

At the same time, you will receive a notification in the system area that the scheduled shutdown has been cancelled:

This is what it looks like simple circuit turning off the computer using a timer.

Now let's look at more interesting option– how to delay turning off the computer for a specific day and specified time.

How to configure the computer to turn off on the desired day and time?

To implement this possibility we need system utility Task Scheduler and Notepad.

Via Scheduler Windows tasks You can schedule any program to run on a specific day and time, and even set a recurring task for different periods, for example, daily, weekly.

There is only one catch: you won’t be able to open the command line through the scheduler, as was done, and enter a shutdown command there. This is because to run we need some kind of file that can be specified in the scheduler and which will contain a command to turn off the computer.

This issue can be resolved very simply! You need to open notepad, write “shutdown /s /t 000” there, resave the text document to a file with the extension “.bat” (for example, “Shutdown.bat”), and then point to this file in the task scheduler.

Now let’s look at it in detail, point by point:

    Open Windows Notepad. It is available by default on any Windows system and can be found in the Start menu, in the Accessories category, or by Windows search and typing “Notepad”.

    In notepad we write: shutdown /s /t 000.

    Here, using the “shutdown” command, we specified the action to shut down/restart the computer or log out of the system.

    With the “/s” parameter we specify the action - shutdown the PC!

    With the “/t” parameter we specify the timer before shutdown - 0 seconds and this means that the computer will turn off instantly without delay.

    This is how it should look:

    Resave the notepad file into a file with the extension “.bat”. To do this, in Notepad, click “File” > “Save As”.

    In the save window, indicate the location where the file with the command to turn off the computer will be stored, after which we indicate any file name, but make sure there is “.bat” at the end and not “.txt”:

    For example, like mine - “Shutdown.bat”. The name before “.bat” can be anything!

    If you saved the file correctly, it will look like this on the system:

    If it looks like a regular text document, then you most likely forgot to specify the ".bat" extension when saving, so please do this step again.

    What is this BAT file such? A file with the extension “.bat” allows you to execute one by one Windows commands one after another, and also various scripts. In our case, only one command is written - turn off the computer immediately.

    Open the task scheduler and configure the launch of the created Bat file.

    The task scheduler is also built in by default in all Windows systems and you can find it by searching, or through the control panel: “Control Panel” > “System and Security” > “Administrative Tools”.

    This is what the task scheduler looks like:

    In it on the right, in the “Actions” window, open the “Create a simple task” item:

    The wizard for setting up the scheduled task will open, where you need to go through several steps. In the first window that appears, enter the name of the task, for example, “Turn off the computer” and click “Next”:

    At the next step, you need to note when the planned task will be executed? It depends on when you want to turn off your computer. For example, you can configure a task to run daily and then you will need to specify the execution time. You can set up a weekly shutdown and then you can select specific days and times to complete the task.

    And if you just want to set up a one-time setup to turn off the computer on a certain day and time, then select the “One time” option.

    Now, depending on which shutdown period you set in the previous step, you will need to specify the shutdown month/days/time. If you specified a one-time execution of the task (“One time”), then you only need to select the shutdown day and time.

    You can enter the date manually using numbers or select it using a calendar.

    Having configured the shutdown date and time, click on the “Next” button:

    At the next stage, we select an action for the task. Check “Run the program” and click “Next”:

    In the next window, select our created file with the extension “.bat”, which contains the shutdown command. Click on the “Browse” button and select this file on your hard drive, then click “Next”:

    In the last window, select the item marked in the image below and click “Finish”:

    This option means that after clicking “Finish”, an additional properties window for the created task will open. We need this to enable the program to run with administrator rights.

    A window will open in which, on the first “General” tab, check the “Run with highest rights” item at the bottom and click “OK”:

All! The scheduled task has been created. Now, as soon as the date and time you specified arrives, the computer will immediately turn off.

If you suddenly want to change any parameters of a scheduled task, then open the task scheduler again, select “Task Scheduler Library” on the left side of the window, right-click on the task you created in the list in the center, and select “Properties” from the menu that opens :

A window will open where, on several tabs, you can change all the parameters that you configured!

In this way, you can configure the computer to turn off by time (timer), as well as schedule the shutdown for any day and time, and even set up the task to be performed regularly. I am sure that this opportunity may be useful to someone.

See you in the next articles :)

Sooner or later, many users need to automatically turn off their PC. This may be due, for example, to nightly downloads of movies, games or other files. It's no secret that some operators night traffic much cheaper than daytime.

A large number of users have already switched to Windows 10, so today we will look at the Windows 10 shutdown timer.

There are many ways to take advantage of such a simple function. Among them there are both third-party programs for the OS and also system tools.

Method 1 - Run menu

The first and one of the easiest ways to set a computer shutdown timer on Windows 10 is to use the Run utility. To launch it, use the key combination “win” and “R”. After it is launched, you need to enter the following command in it:

N - means the number of seconds after which the computer will turn off. For example, we need the PC to turn off after 15 minutes. 15*6=900. So our line will look like this:

After we click OK, we will be shown a corresponding message.

Now after 15 minutes, our PC will shut down. In this case, we will be offered to save everything open documents And so on. Everything is the same as during a normal shutdown. If we need programs to be closed forcibly, then we add -f to our line. It looks like this:

Now Win will stop all applications and turn off the computer.

In case we change our minds about turning off the system, there is a way to disable the Windows 10 shutdown timer. To do this, you need to open “Run” again and enter the following line:

We will be informed that the shutdown has been cancelled.

This method may not be very convenient, so you can use another option. We will create a “shortcut” on the desktop that will activate the PC shutdown timer.

Method 2 - shutdown via shortcut

You need to create a shortcut on your desktop

In the window that appears, enter the parameter we need to turn off the PC, again select 15 minutes

After this we will need to come up with a name for our shortcut

By clicking on the “Done” button, a new shortcut will appear that will activate the shutdown of the computer.

Method 3 - task scheduler

Another simple way to set a shutdown timer on Windows 10 is to use the task scheduler.

To access this service, again use the “Run” menu

A window will open in front of us in which we will need to select the item “Create a simple task”

Then, we will be asked to enter a name for the task

Now we indicate the frequency with which the task will be executed

Now we set the task execution time

Now you need to select the action to be performed

In the last window you will need to enter shutdown command, the argument will be -s

The task scheduler will now launch the specified program and turns off the PC at the appointed time.

So we've sorted it out simple ways setting a shutdown timer on Windows 10. With the help of such tools we can make sure that the computer does not work more than expected and remains turned off when we are not using it.

Of course there are many third party applications, performing similar functions, but they will be quite easy to understand, since most of them have a convenient and intuitive interface.

Automatic shutdown of the computer is an extremely useful option that will help you out more than once. It will come in handy in cases where your PC or laptop is busy with a long process and you need to leave. In this case, you can configure the computer to turn off - when the desired operation is completed, it will turn off on its own. And you can calmly go to bed, go to work or do your other things.

Most often, configuration is required if you:

  • check your PC for viruses;
  • convert video files;
  • install a computer game;
  • download large files;
  • copy important data, etc.

There are many options here, but the point should be clear.

The first is using built-in Windows tools. The second is using additional software. ABOUT the latter method read here: . And this article describes everything possible ways configure the computer to turn off at a specified time using built-in Windows tools.

All the methods below are universal and work on Windows 7, 8 and 10. Therefore, no matter what operating system you have, you can schedule your computer to shut down in any convenient way.

Setting your computer to turn off automatically

The first method on how you can enable automatic shutdown of a computer or laptop is to use the “Run” section. For this:

The following window will appear confirming that everything was done correctly.


The number 3600 is the number of seconds. It can be anything. This particular command activates the automatic shutdown of the PC after 1 hour. The procedure is one-time only. If you need to turn it off again, you must do it again.

Instead of the number 3600, you can write any other number:

  • 600 – shutdown after 10 minutes;
  • 1800 – after 30 minutes;
  • 5400 – in an hour and a half.

I think the principle is clear and you can calculate the required value yourself.

If you have already activated the computer to shut down and for some reason changed your mind, then call this window again and write the line shutdown -a . As a result, the scheduled automatic shutdown will be cancelled. If everything is done correctly, the following message will appear.


Shutting down the computer via the command line

Another very similar method is through the command line. To enable this option:


If you suddenly change your mind about performing this operation, then open this window again and enter – shutdown -a.


This command only works when you have already set the time to turn off the computer, but it has not yet arrived.

By the way, if this procedure needs to be performed regularly, then there is an easier way. To avoid opening the Run window or Command Prompt, create a shortcut (for example, on your desktop). And in the “Object Location” field write the following line C:\Windows\System32\shutdown.exe -s -t 5400(the number can be any). Click Next, then enter a name for the shortcut and click Finish.


Now, when you need to set your computer to shut down, just click on this shortcut. And this option is immediately activated (you will see a confirmation message).

For convenience, you can create another shortcut to remove turning off the computer (in case you need it). But here you need to write down the following: C:\Windows\System32\shutdown.exe -a(no period at the end).


Turn off the computer according to schedule

And the last method is to turn off the computer by time using the “Scheduler”. Suitable if you need to perform this procedure regularly: daily, weekly, etc. In order not to constantly launch the command line, you just need to set the time to turn off your computer or laptop once and that’s it.

To do this:

  1. Go to Start – Control Panel – Administrative Tools.
  2. Select Task Scheduler.
  3. In the right column, click on “Create a simple task”.
  4. Enter a name that you understand - for example, “Automatic shutdown of PC”.
  5. Indicate how often this procedure should be performed (if once, then it is better to choose one of the methods automatic shutdown computers described above).
  6. Configure the shutdown of your computer or laptop (specify the start time and date).
  7. Select the first item - “Run program”.
  8. In the “Program” field, write shutdown , and in the “Arguments” field - -s -f (the -f switch forces programs to close in case they suddenly freeze).
  9. Click the "Done" button.


This is how you can set the computer shutdown time. Daily or monthly settings are carried out in approximately the same way. Some fields will be different, but there is nothing complicated there - you'll figure it out.

What should I do if I need to edit or delete this task? In this case, go back to the “Scheduler” and open the “Library” tab. Find your task in the list here (by name) and double-click with the left button.


In the window that opens, go to the “Triggers” section and click on the “Edit” button.



If you no longer need to shut down your PC on a schedule, then go to the “Library”, select your task, right-click, and then click “Delete”.


A few words in conclusion

Many modern programs have a checkbox “Turn off the PC after finishing the procedure.” Most often, it is available in those utilities that take a long time to complete their work - for example, disk defragmentation, scanning a laptop or computer for viruses, etc.

Be sure to check that each program has this checkbox. If it is, then you will not need to configure the PC to turn off at a time. It's much easier and more convenient. If it is not there, then you will have to configure it manually.

By the way, how to correctly calculate the time when you need to turn off your PC? Usually programs show an approximate value when a specific procedure (virus scan or defragmentation) will be completed. Look at it and add another 20-30% (or more) on top. In any case, your PC will be turned off before you wake up in the morning or come home from work in the evening.

sleep timer Windows computer 10 is a convenient option for users who often leave work or download processes while they are away or asleep. It allows you to set the moment when the equipment will automatically turn off. This is necessary when you download programs at night, limit the time your child plays on the PC while you are away, or simply to save energy.

There are three ways to determine the duration of the shutdown.

Command execution window

You can set shutdown using the shutdown command, which sets this “alarm clock”.

  1. Press +[R] at the same time.
  2. Enter the line shutdown -s –t and specify the time in seconds. For example, an hour is 3600, 2 is 7200, etc.
  1. Click “Ok” to confirm.

In our example, the PC will turn off after two hours.

This is not final as disable the shutdown timer Windows computer 10 can be accessed at any time using the shutdown – a command.

The same actions can be done via the command line.

In the top ten, command options are written using “/”, although the old syntax is also supported.

A warning will appear shortly before shutdown.

You cannot set the Windows 10 computer shutdown timer twice in a row - an error will appear.

Task Scheduler

This convenient service can be used to automate any actions on a PC: you can enter commands in it, specify programs to be launched on time, etc. You can set a timer to shut down your computer on Windows 10 in the scheduler using the same shutdown directive.

  1. Open the action window and enter taskschd.msc.

  1. In the window, click on the “Action” menu and select create a simple task.

  1. Then enter a name for it and click Next.

  1. Select the execution frequency. You can run it every day or on certain days, or just once.

  1. Specify the time when you want to turn off your computer Windows timer 10.

  1. Leave program launch selected.

  1. In line "Script/program" enter the shutdown command itself, and specify –s as an argument in the field below.

  1. To confirm, click “Done”.

  1. Click F 5 to update the data in the window. Yours will also appear among the system tasks.

We see how easy it is to set a shutdown timer for a Windows 10 computer - you only need to know one directive. If you want to know what it is needed for, follow the link and read the article on this topic.

Using this tool, you can write your own bat file, which you specify instead of a directive in the “Script” field. You can specify a set of commands in it, for example, taskkill /f /im<ИМЯ ФАЙЛА ПРОГРАММЫ> will close the specified process, and the familiar one shutdown /s/ organizes computer shutdown using a Windows 10 timer.

Removing a previously created option is even easier:

  1. Select a line with one click.

  1. Tap the right key on the manipulator.

  1. A context menu will appear.

  1. Point to "Delete" and click.

You will find out what to do if the SuperFetch service in Windows 10 loads the disk

  • 1 How to teach a PC to turn off by itself
  • 2 Standard OS tools

In addition to the usual shutdown of your Windows 10 computer, you can always set a timer. For example, when leaving home on urgent business, you want to download a movie to watch immediately upon returning home. Let's say this is a documentary film posted in the public domain (so that no one is convicted of piracy). You need to escape in 5 minutes, and the movie needs to play for another hour. The solution is to set a timer so that the computer automatically turns off after 80 minutes (with a margin).

How to teach a PC to turn off by itself

Windows, be it XP or 10, has built-in tools to automatically turn off the computer. Additionally, you can set third party program. There is no point in describing each in detail; they all have a clear interface and successfully cope with their task. Here is a list of the most popular such applications:

  • SM Timer
  • PowerOff
  • Auto Power OFF
  • Airytec Switch Off
  • sleep timer

Here, for example, is the SM Timer mini-program window:

A preschooler will figure out how to set a timer with it.

Standard OS tools

But why litter operating system when there are built-in capabilities? Both Windows XP, and Vista, and 7, 8, 10 allow you to set the timer in exactly the same way through the Run line. Just hold down the Win key on your keyboard (with Windows icon) and at the same time “R”. A window will open in which enter the following formula:

shutdown -s -t 1800

The number at the end is the number of seconds after which the timer will automatically turn off the computer. The example indicates 1800 seconds, that is, 30 minutes. The command in the form shutdown -s -t 1800 -f will forcefully close all programs when the computer is turned off. By starting the window again and entering shutdown -a you will cancel set timer.

In Windows XP, 10 and any other modern version You can improve this method by creating a shortcut to turn off the computer after a certain time. For this:

  • Right-click on the empty desktop.
  • Click “Create Shortcut”.

See also: Windows 10 forgot password

  • In the location field, write: C:\Windows\System32\shutdown.exe -s -t 1800 (or any number of seconds you need).
  • Click next.

You can assign any name to the shortcut and make as many of them as you like to turn off the computer after 30 minutes, an hour, two hours, and so on. It is not difficult to guess that you can also create a cancel button. To make them all look nice, click on any of the shortcuts and select “Properties” - “Shortcut” - “Change Icon”. You can choose from system Windows icons 10, and from any folder.

You can also set a timer to automatically turn off your computer after a certain time using the built-in Task Scheduler of Windows 10. To do this, follow these steps:

  • Press Win+R.
  • In the Run window, enter taskschd.msc.
  • The Scheduler will open (you can also find it through Start).
  • In “Actions”, select “Create a simple task”.
  • Create a name and click next.
  • Set the value to “One time”, then.
  • Select the launch date and time, then.
  • Select “Run a program”.
  • Program or script - shutdown, argument -s (with a hyphen).

As you can see, the timer for automatic shutdown windows at a given time - it's no more difficult than setting an alarm clock.

(Visited 624 times, 1 visits today)

windowsprofi.ru

How to set an automatic shutdown timer in Windows 10

There are many ways to set a timer to automatically turn off a device. Some of them are simple, some are quite intricate. We will try to describe how you can competently control the time you work on a computer with Windows 10 installed.

As is known, any of the three latest versions Windows, including 10, contains standard means, perfect for users with any level of computer skills. However, some users 10 Windows versions prefer special programs for the computer, created for such work.

Internal remedy automatic shutdown a computer on which Windows 10 is installed is a Shutdown timer program that can turn off the device after the desired time.

Setting the timer

To set a timer, you need to press two keys at the same time - Win and R. Many novice users do not know what the Win key is, but it is simple. On any keyboard, this button has a Windows icon depicted on it.

After this, the “Run” window will appear. In the window you will need to enter the following: shutdown -s -tN. N will mean the time before switching off in automatic mode. This period of time is measured in seconds. Once the command is activated, the system will issue a notification showing the time it takes for the current session to end. In Windows 10, the notification icon fills the entire screen, so it will be difficult not to notice it.

When set time comes, the timer is activated and Windows 10 automatically shuts down. In this case, the user has the opportunity to save all the necessary information in manual mode. But it is better to take care of this issue in advance. Then the computer turns off. To force the termination of all programs, you can add the -f parameter to the initial command.

You can also turn off the timer if automatic shutdown is no longer needed. In the Run window, enter the shutdown -a command. This command resets the shutdown process and the system will continue to operate.

This method of constant input to some Windows users 10 may seem quite awkward. There are two ways to solve this problem, both of which are easy to use even for novice computer users.

Activating the timer via a shortcut

One of the most convenient options for activating a timer is to put a shortcut, clicking on which activates automatic system turning off the computer. Creating a computer shortcut is a very simple process. You need to move the mouse over any field of the desktop and click on the icon using the right button. A window will appear where you select the “Create” command, and then the “Shortcut” command. You will see a special field “Specify the location of the object.” You need to enter exactly the following path into it: C:Windows\System32\shutdown.exe. Now, after each click on a shortcut placed on the table, it will be enough to add the necessary parameters in seconds.

For convenience, you can replace the shortcut icon by adding any one you like. To do this, just right-click on the old icon, then select the “Properties” field, where the “Change Icon” command is already selected.

The second way to set a timer is even more convenient for users - to install a file with the .bat extension on the computer. When running such a file, it will be enough to simply set the timer by entering the desired time in the command line field. The creation of such a file is carried out through a standard program any Windows"Notebook". Just open the program, where you then enter the following text:

echo off cls set /p timer_off=»Vvedite vremya v sekundah: »

shutdown -s -t %timer_off%

InstComputer.ru

Automatic shutdown of the computer in Windows 10

There are times when you need to leave urgently, but the movie has not yet downloaded, the files have not been copied, or you simply need to turn off your PC before going to bed without getting out of bed. In this case, ideal option The solution to the problem is to automatically turn off the device. There are several ways to configure it in Windows 10.

Read also: What to do if your Windows 10 computer does not wake up from sleep mode and does not turn on?

  • Method No. 1
  • Method No. 2
  • Method No. 3

Method number 1. Through the Execute line

You can automatically turn off your Windows 10 computer using the Run line as follows:

  • Press “Win+R” and enter “shutdown-s-f-t600”, where 600 is the time in seconds.

  • After 10 minutes (or however long you specify), the computer will turn off.

Method number 2. Using the command line

  • Right-click on the “Start” icon and select “Command Prompt”.

  • The console will open. Enter the command “shutdown-s-f-t2400”, where 2400 is the time after which you need to turn off the PC in seconds.

Method No. 3. Via Task Scheduler

  • Right-click on the Start menu and select Computer Management.

  • A new window will open. Select "Task Scheduler". Click “Create task”.

  • A new window will open. Go to the “Triggers” tab. Click “Create”.

  • We set the date, time and frequency of the task.

  • Next, go to the “Action” tab and click “Create”.

  • In the “Program...script” field, enter “C:\Windows\System32\shutdown.exe”.

  • In the “Add argument” field, enter “s” (so that all applications complete their work correctly).

  • Go to the “Conditions” tab and check the “Run task when the PC is idle” checkbox. This is if you want the computer to turn off when you are away. We indicate the time after which the PC will turn off.

  • In the “Options” tab, check the box “If execution fails, restart the PC through...”. We save the result.

Your Windows 10 computer will automatically shut down after a period of time.