Windows 7 Task Scheduler shutdown computer. How to make the computer turn off after a certain time? How to turn off the computer after a certain time using the Windows toolkit

class \u003d "eliadunit"\u003e

Although a regular laptop or computer is not equipped special button, allowing you to set a timer to turn off the machine in certain time, the developers of the Windows operating system have provided such an opportunity for their users. In addition, amateur hackers have worked on this issue by developing additional software.

This article will cover two ways to shutdown and restart a computer running Windows:

  1. Built-in Windows tools.
  2. Special utility on the example of PowerMan.
  3. Programs with a built-in sleep timer.

Timed computer shutdown using the command line

In order to automatically shutdown the system using the built-in tools, you need to specify a specific command in the MS DOS window. This method is based on manipulating the “Shutdown.exe” file, which, as you might guess from the name, is responsible for shutting down the system. The command line can be invoked, for example, by writing cmd.exe in the window that appears after pressing the keys Win + R... The MS-DOS command line looks like this:

By writing in command line shutdown /? and clicking Enter, you can see the list of command attributes:

Thus, the most interesting are two possible command entries:

  • shutdown / s / f / t xx - allows you to shut down the computer and perform a forced shutdown of all applications after a certain time xx (this parameter must be set in seconds).
  • shutdown / r / f / t xx - allows you to restart your computer by performing a forced shutdown of all applications after a certain time xx.

For example, pressing Win + R, cmd.exe, shutdown / s / f / t 600 , Enter, the machine will receive a command to shutdown after xx \u003d 600 seconds \u003d 10 minutes. The specified shutdown of the system occurs once. In addition, the command can be canceled by typing in the MS-DOS line shutdown / a and clicking Enter.

Moreover, windows developers worried about the possibility of turning off the machine at a certain time. To do this, you need to write the following on the command line:

  • at yy: zz shutdown / s / f - allows you to shutdown the computer and perform a forced shutdown of all applications at a specific time yy: zz (where yy - hours, zz - minutes).
  • at yy: zz shutdown / r / f - allows you to restart your computer by performing a forced shutdown of all applications at a specific time yy: zz.

Cancellation of the last two commands is also done by writing in the MS-DOS line shutdown / a and then pressing the key Enter.

The method works for all Windows systems, including windows 7 and XP.

For those who like to fall asleep to quiet music (Era or Rammstein :-), but do not want the laptop to plow all night, computer hooligans have developed an interesting program PowerMan by Static'X Group. The utility is able to independently turn off or restart the computer at a specified time or after a specified number of songs played in WinAmp. Also in this program you can assign hotkeys to shutdown or restart your machine.

The interface of this program is intuitive and looks like this:

class \u003d "eliadunit"\u003e

  • Arr. countdown - allows you to set the hours, minutes and seconds before the set action to turn off the machine.
  • "Alarm" - selection of a specific date and time for shutting down or rebooting the system.
  • "WinAmpOff" is an interesting function that allows you to program the laptop to turn off after a certain number of played tracks or after listening to the entire playlist.

Here you can also select the action that the user wants to set:

After setting the settings, you need to click on the green "bird", which is equivalent to the Enter key.

After setting the timer parameters, you need to turn it on by pressing the corresponding interface key:

Cancellation of the preset settings is made by pressing the "Turn off timer" button. Similar programs for Windows to shutdown your computer: Switch Off, TimePC, WakeMeUp, WinMend Auto Shutdown, Auto-Power-on-Shut-down, Wise Auto Shutdown, OFF Timer, Auto Stop and many others.

Programs with a built-in sleep timer using Aimp as an example

Many players have an additional "sleep timer" function that allows you to turn off your computer at a specific time or when the file is playing. Popular players have such functionality: PotPlayer, Aimp, etc.

We open the "Scheduler Settings". This can be done through the menu or directly in the player window by clicking on the appropriate button.

Then we set the required settings for us and click "OK".

It often happens that the user needs to turn off the computer not right now, but after a certain time. For example, system updates or a very large file will not be installed in any way.

Windows tools

When you need to turn off the PC by timer the best solution there will be built-in Windows tools. In particular, their use is based on the shutdown command and the task scheduler.

Using the shutdown command to shutdown the computer after a specified time

To enter the command, you need to press the Win + R keys and enter the following in the input field that appears on the screen:

shutdown –S –T 3600 / f

Where the variables after the command are responsible for the following:

  • s - shutdown the computer;
  • t - indication of the time in seconds after which the device will be turned off. In the command from above, it is 3600 seconds, that is, one hour. Instead, you can substitute any other value, having previously calculated it in seconds;
  • f - the first letter of the word forced - forced. Allows OC to terminate all running applications so that they do not interfere with the shutdown of the device.

After executing the command, a notification will be displayed on the screen, indicating the time after which the PC will be turned off. If you suddenly need to cancel this operation, you need to enter Win + R again and type there following command:

shutdown –A

This command disables the shutdown of the computer at a specified time.

This program comes in windows versions 7 and up. It allows you to quickly create a PC shutdown schedule.


C: \\ Windows \\ System32 \\ shutdown.exe

And the following fits into the argument selection field:

Using a bat file to shutdown a PC

You can also use a bat file to shutdown your PC. To activate it, it will be enough to double-click on it with the mouse.

You will need to create it. This is done in notepad, where the following values \u200b\u200bare entered:

@echo off

if% time% \u003d\u003d 01: 00: 00.00 goto: b

shutdown.exe / s / f / t 60 / s "Any text that the user sees fit."

  • the file that was created must be saved and named shutdown.bat;
  • you need to activate it by clicking;
  • after activation, a command line will pop up, which you need to minimize and continue working;
  • At the time that was set (in the example, the hour of the night is used), the system will give a notification about the shutdown of the device and the PC is deactivated;
  • to change the shutdown time, you must enter another value instead of the numbers "01: 00: 00.00".

Turn off the PC at a specified time using programs

Some special programs can also help to set up a shutdown of the device on a schedule.

Using PC Auto Shutdown

This utility allows you to shutdown your PC at a specified time. To use it, you need to download the installation file from the official website, run and do the following:

  • find the Timer tittle line, where you need to enter the name of the action, and also select the Shutdown action function;
  • specify the time;
  • at the bottom of the window, check the Activate daily at the above time item and click the "Ok" button.

A more advanced utility, thanks to which you can configure many parameters for delayed PC control. You can also arrange to perform these operations on a regular basis. The program generates a warning about the shutdown of the device 5 minutes before the actual shutdown of the computer.

To begin with, in the application window, you need to select a task, the frequency of its execution (daily - every day, from now - starting from this moment, on idle - when the system is idle) or activation only once (specified time).

Other programs for scheduled computer shutdown

Other utilities can also help to shutdown your computer on a schedule. There are quite a few of them and they all have similar functionality, so each user can choose an option for himself and easily figure it out.

Share.

The question of how to make the computer turn off after a certain time is relevant for a large circle of people, and for almost any user of a personal computer.

In the case when for business purposes the computer is busy performing a certain task or a powerful program is running that performs long processes, the user may need to suddenly and for a long time to leave.

It is not always possible and advisable to leave a computer unattended for a long time, even if it has already completed its task. But, unfortunately, not all programs have a built-in function to turn off the computer after the end of their work.

Also in the case, for example using personal computer at home, it may also be necessary to turn off the computer after a certain period of time.

For example, if the user risks falling asleep while watching a movie, or, again, the computer is loaded with a task, the execution of which will end late at night, but there is no time to wait.

In these and any other situations, shutting down the computer at the right time will help the following series of methods, which are given below in this article. Among the possible options is the ability to use built-in system functions, as well as specialized programs.

How to make the computer turn off after a certain time

First of all, you should pay attention to the possibility of customization automatic shutdown computer that is built into operating system windows. Few people know about such a function, since it is called by way and controlled through the command line, using the appropriate commands.

So, first of all, you need to call the command line itself. This can be done by following the following path:

Start -\u003e Programs -\u003e Accessories -\u003e Command Prompt.

In the command line that opens, type shutdown command, which will display a list of possible settings. Among all the proposed options, only 3 lines are required:

  • S - indicator responsible for shutting down the PC;
  • t is the time, in seconds, that determines when the job will end;
  • a - function of canceling the shutdown.

For example, a user needs to automatically turn off the computer after exactly one hour. To do this, type the following command in the command line: shutdown –s –t 3600.

If it is necessary to cancel an already running timer, you must write the command: shutdown -a

Also for this function you can use special programs, of which there are just a huge number on the network, so download and use.

Programs to automatically shutdown your computer

There are many different programs that have the ability to automatically turn off the computer, as well as wake it up from sleep mode, or, on the contrary, immerse it in it. In addition, you can schedule a reboot and set a reminder notification.

However, not all such programs are multifunctional and some of them have a fairly simple and even primitive interface. In such programs, the set of options may be minimal so that the user will only need to specify the desired shutdown time and start the timer.

Immediately before shutting down, many programs issue a notification, and if the user has not yet ended his work session, the timer can be reassigned. Thus, these programs take care not only of the user's comfort, but also of the safety of the working data and the computer itself.

So, above was considered the system standard way of how to make the computer turn off after a certain time. Now you can pay attention to special timer programs designed to automatically turn off your computer.

Consider the programs from the following list that have received the most distribution and many reviews:

  • Time PC;
  • Sleep timer 2007;
  • OFFTimer;
  • SM Timer.

Is a powerful enough timer to shutdown computers at a specified time. This program works without installation, starting immediately after downloading. There is a fairly large set of options here, but most of them are necessary for advanced users.

In addition to timers, it has its own diary and task scheduler, and in addition, the program can be manipulated using the corresponding hotkeys.

- this is a fairly simple, but unique program that can not only turn off the computer on a timer, but also turn it on when necessary. This program basically uses the hibernation function.

This implies that the content located on random access memory transferred to hDD, which allows you to continue working the next time you start running programs... There is also a scheduler of timers for the week ahead, which is also very convenient.

Sleep timer 2007 - this program shuts down, reboots, and also puts the computer into sleep mode. In addition, it mutes sound effects rather smoothly and in forced order ends current processes. This program does not require installation and starts immediately after downloading.

OFFTimer - is, perhaps, the most primitive version of the timer for turning off the computer. It does not need to be installed, and has only one function - a timer that allows you to turn off the computer at a specified time. Immediately before shutting down, the program issues a notification that makes it possible to terminate processes or cancel the shutdown at the user's discretion.

SMTimer- a simple program that has primitive controls and interface. It is aimed at terminating a working session and shutting down the computer at a time specified by the user.

Using the considered recommendations and programs from this article, each user can easily set up a timer to automatically turn off his computer. I hope now you will not have any questions about how you can turn off your computer using programs.

Today there is a sufficient amount of software with which we can control the automatic start of the computer on a schedule. But I want to note that the automatic turning on of the PC using programs is possible only when it is in "sleep" mode.

That is, a computer that is in "sleep mode", as it would be easier to say, is already turned on. It just “wakes up” and doesn't turn on.

It turns out (I was ashamed not to know this :)), you can configure the computer to turn on automatically according to a schedule and even when it is COMPLETELY OFF! Modern BIOSes that come with PC motherboards have settings for automatic activation off computer on schedule.

At the dawn of my acquaintance with computers (since 1995), one could only dream of such a BIOS setting. For what purposes you can use turning on the computer on the machine, you decide.

For example, from the most commonplace - using a PC as an alarm clock, turning on for distributing or downloading torrents while you are away, servicing your computer, or even when you are at work or on a business trip, etc.

Note that the fourth computer I tested, bought 6 years ago, did not yet have this opportunity. Let's now go directly to the BIOS settings.

How to enter BIOS depends on your configuration motherboard, mainly by pressing the Delete or F2 key on the keyboard at the initial stage of the computer boot. You can see the hint on the necessary keys immediately when you turn on the PC.

AUTOMATIC POWER ON OF THE COMPUTER

BIOS American Megatrends Inc. P1.80, 05/20/2011... Go to the “Advanced” section and select “ACPI Configuration”.

Turn on the “Restore on AC / Power Loss” setting in the “Power On” position.

We activate (“Enabled”) the setting of auto-enable “RTC Alarm Power On”.

We choose to turn on the computer every day (“Every Day”) or on a certain date within the current month in the “RTC Alarm Date Every Day” settings. We configure the time to turn on the PC: “hour / minute / second” in “RTC Alarm Time”.

After completing the settings, press the F10 key or “Save Changes and Exit” and “OK” to save the settings and restart the PC.

BIOS American Megatrends Inc. V4.3, 21.10.2009... We need the “Power Management Setup” section, go to it.

Turn on the “Restore On AC Power Loss” setting.

We activate “Resume By RTC Alarm”.

We set the switch on for every day or on a specific date of the month in the “Data” setting and hours / minutes / seconds in “HH: MM: SS”.

We save the settings and exit the BIOS using F10.

BIOS American Megatrends Inc. 0401, 05.05.2010... In the “Power” section, go to “ARM Configuration”.

Activate “Restore on AC Power Loss” to “Power On” position.

We activate “Power On By RTC Alarm”.

The settings for daily switching on at certain hours / minutes / seconds become available.

Or a specific date, hours / minutes / seconds.

If you no longer need to use scheduled automatic power on, simply disable (“Disabled”) the “Power On By RTC Alarm” setting.

Unfortunately, these are all options bIOS versions, on which I was able to test the function - automatically turn on the computer. If you have a different basic input / output system (BIOS), then you already know where to "dig". And finally, I suggest watching a short video

The idea of \u200b\u200bsetting up a computer so that it automatically turns on at a given time comes to many people. Some want to use their PC as an alarm clock in this way, others need to start downloading torrents in the most profitable according to tariff plan time, still others want to schedule the installation of updates, virus scanning or other similar tasks. How these desires can be realized will be discussed later.

There are several ways in which you can configure your computer to turn on automatically. This can be done using tools available in the computer's hardware, methods provided in the operating system, or special programs from third parties. Let's take a closer look at these methods.

Method 1: BIOS and UEFI

The existence of BIOS (Basic Input-Output System) has probably been heard by everyone who is at least a little familiar with the principles of computer operation. She is responsible for testing and regular inclusion of all components. hardware PC, and then transfers control of them to the operating system. BIOS contains many different settings, including the ability to turn on the computer in automatic mode. Let's make a reservation right away that this function is not present in all BIOSes, but only in more or less modern versions of it.

To schedule the launch of your PC on the machine via BIOS, you need to do the following:


The BIOS interface is now considered obsolete. IN modern computers it was replaced by UEFI (Unified Extensible Firmware Interface). Its main purpose is the same as that of BIOS, but its capabilities are much wider. It is much easier for the user to work with UEFI thanks to the support for the mouse and the Russian language in the interface.

Configuring the computer to turn on automatically using UEFI is as follows:


Configuring automatic power-on using BIOS or UEFI is the only way to accomplish this operation on a completely turned off computer. In all other cases, we are not talking about turning on, but about bringing the PC out of hibernation or sleep mode.

It goes without saying that the computer's power cable must remain plugged into an electrical outlet or UPS for the auto power on to work.

Method 2: Task Scheduler

You can also configure the automatic start of the computer using the system windows tools... For this, the task scheduler is used. Let's see how this is done using the example of Windows 7.

First, you need to allow the system to automatically turn on / off the computer. To do this, open the section in the control panel "System and safety" and in section "Power supply" follow the link "Setting the transition to sleep mode".


Then in the window that opens, follow the link "Change advanced power settings".


After that find in the list additional parameters "Sleep" and there set permission for wake timers to state "Enable".

Now you can configure a schedule to automatically turn on your computer. To do this, you need to do the following:

  1. Open the planner. The easiest way to do this is through the menu. "Start", where there is a special field for searching programs and files.

    Start typing the word "scheduler" in this field so that a link appears on the top line to open the utility.

    To open the scheduler, just click on it with the left mouse button. It can also be launched via the menu "Start" - "Standard" - "Service", or through the window Run (Win + R)by entering the taskschd.msc command there.
  2. In the planner window go to the section Task Scheduler Library.

  3. On the right side of the window, select "Create task".

  4. Come up with a name and description for the new task, for example, "Automatically turn on the computer." In the same window, you can configure the parameters with which the computer will wake up: the user under which the system will be logged in, and the level of his rights. As a third step, be sure to specify the operating system to which the action of this task will be applied, in other words, the version of your Windows.

  5. Go to the tab "Triggers" and click on the button "Create".

  6. Set the frequency and time for the computer to turn on automatically, for example, every day at 7:30 am.

  7. Go to the tab "Actions" and create a new action by analogy with the previous paragraph. Here you can configure what should happen when the task is executed. Let's make it so that some message is displayed on the screen.

    If you want, you can configure another action, such as playing an audio file, launching a torrent or another program.
  8. Go to the tab "Conditions" and check the checkbox "Wake up the computer to complete the task"... Check other boxes if necessary.


    This point is key when creating our problem.
  9. End the process by pressing the key "OK"... If the general parameters specified a login under a specific user, the scheduler will ask you to specify his name and password.

This completes the configuration of automatically turning on the computer using the scheduler. The appearance of a new task in the list of tasks of the scheduler will be evidence of the correctness of the actions performed.


The result of its execution will be the daily wake-up of the computer at 7.30 am and the display of the message "Good morning!"

Method 3: Third Party Programs

You can also create a computer schedule using programs created by third-party developers. To some extent, they all duplicate the functions of the system task scheduler. Some have significantly reduced functionality compared to it, but compensate for this with ease of configuration and a more user-friendly interface. However software productsThere are not so many that can wake up the computer from sleep mode. Let's consider some of them in more detail.

Small free program, in which there is nothing superfluous. After installation, minimizes to tray. By calling it from there, you can configure the schedule for turning on / off the computer.


Thus, the computer will be scheduled to turn on / off regardless of the date.

Auto Power-on & Shut-down

Another program with which you can turn on your computer automatically. The program does not have a Russian-language interface by default, but you can find a crack for it on the net. The program is paid, a 30-day trial version is offered for review.


WakeMeUp!

The interface of this program has functionality that is typical for all alarms and reminders. The program is paid, trial version provided for 15 days. Its disadvantages include the long absence of updates. In Windows 7, it was only able to run in Windows 2000 compatibility mode with administrative rights.


This concludes the consideration of ways to automatically turn on the computer on a schedule. The information provided is enough to guide the reader in the possibilities of solving this problem. And which of the ways to choose is up to him.


Top