How to set a shutdown timer. Timer to turn off the computer - overview of useful programs and utilities


It really surprises me why standard programs Windows does not include timer automatic shutdown PC. First of all, it would be convenient - waiting until the computer finishes loading a file or processing other information is irrational; it is better to set the auto shutdown time and go about your business. Fortunately, I was able to find how to get a similar function and today I will share this information with you.

Computer shutdown timer via command line

To enable the timer using the Windows tools itself, you need to set the right command in the Command Prompt or Run menu.

In the “Start” menu, you need to find “Command Prompt” from the list of “standard” programs. A dark window with white letters will appear on the screen. We type in it using the keyboard shutdown command/?, confirm with the “Enter” key and look at all the available parameters.

To disable you only need two:

s – completion of work.
t is the number of seconds until the end.

To turn off the computer after half an hour, write shutdown -s -t 3600 on the command line.

A similar command can be entered in the “Run” line by calling it by pressing the win + R buttons or by going to Start/Run.

Computer shutdown program timer

In order not to enter anything, I selected several timer programs to automatically turn off the PC.

1 PowerOff. This timer is multifunctional and has many additional features. On the “Timer” tab in the program window, check the box next to “Response time” and set exact time shutdown, or opposite “Countdown” and enter the number of minutes until shutdown. Below the start button select necessary action(disabled by default) and start the timer.

For those who like to listen to music, the WinAmp player has a switch-off function after a certain number of tracks. You can see her in right column window. There are also options for shutting down after reducing the processor load and using data transfer on the Internet.

2 TimePC. The program is able to turn off and turn on the computer according to a given command. Everything is as simple as possible - set the desired date, time and click the “Apply” button.

Function automatic switching on puts the computer into a state of deep sleep, resets all information from RAM to HDD and after starting the PC restores them, allowing you to continue working from the last point. In the settings you can find several additional options, such as launching with Windows, and on the “Scheduler” tab, set a schedule for the following days.

3 Sleep Timer 2007. The program is as simple as possible and does not require installation. She knows how to shut down, put the computer into sleep mode and restart it. In the window, select the processes that need to be completed before shutting down, set right time and click “Start”. In order not to set the same parameters after the next launch, you can create a Shortcut using the button of the same name below. For convenience, there is also an option to reduce the sound before shutting down.

I think this information will be useful not only for me, because the function of automatically turning off the computer in many cases is truly irreplaceable. Good luck!

Any PC user has at least once had the need to automatically turn off / on the power in certain time.decide this problem This can be done either using built-in Windows tools or through third-party applications.

The computer shutdown timer is implemented in all versions of Windows OS, starting from 7. Especially for this purpose, the shutdown program is installed in the system, which turns off the computer using a timer.

To use it, you need:

    call the “Run” line (Start - Search - Run or press the key combination Win + R); enter the command shutdown -s -t 600, where 600 is the time until automatic shutdown; press OK.

A message will immediately appear on the screen indicating that the session will be ended and the computer will shut down on a timer.

At the appointed time, all programs will automatically close and the PC will be turned off. If you need to force close applications, you should command line add the -f parameter.

If you are not satisfied with this option for setting the computer shutdown timer, you can create a shortcut specifically for this function. To do this, right-click anywhere on the desktop, select “Create” - “Shortcut”. In the overview line you need to enter the command:

    C:\Windows\System32\shutdown.exe and add shutdown options as in the previous example.

You can optionally set a name for the shortcut and change its appearance.

How to set a timer to turn off your computer

More experienced users can set up a timer to turn off the computer with additional options.

You can set the computer shutdown timer via the command line in all versions of Windows.

In this case, the task options are set in the same way as described earlier:

    1. Launch Command Prompt. 2. Specify the command: shutdown /s /t 600. 3. Press Enter.

10 minutes after creating the task, the PC will be turned off.

Additionally, you can specify the following parameters:

    /L - immediate exit of the user. /f - forced closure of all running applications.

To shut down the remote PC, enter the command shutdown /s /t 60 /f /L /m \\192.188.1.45. After the /M parameter, the IP address or name of the computer on the network is written, for example: shutdown /s /t 60 /f /L /m \\BOSS.

Shutting down the computer using a timer can be implemented through the Windows Task Scheduler.

To launch it, click:

    combination Win+R; enter taskschd.msc; Enter into the command line.

In the scheduler on the right, select “Create a task” and specify any name. Next you need to specify the launch frequency. The computer shutdown timer works “Once”.

Next, you need to specify the start time of the task. In the “Action” parameter, select “Run program”. In the “Script” field we indicate “shutdown”, “Arguments” - -s. After the task is successfully completed at the appointed time, the computer shutdown timer will work.

Programs with a timer to turn off the PC

Using programs is not always advisable. If you need the computer to turn off using a timer, just use shutdown. The settings will be lost after disabling the application. Moreover, many standard programs, for example, archivers, can be configured in such a way that the PC will turn off after completing the work. Still, let's look at how the computer shutdown timer is configured by third-party applications.

Winamp

This is exactly the case when turning off the PC is configured standard application. Winamp is music player. It is best to set the computer shutdown timer in combination with Power OFF, which will be discussed later. So a music lover can activate the “Turn off after playback” option and specify the desired number of tracks.

PowerOff is a program that looks like an archive with executable file. After startup, the “Standard Timer” window opens, in which you can set the countdown and shutdown moment.

Additionally, you can set the program to start or go into sleep mode. If you close rather than minimize the app, the timer will stop working. To avoid this error, you need to activate the “Minimize the program in” checkbox in the settings. system panel at closing."

Switch Off is another compact program. The only application whose interface is translated into Russian. After launch, the program icon appears in the notification area. Just click on it to set a computer shutdown timer with the following functions:

    Countdown when the user is inactive. Reboot, exit, disconnect all connections. Create a message about the PC shutting down soon.

This software can be used to turn the power on and off and to launch individual programs.

Electrical control is carried out through the “Off/On PC” section. In the settings you need to set the execution time of the action and grant the application permission to Windows system. The program does not completely turn off the PC, but puts it into hibernation mode, that is, the entire RAM recorded to the hard drive.

The simplest and most unpretentious way to turn off a PC using a timer is to use standard commands Windows, which must be entered into the command line. Core team – « shutdown" Its combination with others allows you to flexibly configure the settings for turning off the computer by time. The most necessary additional commands:

  • / s– designed to turn off the computer.
  • / r– designed to restart the computer.
  • / h– causes the PC to go into sleep mode.
  • / f– force closes everything open source software without notifying the user.
  • / t– is intended for setting the shutdown time (in seconds).

To activate the PC shutdown timer in the command line you need enter basic command and add parameters / s And / t. Don't forget to add the shutdown time in seconds at the end. If we want to turn off the computer in 2 minutes, then the final line will be like this: “ shutdown /s/t 120»

This command is entered into a special connected program connecting the system and the command line. It is located at " Start» – « Standard» – « Execute" Enter the command with the required parameters and click on the “ OK" Once the time is up, the computer will complete the task.

Using this command, you can not only turn off the PC, but also reboot his. Then to the original command instead /s enter /r. To make shutdown or reboot instantaneous, add a parameter /f. Then the final command will look like this: “shutdown /s /f /t 120”.

The main disadvantage of this method is that it is only suitable for one-time shutdown computer. For periodic shutdown(for example, daily) let’s connect another function built into Windows - “ Task Scheduler».

Using the task scheduler

First, let's figure out where the program is located. The scheduler is located in the " Start» – « Standard» – « Service» – « Task Scheduler" When we first open the program, we will not see any ready-made tasks, so we create our own:


After the operation is completed, we can check whether the task has been saved. To do this we go to library scheduler and find our task:

Using third-party timer programs

If you are not satisfied standard methods turn off the computer on a timer, then you can resort to help third party programs . They are mostly free and there are countless of them, but we will look at three randomly selected ones.

The first program that attracts the attention of the Russian-speaking audience is Wise Auto Shutdown . Full interface Russified, the design is pleasant, setup does not require specific skills.

To turn on the timer you need:

  1. Select the action that the program will perform based on the timer. As is the case with standard means Windows we can choose shutdown, reboot, sleep mode. All the others, one way or another, repeat the above (except for logging out - it sends us to select a user to log in again).
  2. We set the date, time and frequency. After that, click on the button “ Launch».

The next program on our list is Airytec Switch Off. As in the previous case, the program is Russified and free. The interface is not loaded, there are only the most necessary parameters.

To enable the countdown you need:

  1. Choose schedule(periodicity).
  2. Choose action.
  3. Check the box " Force close applications».
  4. Click on the “ Launch».

And the last, most powerful and customizable program - PowerOff. At first glance, it seems that it is simply impossible to understand the interface, but only this program allows you to customize it to suit any requirements. All main actions are displayed on the tab " Timers».

For simple shutdown time required:

  • Choose task.
  • Install response time.
  • Save settings.

The only negative is that to minimize the program to the system tray, you need to check the box yourself in the settings. Otherwise, the program will close and will not turn off the computer at the right time.

Review of the simplest and most popular free programs
to turn off the computer on a schedule.
Here you can download the software you like and try it out.

The author unobtrusively reminds that Microsoft has an extremely negative attitude towards software ( software) third party developers, since it (this very software) can lead to destabilization of the entire operating system.

As before, the most proven and reliable way to do this is to use built-in (standard) tools Windows- And .

Programs for shutting down your computer on a schedule
(download free programs)

Additionally:
Shutting down your computer on a schedule
built-in (standard) Windows OS tools

The simplest bat files to turn off the computer

Developer: site:):):)
bat files are Windows OS executable files with the .bat extension, clicking on them leads to the execution of any action script that is written inside this bat file. IN in this case, the code of the attached bat files contains commands to turn off the computer, as well as commands to cancel commands already received to turn off the computer.
These bat files are extremely easy to use. All you need to do is download them and click on them. The computer will be turned off, or specified time, or after a specified period of time.
To change the value of the specified time, you need to right-click on the bat file and in the drop-down context menu select the “Change” option. After this, the text part of the bat file will open in Notepad, where you can set your time and save changes.
The advantages of this method of shutting down the computer are: complete absence viruses and unconditional work in any Windows OS. The disadvantages include unnecessary fiddling with the text of the bat file. However, if you configure such a file once and put it in the startup folder, the effect you get is nothing at all.

Attention! The bat files offered for downloading do not have a user interface. A simple click on the bat file leads to the immediate installation or cancellation of a ONE-TIME command to turn off the computer.

Download shutdown-timer.bat - (downloads: 3786)
To change the timer time, you need to change in the downloaded file “shutdown-timer.bat”, in the line shutdown /s /f /t 1000, the number 1000 to your value, where 1000 is the number of seconds until the computer turns off from the moment you click on the “shutdown” file -timer.bat"

Download shutdown-exact time.bat - (downloads: 1266)
To change the exact time, you need to change in the downloaded file “shutdown-exact time.bat”, in the line at 21:51 shutdown /r /f, the number 21:51 to your value, where 21:51 is the exact time the computer turns off after clicking according to the file “shutdown-timer.bat”

Download shutdown-cancel command.bat - (downloads: 816)
There is no need to change anything in the “shutdown-cancel command.bat” file. Clicking on this downloaded file will cancel all previously assigned commands to turn off the computer.

OFF Timer - the simplest computer switch

Developer: Egor Ivakhnenko, 2010
A miniature, simplest Russian-language program for one-time shutdown of the computer at a specified time. Fundamentally, OFF Timer is an analogue and continuation of the topic “The simplest bat files for turning off the computer” with the only difference that the program has user interface.
Does not require installation, Portable, works from any folder. The last property is very important for programs of this type - if you don’t like it, you throw it away. The program has a minimum of settings, which are very easy to understand even from a screenshot. Works great for any Windows, because it uses the same means to turn it off. It can successfully replace the standard “Turn off” button in Windows OS.

PowerOff - the most powerful timer to shut down Windows

Official website of the PowerOff program
In conclusion, the most powerful and multifunctional tool to turn off the computer under Windows control- timer PowerOf. The program is simply crammed with all sorts of bells and whistles, which suggests the adequacy of its authors and its users. Functional PowerOf is incredibly extensive and allows you to accomplish such feats as scheduling your computer to shut down at a different time each day or shutting down your computer after listening to a specified number of music tracks. The only thing missing is the function of scheduled shutdown of the computer after a specified number of beers drunk :):):):).

Quite a lot of household electronic devices have timers: toasters, microwave ovens, electric kettles, washing machines, ovens, etc.

What about computers? Does such a complex device really not have the ability to automatically turn off?

In this article, we will look at ways in which you can turn off your computer after a certain time.

Turning off your computer after a certain time may be necessary if you need to leave your workplace for a long time, and at the same time you cannot turn off the computer because there is some task running on it that cannot be interrupted.

Attention! The command contains spaces and to run it correctly you need to correct writing. The number 8100 is the number of seconds after which your computer will turn off.

If your plans change, you can disable a running timer.

To do this, press the key combination Win + R, in the window that appears, enter the command “shutdown - a” without quotes and click “OK”.

The system should notify you that automatic shutdown has been cancelled.

It is also possible to optimize the process of starting and disabling the timer by creating shortcuts.

To do this you need to click right click mouse on any free area of ​​the desktop, select “Create”, “Shortcut” from the menu.

In the object location field, enter the line “C:\Windows\System32\shutdown.exe -s -t 8100” and click “Next”.

Give the shortcut a name, for example “PC OFF 1H” and click “Finish”.

The final optional touch is to install a shortcut icon instead of the standard one. To do this, right-click on the shortcut and go to the “Properties” menu item.

In the “Shortcut” tab, click the “Change Icon” button and select any one from the list, click “OK” to confirm the installation.

After changing the icon, the shortcuts will look more aesthetically pleasing.

Setting a timer in Windows using Task Scheduler

There is also another way that allows you to specify more flexible settings, for example, turning off the computer at a certain time depending on the day of the week or turning off after a certain time after starting the PC.

The setup is simple, all you need to do is pay attention and follow the steps of the instructions:

1. Click “Start” and write “scheduler” in the search bar without quotes. Go to the “Task Scheduler” menu.

2. On top panel go to the “Action” menu and select “Create” simple task" You can also click on the corresponding item in the right column of the “Task Scheduler” window.

3. Write the name of the task and its description in the appropriate fields. The name and description can be anything, but for convenience we still recommend giving meaningful names. Click the “Next” button.

5. Set the time at which you need to turn off the computer, click “Next”.

6. Select the item “Run the program”, “Next”.







2024 gtavrl.ru.