A program that turns off the computer on a timer. All known ways to turn off the computer.

Antipyretics for children are prescribed by a pediatrician. But there are emergency situations for fever when the child needs to be given medicine immediately. Then the parents take responsibility and use antipyretic drugs. What is allowed to give to infants? How can you bring down the temperature in older children? What medicines are the safest?

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

And finally, if you have the latest development from Microsoft - Windows 10, then the default search icon will be located right next to the Start button. Click on it, enter "cmd" and you will see the "Command Prompt" application:

To complete our task, administrator rights may be required, and therefore, in order not to look for the reason why the timer shutdown may not work, we will run the command line as an administrator. To do this, right-click on the program icon and select "Run as administrator":

You should have a black window open. command line, which looks like this:

Please note that if you have in this window instead of the path " C:\Windows\system32' specifies the path to the user's folder (for example, ' C:\Users\John”), then you did not run the command line 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, it remains to correctly register one command and you're done!

Shutdown command is used to shut down and restart the computer at the Windows command prompt.

We type the following on the command line:

Where 3600 is the number of seconds after which your computer will shut down. If you now press the "Enter" button on your keyboard, 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 these minutes are also 60 in an hour, we multiply 60 by 60 and get 3600. For example, 1 hour 20 minutes is 4800 seconds.

Now with regard to these characters "/s" and "/t".

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

Now, I think you understand everything. Just specify your time before turning off the computer and press the "Enter" key!

The command line window will close and the countdown will start immediately. This will give you a warning message, for example:

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

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

If you suddenly decide to cancel the action of the timer, then you need to enter the command line again and execute 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 canceled:

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

And now let's consider a more interesting option - how to postpone turning off the computer for a certain day and a specified time.

How to set the computer to turn off at the right day and time?

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

Through the Windows Task Scheduler, you can schedule the execution of any program on a specific day and time, and even set a recurring task for various periods, for example, daily, weekly.

There is only one catch: through the scheduler, it will not be possible to open the command line, as it was done, and write a shutdown command there. This is because we need some kind of file to run, which can be specified in the scheduler and which will contain the command to turn off the computer.

This issue is very easy to solve! You need to open notepad, write “shutdown / s / t 000” there, re-save the text document to a file with the “.bat” extension (for example, “Shutdown.bat”), and then point to this file in the task scheduler.

Now let's take a closer look, point by point:



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

If you suddenly want to change any parameters of the scheduled task, then open the task scheduler again, select "Task Scheduler Library" in the left part 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 settings that you configured!

In this way, you can set the computer to turn off by time (timer), as well as schedule a shutdown for any day and time, and even set up a regular task execution. I'm sure this feature will be useful to someone.

See you in the next posts :)

Surely every computer user left it on at night, for example, to download a significant file. But the problem concerns the owners of a high-speed connection - because of the fast Internet, everything can be downloaded in 2-3 hours, and the rest of the time the computer will work just like that, thereby winding up a decent figure on the electricity meter?

To solve such problems, there are special shutdown programs that will turn off the computer at exactly the specified time. Today you will get acquainted with the Auto ShutDown program, learn about its functions, look at the interface, and finally you can download auto shutdown of your computer for free.

Auto ShutDown program what are its features?

Auto ShutDown is free program to automatically shut down your PC. Among the main functions, we highlight the following:

  1. "Timers" function

It is in the timers section that the main parameters are set. Selecting the type of timer, namely: countdown timer, system timer, CPU timer and the subsequent time setting, will help you turn off the PC at the right time:

    This feature is for people who may forget to turn off their computer. Setting the time, as well as the actions of the program when the user is idle, guarantee automatic shutdown.

    1. Rich settings

    A good selection of settings, includes: sound selection, hotkeys, language settings, log viewing - the program can really be customized to your taste!

      To be honest, I did not quite understand why the security settings in the program are needed, but they make up a full-fledged section. Blocking the Task Manager, Registry Editor, Remote Action, Setting Passwords - In my opinion, these settings are designed to control how children spend time on the computer.

        Another small but nice feature. It deletes and modifies files from the Recycle Bin, Internet Explorer, and temporary folders.

        1. Network management


        Conclusion

        Auto ShutDown is convenient because:

        • has many functions;
        • has a simple interface;
        • works on all Windows operating systems;
        • downloading a program to turn off the computer is quite simple.

        Surely every PC user sooner or later wondered what would be nice if the computer itself could stop working at a strictly defined time we need.

        Such a useful function may, for example, be needed when we download movies at night, and go to bed ourselves, because it is no secret that in many regions of Russia, nighttime Internet traffic is much cheaper than daytime traffic or is not charged at all.

        And in this case, we will have to try hard not to oversleep in the morning to turn off the PC in a timely manner and stop downloading files.

        We can also simply forget to turn off our computer, being late, for example, for work. In general, as they say, cases are different. Therefore, the function of automatically turning off the PC is certainly necessary for everyone.

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

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

        The most simple and affordable methods of how to set a shutdown timer on a computer or laptop and where you can download such a shutdown timer in Russian for free will be discussed in this article.

        Set the shutdown timer using Windows tools

        Perhaps the most affordable ways to set a timer to automatically turn off our computer are the useful tools provided in the operating system itself to resolve this issue. I'll tell you about two of the simplest of them.

        Method 1. Set the timer via the command line

        So, first we need to call the command line. This can be done in two ways - either through the "Start" menu - "All Programs" - "Accessories" - "Run", or by simultaneously pressing two "R + Win" keys on the keyboard.


        Call the "Run" window by pressing "R" and "Win" at the same time

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

        Attention! N is the value of time in seconds before the required automatic shutdown of the computer.

        Let's say we need the PC to turn off after 10 minutes, therefore, by simple mathematical calculations in the mind, we get the value N = 600 seconds. Substitute this value into our formula " shutdown -s -t 600", which in this form and enter into the "Run" window, as shown in the photo:


        We write the necessary command in the line "Run"


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

        Note: In order for all programs to be forcefully closed when the scheduled time expires, we add the "-f" parameter to our formula.


        If for some reason you change your mind about turning off the computer using the set timer, then you can cancel your action by calling the command line again, in which you now need to enter the command " shutdown -a".


        After executing this command, we will see a pop-up window stating that the automatic shutdown of the computer has been canceled.

        Naturally, this method of starting the timer is not very convenient for permanent use. Therefore, it can be easily improved if you follow these instructions:



        Note: In order to change the shortcut icon to any other one you like, right-click on our shortcut, then select "Properties", then "Change Icon".

        Method 2: Windows Task Scheduler will help you turn off your PC automatically

        Another simple way to set the time for automatic shutdown of the computer is the method using the Windows Task Scheduler. To implement it, follow the step-by-step guide:



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

        Universal timer programs for turning off the PC

        Above, we examined ways how, without resorting to third-party programs, but only by means of the Windows systems achieve automatic termination of the computer or laptop at the appointed date and time. Now it's worth telling software, which will help solve this problem even easier.

        The PowerOff program will help you cope with the task

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


        Before us opens a multifunctional panel, with which you can carry out not only the programmed shutdown of the computer, but also many other tasks.


        At the top right, we will see the "Standard timer" option, which we actually need. With its help, we have access to such opportunities as:



        Simple and concise utility "Shutdown Timer 3.6"

        First of all, download the program for this link, Let's do a simple installation.


        Install "Off Timer" on your computer

        After installation, a program shortcut appears on our screen, and the utility itself starts automatically.

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

        SM Timer is another useful utility

        Simple and affordable program SM Timer is also a good utility that can do all the routine work and turn off your computer at a strictly appointed time or after a certain period of time.

        Entering Safe Mode from your computer is very easy! Delete browsing history in the Yandex search engine - as easy as shelling pears

        How to quickly install and uninstall Total Securities 360

        If you have connected your life with computers, then sometimes at work it becomes necessary to leave the workplace, and the computer must complete certain tasks on its own. It is good if there are employees to whom you trust your computer and they will turn it off at the right time.

        If the situation is different, consider the options for turning off the computer after a certain time or set it to turn off every day on its own at a certain time. The latter is needed if you forget to turn off your computer.

        This lesson provides illustrations of windows from windows 7 and windows xp .

        There are programs that allow you to complete a task and subsequently turn off the computer. For example Nero or FileZilla allows you to automatically turn off the computer after the task is completed.

        And if, for example, you are uploading a file using a browser, and you urgently need to leave and turn off your computer.

        What to do?

        AT Windows XP There is a special utility that can be run from the command line: shutdown.

        First, let's run it in command line mode so that we can view all its parameters.

        Let's go to the menu START - All Programs.

        Let's choose Standard - Command Line .


        A command line window appears.

        We enter the command shutdown /? and press Enter.


        Before us, all the parameters of this utility will be highlighted.



        In fact, we are only interested in three parameters:

        • s- computer shutdown;
        • t- the time after which the work will be completed (in seconds);
        • a- Cancel system shutdown.

        Thus, in order to turn off the computer, for example, after an hour, you need to enter the command shutdown -s -t 3600

        You can enter the command on the command line (just like it was done at the beginning of the lesson).

        There is another way, faster. You can just run the command shutdown with the desired options from the menu START - Run (windows XP) :

        AT Windows 7 a little differently, but in the same place (write the command in the place where it is now written " Find programs and files»):

        We enter the command shutdown with the right settings

        And press either the OK button or Enter on the keyboard.

        A system shutdown window appears on the screen, in which the time is counting down.

        If suddenly you decide to cancel the countdown, enter the command shutdown with parameter -a


        In the future, you will not even need to enter the command manually: the entered commands remain in the list of commands.

        And they can be called quickly with the parameters already entered.

        True, you will have to edit the parameter that sets the time after which the work will be completed.

        Well, now let's solve the problem of automatically turning off the computer every day at a certain time. There may be several solutions to this issue, and for sure there are other solutions that will not be considered in the lesson.

        How to assign a task to automatically turn off the computer according to a specified schedule?

        You can assign a task to turn off the working computer at 18:00 every day, if the working day ends, for example, at 17:30. And if you forgot to turn off the computer, it will turn itself off.

        I don't think this will hurt anyone, but it will definitely come in handy! Truth?

        Step 1 - We go to the task scheduler.

        The scheduler is in the menu ( WindowsXP):

        "Start - All Programs - Accessories - System Tools - Scheduled Tasks".



        In Windows 7, the path is almost the same, only the name of the scheduler sounds like "Task Scheduler":

        In Windows 7, scheduling is a little different, if necessary, will be discussed later. The following steps will be discussed in relation to Windows XP.

        Step 2 - Click "Add task".

        Step 3 - Click "Next" and proceed to the choice of launching the program.

        In the list of programs of the program shutdown will not.

        So I suggest 2 two options:

        • The first- click "Browse" and system drive in the folder with windows \ system32 find and select the program shutdown.exe ;
        • Second- select any program from the list, and then specify the correct path to shutdown.exe with the required parameter in the task properties.


        Let's consider the second option.

        Select any program from the list and press "Further".

        Step 4- Specify the name of the task and when it will be executed.



        Step 5- Set the time to run the task.

        • Task start time;
        • When to run a job;
        • Start date for this task, i.e. from what date to start the task.


        "Further".

        Step 6- Enter your account password.



        Be sure to enter your account password, as the task will not run.

        If you have not set a password for your account, you will need to set one.

        This is done in « Control Panel" - "User Accounts » .

        Step 7- Finishing the job setup.

        In order to immediately enter the settings for this task, check the box next to Set advanced options after... .


        Then we press "Ready".

        Step 8- Specify a command to turn off the computer.

        In field “Run” delete the path to the selected program, and paste the path to the program shutdown which is in the folder system32 with Windows XP installed.

        The path is as follows (depending on where your Windows is installed):

        C:\WINDOWS\system32\shutdown.exe -s

        Where parameter -s means “Computer shutdown”.

        After specifying all the settings, click “Apply” or "OK".

        Now the computer will automatically turn off at the time you specified.

        Some PC users listen to music or watch a movie before going to bed, but fall asleep during the process. Turning off the computer on a timer will help to avoid winding up excess electricity. To perform this task, you can use the automatic shutdown of the operating system using third-party utilities or built-in tools.

        How to set the computer to turn off automatically on Windows 7

        To set the off timer Windows computer 7 there are special programs that have flexible settings for the auto-shutdown function. If you wish, you can set the shutdown time using standard OS tools, for example, the command line or the task scheduler. Therefore, you have several options on how to set a timer to turn off the computer.

        How to turn off the computer on a timer in the command line

        If it is not possible to download a circuit breaker, then you should use the Windows 7 computer shutdown timer built into the OS. To do this, you need to run the command line and set the necessary formula. The procedure is as follows:

        1. To turn on the command line, press "Win + R", enter "cmd".
        2. A black window with a DOS environment will open in front of you, where you can drive in commands.
        3. Write the following without quotes: "shutdown /s /t 1000". The last digits are the time to completion in seconds. You can set any value.
        4. Press the enter button.

        A message should appear on your screen that indicates how long the PC will turn off. If for sudden reasons you need to cancel this action, then in the same way you need to write the “shutdown / a” command. This will help turn off the time counter. This option does not have the flexibility of customization, but does not require the installation of additional software.


        Automatic shutdown of the computer in the scheduler

        You can set the Windows 7 computer shutdown timer through another system utility - the task scheduler. It is a standard program for all versions of Widnows, it is easy to find it through the search. The setup goes like this:

        1. After enabling the application, click "Create a simple task".
        2. First, come up with a name for the new task, for example "Sleep", click "Next".
        3. You need to set a time for the execution of a new task. You should also specify which mode is needed to turn off the PC: once, daily, etc. You can set up a convenient schedule.
        4. Next, specify the trip time.
        5. Leave the action selection item unchanged: “Run the program”.
        6. Next, in the first line, enter "Shutdown", for the argument, set the following: "s/ t/ 60" (the last value is the number of seconds before shutdown).
        7. Click the "Finish" button - and at a certain time the task scheduler will turn on and Windows will turn off.


        Program to turn off the computer on time

        If you want to get more flexible options for setting the timer, you can download additional software. There are many offers on the Internet that are similar in functionality. Below is a list of what you can install quickly and with full confidence in the performance of the application.

        A special program to turn off the computer, which runs without prior installation. All you need to do is download it and you can start using it right away. There are many different settings in the utility window, but for an ordinary user there is no need to delve into their essence. It is only necessary to set the time necessary for turning off and that's it. The utility has the following advantages:

        • shutdown can be set at a specific time, after a certain period or according to a schedule;
        • you can set different tasks for "hour X": reboot, shutdown, go to sleep;
        • there is a built-in diary;
        • the presence of a task scheduler;
        • you can set hotkeys for control to the program;
        • starts with Windows.

        Another timer for a computer that is very easy to set up. Unlike the previous version, the application enters the PC into a state of hibernation (deep sleep) and is able to wake it from this mode. Such a system will allow you to quickly turn on your PC, immediately get to work. If the machine does not turn on at the scheduled time, you should check the system settings in the "Power Options" section. Find "Sleep" in this paragraph, opposite "Allow wake timers" should be "Enable".

        If you are looking for very simple utilities to manage the automatic shutdown of your PC, then you should download one of the programs described below:

        • OFFTimer;
        • SMTimer.

        Find out also what it is, how it works.

        Video: computer timer



        Support the project - share the link, thanks!
        Read also
        cockfight game rules cockfight game rules Mod for minecraft 1.7 10 watch recipes.  Recipes for crafting items in Minecraft.  Weapons in Minecraft Mod for minecraft 1.7 10 watch recipes. Recipes for crafting items in Minecraft. Weapons in Minecraft Shilling and sterling - the origin of words Shilling and sterling - the origin of words