the Internet Windows Android

Disconnect the Windows 7 Timeler Program. Set the automatic computer shutdown timer at the right time - there is nothing easier! Using the "task scheduler"

Some users have the need to configure the power off of the computer in time or even on scheduled days at certain hours. Causes can be different and the most banal is that you already run on the night to view some kind of film and do not want the computer to work until the morning if you suddenly sleep :) The same function is used in the TVs and everything is the same reason.

And the most interesting thing is that such a function in the computer does not lie on the surface. It seems to be a computer, such an almighty device, and such a banal function is somewhere zagana that the newcomer does not find!

So, from this article you will learn how with the help of a simple command in the Windows console, you can configure the computer disabling through a certain number of seconds, as well as how to set the computer shutdown by time on certain days!

Newbies should not be afraid of the words "console", "Command line" and the like, because it is not about programming and other complex tasks! I will show an example and you will understand everything ...

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

    Simple disabling computer through a specified number of seconds;

    Disconnect the computer on the specified day and time.

How to set a timer on the disconnection of the computer?

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

In any operating system, you can find the command line quickly through the search. For example, in Windows XP, Windows Vista or Windows 7, open the Start menu and at the bottom in the search, type "CMD". The "Command Line" application will appear in the list.

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

In the field that appears, type "CMD", and the "Command Line" program will immediately appear in the search results:

And finally, if you have the latest Microsoft development - Windows 10, then the default search icon will be located right next to the "Start" button. You are not pressed, enter "CMD" and see the "Command Line" application:

To fulfill our task, administrator rights may be required and therefore, then not to look for the cause from which a timer disconnection may not work, start the command line on behalf of the administrator. To do this, right-click on the program icon and select "Run from the administrator name":

You must open a black command line window that looks like this:

Please note that if you have in this window instead of the path " C: \\ Windows \\ System32»The path to the user folder is specified (for example," C: \\ Users \\ Ivan") So you started the command line not on behalf of the administrator, but from the usual user! In this case, it is better to close it and open it on behalf of the administrator.

After the command line has run, it remains to register the correct one command and ready!

To turn off and restart the computer on the Windows command prompt, the "Shutdown" command is used.

We recruit the following on the command line:

Where 3600 is the number of seconds through which your computer will turn off. If you now press the "ENTER" button on the keyboard, then your computer will be turned off after 1 hour, because one hour is exactly 3600 seconds. It is very easy to calculate :) We know that in one minute 60 seconds, and since in the hour of these minutes, too, 60, then 60 multiply by 60 and we get 3600. For example, 1 hour 20 minutes is 4800 seconds.

Now, as for these characters "/ s" and "/ t".

These are 2 parameters that I specified for the Shutdown command. The "/ s" parameter means that the computer must turn off, and not reboot or simply make output from the system. For example, to reboot, you must specify instead of "/ s" - "/ R". The "/ T" parameter - allows you to set the time before the command is triggered. For example, if we specified the command without "/ T", i.e. So "shutdown / s", then the computer would turn off instantly.

Now, I think everything is clear to you. Just specify your time until the computer is turned off and press the ENTER key!

The command line window closes and immediately starts the countdown of time. In this case, you will be issued a message with a warning, for example:

A prevention of such a format is issued when there are few minutes left before the computer is turned off.

But if you put a long timer, for example, for an hour or more, then when it starts, you just get a notification in the system area:

If you suddenly decided to cancel the timer action, then you need to enter the command line again and perform this command there and click "Enter":

At the same time, in the system region you will receive a notification that the planned completion of the work is canceled:

This is how a simple scheme for turning off the computer on the timer looks.

And now consider a more interesting option - how to postpone the computer shutdown for a specific day and the specified time.

How to configure a computer shutdown on the right day and time?

To implement such an opportunity, we will need a system utility "Tasks" and "Notepad".

Through Windows Task Scheduler, you can schedule the execution of any program on a specific day and time and even put a repeating task for different periods, for example - daily, weekly.

There is only one snag: through the planner it will not be possible to open the command line, as it was done and register the command to shut down there. This is because we need a file that you can specify in the scheduler and in which the computer will be laid on the computer shutting down.

This question is solved very simple! You need to open a notepad, to register there "Shutdown / s / t 000", to reconse the text document to a file with the extension ".bat" (for example, "Switching off.Bat"), then specify the file in the task scheduler.

And now consider in detail, on the points:

    Open Windows Notepad. It is by default on any Windows system and you can find it in the Start menu, in the "Standard" category, or by searching for Windows and dialing "Notepad".

    We prescribe in the notebook: shutdown / S / T 000.

    Here, with the "ShutDown" command, we indicated an action on shutdown / restart the computer or output from the system.

    The "/ S" parameter we specify the action - to complete the disconnection of the PC!

    The "/ T" parameter we indicate the timer before switching off - 0 seconds and this means that the computer will turn off instantly without delays.

    This is how it should happen:

    Transfer the notepad file to a file with the extension ".bat". To do this, in a notepad, click "File"\u003e "Save As".

    In the save window, specify a place where the file will be stored with a computer shutdown command, after which you specify any file name, but in order to be ".bat" at the end, and not ".txt":

    For example, as I have - "Turning off.Bat." The name before ".bat" can be anyone!

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

    If it looks like an ordinary text document, then most likely, you forgot to specify the extension ".bat" while maintaining and therefore do this step again.

    What is this BAT file? The file with the extension ".bat" allows you to perform alternate Windows commands in one after another, as well as various scripts. In our case, only one command is prescribed - turn off the computer immediately.

    Open the task scheduler and set up the launch of the created BAT file.

    The task scheduler is also built by default to all Windows systems and you can find by searching or via the control panel: "Control Panel"\u003e System and Security\u003e Administration.

    This is how the task scheduler looks like:

    On the right, in the "Actions" window, open the item "Create a simple task":

    A wizard configuration of the planned task, where you need to go a few steps. In the first window that appeared, enter the task name, for example, "Turning off the computer" and click "Next":

    Next step should be noted when the planned task will be performed? It depends on when you want to turn off your computer. For example, you can configure the daily task execution and then you will need to specify the execution time. You can configure a weekly shutdown and then you can choose specific days and time to perform the task.

    And if you just want to easily configure the computer shutdown on a specific day and time, then select "Single".

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

    You can manually specify the date by manually or choose with calendar.

    Configuring the date and time of shutdown, click on the "Next" button:

    In the next step, we select an action for the task. We celebrate "run the program" and click "Next":

    In the next window, select our created file with the extension ".bat", where the command is laid on the shutdown. Click on the "Overview" button and select this file on a rigid disk, then press "Next":

    In the last window, we note the item marked in the image below and click "Finish":

    This option denotes that after pressing "ready", an additional feature of the properties of the created task will open. We need it to enable the execution of the program with administrator rights.

    A window will open in which on the first "General" tab, we note at the bottom item to "fulfill the highest rights" and click "OK":

Everything! The scheduled task is created. Now, as soon as the date you specified and the specified time comes, the computer will immediately turn off.

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

A window will open, where on multiple tabs you can change all the parameters that set up!

Here is this way you can configure the power off of the computer in time (timer), as well as plan off for any day and time, and even configure the regular task. I am sure that such an opportunity can be useful to someone.

See you in the following articles :)

Turning on and off the Timeru computer - useful features. Thanks to them, you can use a PC as an alarm clock or make it automatically turn on shortly before your arrival home. In the evenings, you can not wait until downloading the large file will end. The computer will turn off itself. Convenient, right?

You can configure the power on and off timer to the Windows 7 tools in 5 minutes. Now we will deal with him, as well as consider several third-party programs designed for this.

Creating a timer through the task scheduler

Configure Power Plan

Before creating a timer, you need to resolve the system awakening on the schedule. The function is included in the settings of the power supply plan. By default, it is disabled.

  • Run the control panel and click the "Power" item.

  • Select your plan and click the "Setting the Power Plan" button.

  • Next click "Change Advanced Power Parameters".

  • Select from the "Sleep" settings list - "Allow Awakening Timers" and install them "Enable". If you create a timer on a laptop, remember that it may turn on when it is in a case, and suffer from overheating.

Create a computer shutdown timer

  • Run the task scheduler through the "Start" menu - all programs "-" Standard "and" Service ". Or simply type the word "scheduler" in the search string in the "start".

  • In the Scheduler Scheduler column, click "Create a simple task."

  • First task you need to give a name. Let's call it "Turning off the computer". In the "Description" field, you can write a few words about a new task, but you can leave it empty. After that click "Next".

  • Following the task trigger - the frequency of repetition. Choose "daily".

  • Assign the date and time of starting the task.

  • In the "Action" section, select "Run the program".

  • In the next window, choose what we will run: we write to the "Program and Scenario" line: C: WindowsSystem32Shutdown.exe.and in the "Add Arguments" field enter the key -s.. Click "Next" and "Done". The task is created, it remains to check how the computer turns off.

Create a computer turning timer

  • Run the task scheduler again, but now select the "Create Task" item in the list "Actions".
  • On the General tab, we give a job name - let it be "Enabling a computer" and write a description (not required). In the "Configure for" drop-down list, select Windows 7.

  • On the next tab, "Triggers", click the "Create" button. Customize task execution schedule, note "enabled" and click OK.

  • Go to "action". Here you need to choose a program, script or other action that will be performed. If you create a timer as a alarm clock, select a music file. In your example, create a message that will be displayed when the computer turns on.

  • On the "Conditions" tab, we note "awaken a computer to fulfill the task." It is also desirable to leave active points to "run when powering from a power grid", as well as "stop when switching to battery from a battery" - it will protect the laptop from random overheating.

  • On the "Parameters" tab, you can specify additional conditions for the task. That's all. Now it is advisable to check how the created task is functions: send a computer to sleep or hibernation and wait for it when it turns on the timer.

Programs to enable and turn off the computer under Windows 7

For those who are lazy and does not want to bother with work with a scheduler, there are many programs with similar functions - inclusion and disconnect the PC on a schedule. Here is some of them:

  • sleep timer (Offtimer) - a simple free application that requires installation. To set the schedule in a single small window, you need to set the desired time and press the arrow button. There are no power on the PC.

  • Timepc. - A program with a PC on and off function, has a built-in scheduler, not similar to Windows 7 job scheduler. Use timepc is very easy to use the desired schedule and select a program or action that will be performed when the computer is turned on.

  • POWER OFF -powerful multitasking tool running without installation. On a schedule, which can be configured in this program, the computer and turns on and off.

All these applications are free, compatible with Windows 7 and Russian.

What to do if the PC does not turn on or does not turn off on timer

  • Make sure you do not forget to enable waking permission in the settings of the power supply plan.
  • Check if the Task Scheduler service is running on the PC - press the "Windows" + "R" keys, drive in the "Open" field Services.msc.. Confirm the entry by pressing OK. In the service list window that opens, find the desired and opening the properties by right clicks, make sure it works. If stopped - enable.

  • Make sure your account has enough rights to create assigned tasks. Create a schedule for the Administrator account.
  • Review, whether the task has created on the spot and the conditions for its execution have not changed. Run the task scheduler, open the "Planner Library", find the task and view the data.

  • If the PC is still not turned on and does not turn off, it is possible to establish the cause of the scheduler log.

If it is not disabled - all information about the execution of tasks and their errors are recorded.

Many users of home computer systems and office workers know perfectly well that they sometimes need to use a computer shutdown timer. Windows 7 We will further be considered as an example, although in all other modifications of this operating system actions are completely similar.

But why do you need? Situations can be given a lot. For example, a person in the evening on the computer watching a film, but he understands that it can fall asleep, and the computer will remain enabled. Office worker In order to avoid access to the terminal at the time of his absence, you can forget to translate the system into sleep mode. Thus, it is necessary to resolve the question of how to set the computer shutdown timer (Windows 7). There are several simple methods for the implementation of such a procedure, which will be discussed.

How to set a computer shutdown timer (Windows 7): Basic Methods

The methodology for using the installation of a preferred period of time, after which the computer will independently complete the work, quite simple.

As in any other system, in Windows 7, turning off the computer over a timer can be made either using the built-in tools of the system itself, or using special third-party software programs. It is very often possible to meet not even full-fledged applications, and the so-called widgets that are installed on the "desktop" by the type of how it is done in mobile devices.

As the most frequently used tools of Windows 7, turning off the computer by timer can be made either from the command line or from the "Run" menu. Both methods are almost identical among themselves, the difference consists only in the commands entered, although they equally can be applied again.

Install the computer shutdown timer (Windows 7) from the command line

To begin with, consider action with the command line caused via the execution console (Win + R) by entering the CMD combination. Note that in this case it is not necessary to start it with the administrator rights, since the ones used or shutdown commands are triggered at the user level.

After calling the command console window that resembles old DOS systems, here you need to register the string Shutdown / S / T XXXX (or -S -T), where XXXX is an arbitrary value of the time interval, expressed in seconds (for example, for one hour it is 3,600 ). After that, the input key is pressed, and a message appears on the screen with an expiration of the gap, after which the computer will turn off, and the final completion time.

Installing the completion of the Console "Run"

In principle, not to use the command console, the computer shutdown timer (Windows 7) can be activated directly from the "Run" menu, which looks much easier.

After calling the menu, it is necessary to register a string similar to the first example, but using other attributes: shutdown -s -f -t xxxx. Please note that if the execution attributes can be prescribed without spaces at the command prompt, then they are needed at mandatory.

In both examples, the "-F" attribute can not be used, but its application will allow to complete the operation of the system in a compulsory order in the event of any programs hang.

Using the "job scheduler"

In Windows 7, turning off the computer over a timer can also be installed using the so-called "job scheduler", which can be called via the administration section in the properties of the computer or the "Control Panel" or found through the search system of the main menu "Start". This program is standard and is present in absolutely in all modifications of Windows systems:

  • In the editor, use the Scheduler Library section, located on the left, and on the right in the action menu - the creation of a simple task.
  • Next, in the name field, you need to enter the desired task name (for example, "Disconnection").
  • Then (which is very important) to specify the mode of execution (once, daily, etc.).
  • After that, the continuation button is pressed, in the Program and Scripts section, it is selected by the SHUTDOWN command, and manually commands the Shutdown command, and in the add-on-up argument field, the above attributes are prescribed (-S -FF or / S / T / XX, where XX - time interval, again, pronounced in seconds).
  • Then it remains to press the continuation button again and "ready."

Fast Timer Disconnection

Now a few words about how to disable the computer shutdown timer (Windows 7). Based on the described activation methods, you can use two ways to shut down, respectively:

  1. The first method, if the command line or the execution console is used, comes down to call them again and set the "Shutdown / A" command for the command line or "shutdown -a" for the "Run" console without quotes.
  2. Similarly, the question of how to disable the computer shutdown timer (Windows 7) is solved in the "task scheduler" itself. In this case, all actions suggest that in the library section in the middle column find the created task and delete it through the corresponding string in the PCM menu.

Most popular programs and widgets for installing timer

However, many users of the above methods may seem too complex, and some do not like to dig in Windows settings at all. In this case, some third-party utility can be used, in general, indicated as the program "Timer shutdown of a computer" (Windows 7).

Such utilities can be found a lot, they all have a minimum size and, as a rule, do not require installation. But after launching the widgets appear on the "desktop", and the applications are constantly "hanging" in the system tray. Actually, therefore access to their settings is carried out in different ways.

  • PowerOff - a small utility with settings for a specific tripping time, sleep, reboot, etc.;
  • TIMEPC is a program that allows not only to set a shutdown, but also to enter a computer into hibernation mode and output a system from it at specified temporary parameters;
  • Autoshutdown - Widget (Gadget) "Computer Timer" (Windows 7) with features similar to the first two utilities, but permanently present on the "Desktop";
  • Ultimate Shutdown and PC Autos are simple gadgets for managing PC operation modes.

Conclusion

As you can see, in Windows 7, switching off the computer by timer can be activated in several ways. What makes it prefer? It seems that the most logical solution looks like the use of the system and tools of the system, although third-party widgets can also be a simple solution. This is how you like.

True, in the case of the "scheduler", the timer activation solution looks somewhat more complex. In addition, it is necessary to pay special attention to the modes of his response. It is clear because when installing a daily response, when a person forgets about the settings installed, the computer will turn off in a strictly defined time, and the user will start breaking the head over why this happens.

But shutdown in the form of the described commands for the command line and the execution console allows you to cancel the completion of the work not only by timer, but also under the standard procedure. True, to use this method, a person must have a good reaction and have a harpping tool for quick access to the commands.

But, by and large, even in multimedia players after watching a movie or listening to the music album, you can set an action to disable the system by setting the appropriate action in the settings.

Surely every PC user wounded early or later as a question that would be nice if a computer himself could stop his work in a strictly defined time you need.

Such a useful function can, for example, need when we put the movies at night, and go to bed yourself, because it's no secret that in many regions of Russia night traffic is much cheaper than the day or is not charged at all.

And in this case, we will need to try well in order not to sleep in the morning for the timely shutdown of the PC and stop loading files.

We can also just forget to turn off your computer, late, for example, to work. In general, as they say, there are different cases. Therefore, the function of automatic shutdown of the PC is unconditional necessary, all.

Set the timer to automatically turn off the computer - easily solved problem

In fact, there is an incredible set of ways to solve this problem - from the built-in tools of the Windows operating system (all configurations - 7, 8, 10) to special programs specially designed for this purpose.

About the simplest and most affordable methods, how to put the shutdown timer on a computer or laptop and where you can download a free shutdown timer in Russian and will be discussed in this article.

We put the timer shutting down Windows tools

The most, perhaps, available methods for installing a timer to automatically turn off our computer are the useful tools provided in the operating system itself to solve this issue. I'll tell you about the two most simplest of them.

Method 1. Install the timer via the command line

So, first, we need to call a command line. You can do this in two ways - either through the "Start" menu - "All Programs" - "Standard" - "Run", or by simultaneously pressing the keyboard of two "R + WIN" keys.

Call the "Run" window simultaneously pressing "R" and "Win"

In the window that appears, we enter the following: " shutdown -s -t n. "

Attention! N is the time value in seconds to the necessary automatic termination of the computer.

Suppose we need to turn off after 10 minutes, therefore, by simple mathematical calculations in the mind, we obtain the value n \u003d 600 seconds. We substitute this value in our formula " shutdown -s -t 600 ",which in this form and fit into the "Run" window, as shown in the photo:

Record the desired command in the "Run" string

Thus, 10 minutes left to automatically turn off the computer. After this time, the PC will be turned off, and all programs are closed. In this case, we will be given the opportunity to save work, as is done and with the usual conclusion of the session and turn off the computer in manual mode.

Note: In order for all programs to be closed in a compulsory time when planned time, we add the "-F" parameter to our formula.

For the compulsory shutdown of the computer without saving open documents, add the "-f" parameter

If you for some reason changed my mind to turn off the computer using the installed timer, you can cancel your action by calling the command line again to which you need to enter the command " shutdown -a.

After executing this command, we will see the pop-up window that the automatic completion of the computer is canceled.

Naturally, this method of launching a timer is not entirely convenient for continuous use. Therefore, it can be easily improved if you follow such instructions:


Note: In order to change the label icon on any other to your liking, click right-click on our shortcut, then select "Properties", then "change the icon".

Method 2 Windows Planner will help automatically turn off PC

Another simple way to set the time to automatically complete the computer is using the Windows job scheduler. To implement it, we follow step by step management:

  1. At the same time, press the "Win" and "R" keys and call the command line;
  2. In the string that appears we write the team " taskschd.msc »and click "OK", so causing the Windows system task scheduler;

    In the "Run" window we write the command "Taskschd.msc" and click "OK"

  3. In the menu of the "Task Scheduler", select the option "Create a simple task";

    In the task scheduler, click "Create a simple task"

  4. Now invent the name for the task and click "Next";
  5. We indicate the task trigger, let's say "once" and press "Next";
  6. Now set the date time to start the task and click "Next";
  7. Next, select the necessary action - "Run a program", we continue "Next";

    We choose to "run the program" and click "Next"

  8. The Last Scheduler window "Starting Program" and the program "Program or Scenario", where we enter such a shutdown command, and write "-s" in the "Add Arguments" string, click "Next".

    Fill out the strings "Program or script" and "Add Arguments"

Now strictly at a specified time, the task scheduler will launch the program to automatically turn off the computer.

Universal Timer Programs for PC

Above, we looked at the ways, as not resorting to third-party programs, but only by means of the Windows system itself to achieve automatic termination of the computer or laptop to the designated date and time. Now it is worth telling both the software that will help solve this task is even easier.

PowerOff program will help cope with the task

And the first program that we will consider will be a small universal utility with a timer function PowerOff.

We have a multifunctional panel in front of us, with which you can only do the programmed shutdown of the computer, but also many other tasks.

Set the "Timer of Shutdown" to your computer

After installation, we have a program label on the screen, and the utility itself automatically starts.

The timer interface is simple and concise, and in general the program is quite pretty and copes in the functions assigned to it very well.

SM Timer will turn off the computer at the right time.

Manage the program is incredibly easy - just enough to set the right time and click the "OK" button, the rest of the utility takes on yourself.

How to put an automatic shutdown timer for Windows - video

Greetings to you, blog readers! In this lesson, we will consider such a situation as using a computer as alarm clock, or rather, switching on or.

I think every novice user faced with such a question, how to turn off the computer on the schedule? After all, there are such situations when the computer performs a certain task, for example, downloading from the Internet important information for us, or it may be a data record, or any other significant tasks that must be brought to their logical completion from the date of implementation . In this completion of the task can be expected pretty at the late hour, for example, only 5 o'clock in the morning. Of course, in this case, you can use additional features of the program that provide for setting up a computer shutdown after successful operation. And what if there are no computers on some programs in some programs after the task is missing?

In this case, it is advisable to use the computer automatic shutdown program, which is called the "job scheduler".

In the Windows 7 operating system, the task scheduler is present from the installation of the system itself. Using task scheduler, you can manage your computer power, by specifying a specific command. In order to open the task scheduler, you must click on the "Start" button and in the search string to type "Planner". To enlarge pictures - click on the pictures.

After that, click on it with the left mouse button and the result will open the main job scheduler window. Then we need to open the "Create a simple task" section.

In the new window that opens, we will need to set the necessary settings. First, specify the name, for example, "Turning off the computer".

In the next "Description" item, you can specify the task executed by the computer, for example, "Turning off the computer at 05-00."

After that, press "Next" and in the next window indicate the type of startup. Here you can consolidate the created task so that it, for example, was performed daily. I choose the startup type "single" and in the next point I specify the time of turning off the computer, namely at 05-00.

After you set the time of turning off the computer, you will need to click "Next". In the next step, we will need to select a computer shutdown program. Click "Overview" and select shutdown.exe, located at: Local disk with - Windows - System32 - shutdown.exe.

In the "Argument" line, we need to enter the "-s" command, which is responsible for turning off the computer. At the final stage, click "Next", and then "ready" and fold the job scheduler window.

At the time of time, when the computer should turn off, a notification will appear that the computer will be completed in one minute.

Thus, using the task scheduler, you can turn off the computer in the pre-set time we set.

Consider another example when the computer will need to be included at a specified time (configure the alarm function for a computer). To do this, we use the same task scheduler. Open the main window of the planner and click "Create a Task".

In the new window that opens on the General tab, we enter the name of the alarm, for example, turning on the computer or. In the "Description" item, you can write the enabling of the computer, let's say at 07-00. In the drop-down tab, I recommend choosing the value of Windows 7 (if you have Windows 7 installed).

Then go to the next tab - these are "triggers", and click "Create". As a result, the "Creating Trigger" window will open, in which it will be necessary to set the time to turn on the alarm, in addition, in the Parameters, you can set the frequency of inclusion of alarm clock: daily, weekly, monthly. After you installed all the necessary settings, click "OK".

Thus, in the field in the TRIGGER tab, the planned task of turning on the computer will appear. Next, you will need to go to the "Actions" tab and click on the "Create" button. In the window that opens, click on the "Overview" button and select for yourself, for example, a favorite music file that will be played when the alarm is turned on. After you have chosen a music file, click OK.

In the following "Conditions" tab, you will need to put a check mark "Wake up a computer to execute the task" after which click "OK".

Thus, we set up a configuration for a computer. Upon completion, you will need to translate the computer to hibernation or sleep mode. To do this, click on the Start button and click on the Additional Opening Menu and select Sleep or Hibernation. Within 30 seconds, the computer will switch to sleep mode, and turn on the time you set. In my example, Windows Media Player was used. Yes, by the way, do not forget to adjust the volume of your player, otherwise it may turn out that the computer will turn on, and the player's volume will be turned off.

It should be noted that there are quite a few programs that include not only the functions on and off the computer, and also contain various reminders, diaries, one of these programs I want to imagine. The program is called. This program applies absolutely free and has a fairly wide functionality in terms of computer power management, you can download it by clicking below the link.

After you download this program, unpack the archive and run the POWEROFF63_RUS.EXE file, as a result, the main program window will open, which seems to contain various computer power management tabs.

By default, the first Timer tab opens, in which there are information, additional features, processor loading. In the Additional features section in the "Schedule" tab, you can configure the time off of the computer, select all days or a specific day and specify the time.

The following tabs allow you to make a diary settings according to your taste, I think here so everything is clear. In the Hot Keys tab, you can assign control by a system of various commands. Suppose to ask any system management command, you will need to first put a check mark and then press and holding the Ctrl key to additionally click on any Latin letter.

The next tab "Planner" allows you to specify a specific task and display it at the specified point in time. For example, you can set the program to open a text file at a given point in time.

In the following tab "Program Setup" to provide automatic PowerOff start, you need to install checkboxes, as shown in the figure. At the same time, at its discretion, you can edit "texts" that will be displayed when the computer is switched to sleep, when you complete the work, reboot. The remaining settings I left everything by default.

In general, there is nothing difficult in management, it is enough to work only several times with this program and you will already acquire the necessary skills in the system management.
Today it's all. I hope to read this material, you will know how to include and! See you in the next lesson!