• How to make your computer turn off automatically in Windows 7. How to make your computer turn off after a certain time

    It's no secret that nowadays a computer makes life a lot easier. It's easy to use and really helps save a lot of time searching for information. It is also often used for entertainment. Many people watch TV series, movies or play games. It often happens like this: you watch a movie on your computer, and after the final credits roll, you don’t want to get up and turn it off. Knowing special commands, you can avoid these operations. The computer can be set to auto-shutdown. via the command line will make watching movies more comfortable. This will explain the procedure, as well as a shortcut that acts as a shutdown button.

    Shutting down the computer via the command line

    Absolutely any user can do this. The shutdown computer command will help you with this. First, you need to enter the control line itself. To do this, click "Start", hover over "All Programs" and try to find "Accessories" there. When you click on it, the Windows menu will open in front of you, which can make your work easier. One of these programs - Open it, a black window will appear in front of you. This is what we are looking for. You can use it to control your computer. You can also turn off your PC or set it on a timer. In order to set it for a certain time, just enter the command “Turn off the computer” through the command line. You need to write the text shutdown in English letters. In English this translates as “close”. However, entering just this command is not enough. You need to additionally put "-" and the English letter "s". The entire code looks like this: "shutdown-s". Once you press Enter, the computer's shutdown button will work.

    How to set your computer to auto shutdown via the command line?

    Now we will talk about how to make your PC more convenient. It would be nice to do it yourself after some period of time. This can also be done via the command line. You need to enter it through “Start” / “All Programs” / “Accessories” / “Command Prompt”. Next, in the open black window, you enter the same command as for shutdown - “shutdown-s”. But you need to add an entry to it that the computer should be turned off not now, but after some time, that is, add “-t” separated by a space. This will let the computer know that it should turn off after a certain time. Next, you should specify the time in seconds after which your computer should shut down. Let's say that by writing "shutdown -s -t 10", wait for it to shut down in ten seconds. If you write shutdown -s -t 6000, the computer will be turned off after 100 minutes. We would like to remind you that 10 minutes before the end of work, a window with the remaining time will appear on the screen. If you wish to cancel the shutdown, you can do so. You can see how to carry out this action below in the article.

    How to cancel turning off your computer?

    If you needed to put your PC on a timer, but then you changed your mind and do not need this action, you need to enter the code “shutdown -a” at the command line. After this, the previous operation will be canceled and you can continue working.

    Computer shutdown shortcut

    Agree, it is convenient if you can turn off the computer from the icon on the desktop. You don't need to go into "start-up-shutdown" every time. Simply clicking on the icon will trigger shutdown. You can do this yourself and it won't take much of your time.

    How to create a shutdown shortcut?

    If you decide to create a shortcut to turn off your computer, there are a few steps you need to follow. You will succeed if you follow the instructions. To do this, on an empty space on the desktop, right-click to open it and select “Create”. Next, click on “shortcut”. A simple icon will be created on your desktop. After its formation, a window will pop up with the question “For which element do you need to create a shortcut?” It will have an input line called “specify the location of the object.” In it you need to write text similar to the control words for turning off the computer via the command line. But it will be a little different. The command will look like this: Shutdown.exe -s -t 00. After entering the command, press Enter. Next you have to name the folder. You can call it “turning off the computer” or something else - whatever is convenient or whatever you like. Click the "Finish" button and the folder is created. You can also change the icon for this shortcut. Right-click on it, then select "Properties". Go to the "Shortcut" section and at the bottom you will see "Change Icon". Click, select the one you like, click “Save” and “Done”. Place this symbol separately from the others so that you don’t accidentally turn off your PC later. We hope this article helped you understand what the shutdown command is and how to create a shortcut for it.

    The computer is a magical object that gives us all the entertainment and knowledge in the world, but mercilessly devours our time in return. Who among us hasn’t had to sit late into the night in front of the monitor, unable to tear ourselves away from an interesting article or from fighting monsters? The result is chronic lack of sleep, troubles at work/school, and conflicts in the family. You can solve these problems by setting your computer to automatically turn off at a specified time. Moreover, it is not at all difficult to do this.

    To turn off the computer at a specified time every day, we will use standard Windows tools. Let's open Task Scheduler (Control Panel\All Control Panel Items\Administrative Tools) and in the right panel select the link Create a simple task.

    The task creation wizard window will appear, in which you need to enter a name, description, and then, on the Trigger tab, specify the frequency. By pressing a button Further go to the next tab and enter the task completion time. Again Further, and all that remains is to select the type of action to perform ( Run the program) and enter in the field shutdown

    In addition, you must add arguments to the appropriate field -s -t 60. This indicates that the computer will be turned off, not rebooted or put to sleep, and before that there will be a pause of 60 seconds. In general, the shutdown command accepts other arguments, but you can find out more about this in the Windows help system.

    So, in just a few minutes we taught the computer to automatically turn off at a given time, thereby neutralizing the most dangerous killer of our free time. Instead, dedicate your free time to your loved ones, sports, and nature. After all, there is absolutely nothing left of summer!

    Reading time: 4 min

    Every computer user sooner or later faces the question of how to turn off the computer after a given time. For example, you may need to leave your computer turned on to allow certain running operations to complete. And then after a specified time, the computer should turn off. What command to turn off the computer after a specified time can help us with this? In this article we will tell you this.

    There are two options on how to do this. The first is using special programs, and the second is using a command that is entered into the command line. Well, since we have an article about shutdown commands, we will talk specifically about how to turn off a computer through the command line.

    Shutdown windows command

    To shut down the computer after a certain time using the Windows Shutdown command, we need to launch the Run window, to do this we need to simultaneously press the Win + R keys.

    The following window appears:

    In this window, enter the following command: shutdown -s -t 3600 /f

    Let's look at this command so that it is clear what is responsible for what.

    S stands for computer shutdown

    T indicates the time after which you need to turn off the computer

    3600 is the seconds after which you need to turn off the PC. 3600 seconds=60 minutes. That is, the time after which you need to turn off the computer is indicated in seconds. For example, to turn off the computer after half an hour, the command will look like this: shutdown -s -t 1800 /f

    /f is needed in the command to forcefully terminate running programs, otherwise the computer may not turn off at all.

    Once you enter the command and click "OK", you will receive a message that the computer will be turned off in N minutes.

    How to cancel the shutdown command

    If for some reason you change your mind about turning off the computer, you can cancel the shutdown command. To do this, you need to open the Run window again using the Win+R keyboard shortcut. In the window that appears, enter the command: shutdown -a

    And click the "Ok" button. You will then receive a notification telling you that the scheduled system shutdown has been disabled.

    In today's article we will look in detail at several ways to set a timer to turn off a computer in Windows 7, 10, 8.1. Quite often in everyday life, something like this may arise: you started installing some program or game on your computer, and then you urgently needed to leave on business. Clear all day. There is a way out of this situation. Not all users know, but the computer can be configured so that it turns itself off after a certain period of time. You will learn from this article how to turn off your computer after a certain time in Windows 7 (10, 8.1) via the command line, using the Windows scheduler and special programs.

    There are several ways to turn off your computer after a certain time:

    1. Using the Windows scheduler program.
    2. Via the command line.
    3. Using special software.

    Each of these options has its pros and cons. Next, we will discuss each of them in detail, and you will not only learn how to turn off your computer after a certain time, but you will also be able to choose the method that suits you more than others.

    How to turn off your computer after a certain time using the command line

    The easiest way to turn off your computer after a certain time is to use the command line. You can launch it in several ways:

    1. Through the “Start” menu, finding the “System” folder in the “All Programs” section.
    2. Find the “cmd” file, which is stored on the “C” drive, in the “Windows” folder, in the “System32” folder.
    3. You can also right-click on the desktop and select the desired option from the menu that opens, but this does not work on all versions of Windows.

    You can also use the Run window instead of the command line. There are two ways to open it:

    1. Using the key combination “Win ​​+ R”.
    2. By launching the “Run” shortcut, which is located in the same “System” folder.

    The first option is easier, but on some PCs the key combinations may differ or be completely absent.

    After you launch this window or command line, you will need to enter the “shutdown” command. This computer command is a sign that you want to schedule something. And what exactly you want to plan you must indicate as follows:

    1. The first step is to specify what exactly your computer will need to do. You can schedule "/r" to restart, "/h" to hibernate, "/f" to close all programs, and of course "/s" to shut down.
    2. Then you need to enter the “/t” argument. This command specifies the timer setting in seconds.
    3. And at the end, indicate after what time you want to carry out the planned action (in seconds).

    All these commands are entered separated by a space, without quotes. That is, for example, in order for your PC to turn off after one minute, you will need to enter the command “shutdown /s /t 60”.

    At first, this method may seem a little difficult, but once you figure it out at least once, it will probably become your favorite.

    How to use the task scheduler

    Before you begin to understand how the Windows task scheduler works, it should be noted that this program appeared in this system only with the release of Windows 7. Therefore, if your system software version is lower, this method of how to turn off your computer after a certain time will not suit you (Windows 10 and Windows 8 are also suitable).

    Task Scheduler is an extremely useful program that will help you create a real schedule for your PC. To run it, you need to do the following:


    After this, you can leave your PC and calmly go about your business.

    If you ever want to re-run.

    How to turn off your computer after a certain time using a program

    At the moment, there are many third-party software for performing a planned system shutdown. We will not consider all of them, and will only analyze the process of working with one of them, PC Auto Shutdown. Of course, you can choose any other program and use it. You can understand their work on your own, only by fully studying this article and the instructions, if any.

    For now, let's return to our program. Unfortunately, it does not have a Russian version, but the simple and clear interface allows you to use it on an intuitive level, and as a result, working with it turns out to be easier than with some Russian-language applications. You can download it on the Internet absolutely free. After downloading, install and run the program, and then follow these steps:

    1. To begin, click the “Edit” button in the “General” tab.
    2. In the “Timer title” line, enter the name of your option (any).
    3. Then, just below, select the “Shutdown” command from the suggested commands.
    4. Next, specify how long after you want your computer to turn off.
    5. The last setting item is to select the startup interval for the option; in order to turn off the PC once, select “Activate once only at the above time”.

    All you have to do is click “OK” and the setup is complete.

    How to set a timer to turn off your computer Windows 7, 10, 8.1: video

    This was the last option on how to turn off the computer after a certain time. This procedure may seem a little complicated due to the abundance of various incomprehensible commands and arguments, but in reality everything is much simpler than in words.

    If you found the article “How to set a timer to turn off your computer Windows 7, 10” useful, share it with your friends on social networks and add it to your bookmarks

    Automatically shutting down the computer after a certain period of time is a feature of the Windows operating system that is not obvious to users. Moreover, it is implemented in software from Microsoft, but not everyone knows about it. You can also set a timer to turn off your computer in Windows 10 or earlier versions of operating systems using third-party programs that have a more user-friendly interface, but they must be downloaded separately. We suggest looking at a way to set a scheduled shutdown of your computer after a certain period of time using the command line.

    How to set a timer to shut down your Windows 10 computer using the command line?

    Attention: The method of automatically turning off the computer after a certain amount of time, described below, works not only on the Windows 10 operating system, but also in earlier versions - Windows 8, Windows 7, Windows XP.

    Microsoft, when developing the Windows operating system, assumed that users may need to turn off their computer after a few hours or minutes. At the same time, even an experienced Windows user does not always know that the operating system has a built-in timer to turn off the computer. This is due to the fact that it does not have a graphical interface, shortcuts, and can only be accessed through the command line. To set a computer shutdown timer using standard Windows tools:


    The Windows command line also supports a number of other commands related to the shutdown function. We suggest you familiarize yourself with them, since a combination of commands allows you to achieve the desired results in automating the process of turning off your computer at a certain time or after a specified period.

    Windows Command Line Options

    When using the shutdown command to shut down the computer, you should be aware of the parameters entered after it, which are specified by letter keys. The key can be written after the dash symbol (examples: -a, -p, -h) or slash (examples: /a, /p, /h). It is important to remember that all letters entered into the command line along with the shutdown function must be written in Latin characters (that is, in English).

    Windows command line options for the shutdown command:


    Please note: you can read for yourself the full list of parameters that are expected to be used with the shutdown command. To do this, just enter the following combination of functions “shutdown /?” on the MS DOS command line. To do this, launch the standard Windows command line (Windows + R key combination), enter the cmd.exe command in it, and then in the MS DOS command line window that opens, write “shutdown /?”.

    How to create a convenient timer to shut down your computer on Windows 10 after a certain time?

    If you regularly have to use the function of turning off the computer after an hour, two, or any other period of time, then the process of starting the countdown timer until shutdown can be automated as much as possible. Instead of regularly remembering the values ​​of functions for the command line, you can write them down once in a separate shortcut, by double-clicking on which the computer will begin counting down to the shutdown time.

    Creating a computer shutdown timer shortcut on Windows 10 is simple:


    By double-clicking with the left mouse button on the created shortcut, you can easily run the command that is written in it. Thus, you can automate the process of setting a timer to turn off the computer after a certain time - 10 minutes, an hour, 5 hours or more. These shortcuts are often created by system administrators for employees who need to leave their computers turned on at the end of their shift to process certain tasks.