Disable computer shutdown. How to shut down your computer at a specific time. Automatic shutdown of the computer through the command line

The PC Auto Shutdown Timer is useful to all users. Watching a movie before going to bed, going away for a while, leaving the computer to download files or save a project - this is not a complete list of tasks, after which you can automatically turn off the computer using a timer. Such timers can be either standard or created by third-party developers specifically for windows 7.

Read also: Download computer shutdown timer

Using the standard timer to turn off the PC

In order to automatically set the time for shutting down the computer, you should follow these steps:

  • We press "Win + R" and enter the command "shutdown -s -t N", where instead of "N" we enter the shutdown time of the device in seconds.

  • After you click "OK", a notification will appear on the taskbar that the session will end after the specified time.

  • If you want to cancel the command, enter in the Run line "shutdown -a".

You can also set the automatic shutdown of the PC using the .bat file. To create it, we perform the following steps:

  • Open notepad and enter the following command:

echo off cls set / p timer_off = "Vvedite vremya v sekundah:"

shutdown -s -t% timer_off%

  • Next, you need to save the file and assign it the .bat extension. You can set any name for the file. However, in the "Type" field, you should select "All files".

  • After starting the .bat file, a command line will start, in which you need to specify the time for automatic shutdown of the device in seconds.

  • For example, you can specify 1800 (30 minutes) or 3600 (1 hour).

You can also automatically turn off your PC or laptop through the Scheduler windows jobs... To launch and configure it, we perform the following actions:

  • Press "Win + R" and enter "msc".

  • Here in the right menu you need to click "Create simple task».

  • We set any name for the task and click "Next".

  • Since we are creating a "timer", the next step is to check the "Once" checkbox.

  • Next, we indicate the time when the PC needs to be turned off.

  • In the next window, click "Run the program".

  • In the window "Program or script" write "shutdown", and in the argument - "-s".

  • After you save the task, the computer will be turned off at the specified time.

Timers to automatically shutdown your computer

There are many programs on the Internet that allow you to turn off your PC automatically. Let's take a look at the most popular and easy-to-use ones.

OFF timer is a very simple and intuitive program that works for free and allows you to turn off your PC remotely. The principle of its use is as follows.

Run the exe.file and enter the time after which you need to shut down in windows 7. Click "Enable timer".

The program does not require installation, and therefore does not take up free space.

The computer shutdown timer is also a simple and understandable program in Russian. To use this program, you need to remove the Setup.exe file from the archive and start the installation.

Choose a place to install the program and follow the prompts.

After installation, a small window will start. Enter the shutdown time in windows 7 and click "Start".

The computer will turn off at the specified time.

PowerOff is a convenient software not only for automatically shutting down a laptop and a stationary PC, but also for rebooting the system, entering hibernation mode. The principle of its operation is as follows:

  • Run the exe file from the archive. No installation required.
  • A large window will appear with many sections. We don't need everything. We put a mark "Response time" and indicate the time. Next, select the action: shutdown, reboot, hibernation, etc. In the action field, select "By timer".

  • It is also worth putting down the date and setting the countdown time.

  • The PC will turn off after the specified time.

SoftikBox.com

Automatic shutdown of the computer.

In various cases, it becomes possible to turn off the computer in set time... For example, in the evening before going to bed while watching a movie, automatically turning off your computer will help you not to worry about it if you fall asleep.

Setting up an automatic shutdown of your computer is very simple, besides, everything can be done regular means windows, using Task Scheduler, or in some other ways, which we will discuss below.

Task Scheduler is located in the Administrative Tools section of the Control Panel. Run it and create a simple task. Following the instructions of the wizard for creating tasks, specify the name of the task, select the frequency of the task launch, for example, daily. Next, you should specify the time and day from which our task of shutting down the computer will be performed. In the "Action" section, select an action for the "Run the program" task. At the next step, you will need to specify the program to run, or rather the script (command) to shutdown the computer. On the Program or Script line, enter SHUTDOWN, and on the Add Arguments (Optional) line: -s –f. At the last stage, the wizard will offer to check all the parameters of the task being created, and if everything is correct, then finish the creation by clicking the "Finish" button. The images below show the steps in order.

You can also customize automatic shutdown computer using the command line. This method of course much easier, though if you have ever worked with the command line. To do this, go to the menu (Start - All Programs - Accessories - Command Line) and write the command "shutdown /?" and press the Enter key.

After that, the parameters of our utility will appear in the command line window. In this window, we are interested in the main three parameters that are shown in the image.

What do we have and how do we use these commands?

To, for example, turn off the computer after 2 hours, we need to register the command like this (shutdown -s -t 7200), and then press the Enter key. To ask the right time, we need to convert hours and minutes into seconds. 7200 seconds equals 2 hours.

To cancel the specified shutdown of the computer, we need to enter the "shutdown" command with the -a option. That is, we enter "shutdown -a" like this.

Same way this action can be done through the "Run" command. The image shows where this item is located.

To cancel the task, write in the same way as in the command line "shutdown -a"

Now you know how to create an automatic computer shutdown. In conclusion, I would like to say that some programs have the ability to automatically shutdown the computer upon completion of an action. These are antivirus scanners, torrent clients, defragmentation programs and others.

More posts on the topic

tomcomp.com.ua

Computer made easy - Automatically shutdown your computer at a specified time

Sometimes, when the computer is busy performing a task, and you need to leave, you need the computer to turn off automatically. Some programs have this option in their settings, and some do not. Maybe you like to fall asleep while watching movies, it doesn't matter at all what you might need it for.

O special programs to automatically turn off the computer, we will talk in other materials, and now we will touch on the program for automatic shutdown of the PC built into Windows (yes there is one), this program is controlled from the command windows strings... The program is present in both windows XP and windows 7, so this lesson is relevant for both operating systems.

Click the "Start" button and go to the "Programs> Accessories" menu and select "Command Prompt"

Command Prompt will appear

Type shutdown /? press Enter. Now you can see all the parameters of the shutdown utility

For our task, we will use only three parameters

s - shutdown the computer;

t is the time after which the work will be completed, in seconds;

a - cancel system shutdown.

So, in order to turn off the computer, for example, after one hour, you need to type in the command shutdown line-s -t 3600

In windows 7, the message that the command will be executed in the tray will look like this:

In windows XP, the result of the automatic shutdown program will be such a window with a reverse time report

It is also convenient to use this command with the desired parameters in the menu "Start> Run"

If, after starting the auto-shutdown program, it becomes necessary to cancel it, you need to write shutdown -a

For windows XP - The program for automatically shutting down the computer "Shutdown Timer"

For windows 7, for these purposes, you can use the task scheduler or Auto Shutdown The program to automatically shutdown your windows 7 computer

prostocomp.com

How to configure automatic shutdown of the computer on windows 7?!

Hello, friends! After reading this article to the end, you will learn how to set up an automatic shutdown of your computer after a specified time. I think it happened to everyone that it was necessary to leave workplace, but a task was being performed on the computer. In this case, the computer had to be turned off after it was completed. It's good if the program itself allows you to turn off the computer. Well, if you, for example, download a file, and you know how long it will take to download, but you urgently need to go somewhere? What can be done in this case? The answer is simple, you need to use the shutdown utility. 1) First, let's run it in command line mode to see all the functions of this utility. I will show using windows 7 as an example, but don't be alarmed, in XP the process is almost the same. Go to the "Start" -> "All Programs" 2) Next, select "Standard" -> "Command Line" 3) The command line appears in front of us. Enter the shutdown /? and press Enter. 4) Now we see all the parameters of this utility. But we do not need all, but only 3, I highlighted them in the screenshot:

  • / s - shutdown the computer;
  • / t - time after which the work will be completed, in seconds;
  • / a - cancels system shutdown.
5) Therefore, in order for the automatic shutdown of the computer to occur in an hour, you need to enter the shutdown -s -t 3600 command. If you want to cancel this process for some reason, then enter the shutdown -a command

Conclusion

Well, that's basically all that I wanted to tell you in this article. Now you can configure the automatic shutdown of your computer under windows 7. As you can see, it's not so difficult. In order not to forget the necessary commands, I advise you to add this page to your browser bookmarks (an asterisk in the url input line) Sincerely, Alexander Sidorenko!

webexpertu.ru

How do I set up an automatic shutdown of my computer?

Working at a computer does not always imply constant sitting in front of the monitor, the presence of your fingers on the keyboard, or occasional clicking of the mouse. There are cases when the task can be completed for a long time and does not require your constant participation. And it's time to go do other things or go to bed, but the thought of a computer turned on is unlikely to add peace of mind to you. Such situations occur most often when a complete system check occurs. antivirus program(especially if there are a lot of heavy toys on the computer ...), when installing serious volumetric software or downloading a large amount of information from the Internet (for example, several seasons of a popular TV series in HD quality). Cases with transcoding video files, creating backups sections hard disk.

I will not argue that many programs participating in such lengthy processes have an option that allows you to control the shutdown of the computer at their end. But what to do and what to do when such a function is not provided in the program, or there are still a number of processes in the background that prevent the computer from shutting down? In this case, there are no other options but to use the automatic shutdown of the computer. This can be done in two ways: through a specialized software(I prefer this method, by the way, the following material will be about it) and standard windows tools. Let's look at how you can set up an automatic shutdown of your computer using standard operating system tools.

In the "Control Panel" windows (called through the "Start" menu) there is a tool called "Task Scheduler". Setting it up is a snap, especially after reading this article. In order to know at what point in time to configure the shutdown, you need to decide when the long process that you started will be completed. Here you can navigate by the built-in timers of such programs, which usually report the approximate time until the end of the process (you can safely add up to 30% of the time to it), or you can be guided by experience or intuition. The easiest way to open Task Scheduler is by setting search query"Scheduler" in the "Start" menu, you will also find it in the "Administrative Tools" item in the "Control Panel".

The status of active tasks can always be viewed in the "Scheduler Library", and for our purpose we need to "Create a simple task".

First, you need to give a name to the task, say, "Power Off", and then set the frequency of launch (if the task is one-time, you can select the option "Once") and the required exact time of the task execution.

Next, set the parameter "Run the program" and write its name shutdown, set the arguments -s -f. The -f startup switch is required to force termination of applications that prevent the computer from shutting down.

By clicking on "Finish", we complete the creation of the task, after which, in accordance with the picture, we make changes on the "Triggers" tab.

If you need to change the shutdown time of the computer, you can always find this task in the "Scheduler Library".

It is easier to configure the system to shutdown after a specified time interval without resorting to using the "Task Scheduler". To do this, in the command line (Win + R or Run in the Start menu), enter the following command: shutdown -s -t 600 (600 is the time in seconds before shutdown). Then press Enter.

After the time specified in the command has passed, the system will display a window with a message about the shutdown and after a minute the computer will be turned off. To cancel this timer, use the shutdown -a command. And do not forget that one hour is not 1024, but 3600 seconds!

Automatic shutdown of your computer is an extremely useful option that will help you out more than once. It will come in handy in cases when a PC or laptop is busy with a long process, and you need to leave. In this case, you can configure the shutdown of the computer - when the desired operation is performed, it will turn itself off. And you can safely go to sleep, go to work or do your other business.

Most often, setup is required if you:

  • check your PC for viruses;
  • convert video files;
  • install a computer game;
  • upload large files;
  • copying important data, etc.

There are many options here, but the essence should be clear.

The first is with the built-in Windows tools... The second is using additional software. O last way read here:. And this article describes all possible ways configure the shutdown of the computer at a specified time by the built-in means of Windows.

All the methods below are universal and work on Windows 7, 8 and 10. Therefore, no matter what operating system you have, you can schedule a shutdown of your computer in any convenient way.

Configuring automatic shutdown of the computer

The first method of how you can turn on the automatic shutdown of your computer or laptop is to use the "Run" section. For this:

The following window will appear, confirming that everything is done correctly.


The number 3600 is the number of seconds. It can be anything. This particular command activates the automatic shutdown of the PC after 1 hour. The procedure is one-time. If it is necessary to switch off again, it must be done again.

Instead of 3600, you can write anything else:

  • 600 - shutdown after 10 minutes;
  • 1800 - after 30 minutes;
  • 5400 - in an hour and a half.

I think the principle is clear and you can calculate the desired value yourself.

If you have already activated self-shutdown of the computer and for some reason changed your mind, then call this window again and write the shutdown -a line. As a result, the scheduled automatic shutdown will be canceled. If everything is done correctly, then this message will appear.


Shutting down the computer via the command line

Another very similar method is through command line... To activate this option:


If you suddenly change your mind to perform this operation then reopen that window and type - shutdown -a.


This command works only when you have already set the time to shutdown the computer, but it has not come yet.

By the way, if this procedure needs to be performed regularly, then there is an easier way. In order not to open the Run window or the command line, create a shortcut (for example, on the desktop). And in the "Object Location" field write next line C: \ Windows \ System32 \ shutdown.exe -s -t 5400(the number can be any). Click Next, then enter a name for the shortcut and click Finish.


Now, when you need to set the computer shutdown, just click on this shortcut. And this option is immediately activated (you will see a confirmation message).

For convenience, you can create another shortcut to remove the shutdown of the computer (suddenly needed). But here it is already necessary to register the following: C: \ Windows \ System32 \ shutdown.exe -a(without a dot at the end).


Shutdown computer on schedule

And the last method is to turn off the computer on time through the "Scheduler". Suitable if this procedure you need to do it regularly: daily, weekly, etc. In order not to run the command line all the time, you just need to set the shutdown time for your computer or laptop and that's it.

To do this:

  1. Go to Start - Control Panel - Administrative Tools.
  2. Select "Task Scheduler".
  3. In the right column, click on "Create Basic Task".
  4. Enter a name that you understand - for example, "Automatic shutdown of the PC".
  5. Indicate how often you need to perform this procedure (if only once, then it is better to choose one of the ways to automatically turn off the computer described above).
  6. Configure the shutdown of the computer or laptop (specify the start time and date).
  7. Select the first item - "Run the program".
  8. In the "Program" field write shutdown, and in the "Arguments" field - -s -f (the -f switch forcibly closes programs - in case they suddenly freeze).
  9. Click the Finish button.


This is how you can set the computer shutdown time. Daily or monthly setup is done in much the same way. Some fields will be different, but there is nothing complicated there - you will figure it out.

What if you want to edit or delete this task? In this case, go to the "Scheduler" again and open the "Library" tab. Find here your task (by name) in the list and double-click the left button.


In the window that opens, go to the "Triggers" section and click on the "Change" button.



If you no longer need to shutdown the PC on schedule, then go to the "Library", select your task, click RMB, and then - "Delete".


A few words in conclusion

In many modern programs there is a checkbox "Turn off the PC after the end of the procedure." Most often it is found in those utilities that do their job for a long time - for example, defragmenting a disk, checking a laptop or computer for viruses, etc.

Be sure to check the presence of this checkmark in each program. If it is, then you will not need to configure the PC shutdown by time. This is much easier and more convenient. If it is not there, then you will have to manually configure it.

By the way, how to correctly calculate the time when you need to turn off your PC? Usually, programs show an approximate value for when a particular procedure (virus scan or defragmentation) will be completed. Look at it and add another 20-30% (or more) on top. In any case, your PC will be turned off before you wake up in the morning or come home from work in the evening.

Hello dear users of the Russian Internet, today we will talk with you how to set up an automatic shutdown of your computer. In this article I will tell you how to turn off your computer using standard Windows commands or using a special program.

Automatically shutting down your computer is one of the useful functions for each user. There are many situations when you will definitely need it.

For example, you need to upload in the evening large file and you understand that it's already late and you want to sleep, and the file will swing for a very long time. You will want to download something, but here it is not at all by the way, you urgently need to leave for a couple of hours.

There are many more examples when you need to turn off your computer after a certain period of time, but for some reason you cannot do this. This is what this function is for.

Shutdown command

To launch the command line, press the key combination "Win" + "R", enter "cmd" and click "OK".

Or "Start - Accessories - Command Prompt".

A command prompt window will open. In order to see what parameters are available for the "shutdown" command, enter "shutdown /?" and press "Enter".

To work with this command, we need to know 3 parameters:

  • s- computer shutdown;
  • t- the time after which the work will be completed;
  • a- cancellation of system shutdown.

Please note that time is measured in seconds!

To turn off the computer after 1 hour, enter the command with the parameters “ shutdown -s -t 3600"And press" Enter ". A window will appear in which you will see a countdown when the computer will automatically shutdown.

If you windows user 7, then no windows will appear. Windows will inform you through the system tray.

If you need to deactivate the countdown, it will be enough to enter “shutdown –a” in the command line and press “Enter”. After pressing "Enter", the "System shutdown" window will close and the countdown for turning off the computer is deactivated.

A program to automatically shutdown your computer

There are many programs with different settings in order to implement an automatic shutdown of the computer. But I will give an example of a program that will be intuitive for the user.

This program is called OFFTimer, you can download it from the blog. It doesn't need to be installed, it works without installation.

In the right part of the window, select the time to turn off the computer and click on the "Turn on timer" button. In order for the program not to interfere with you, minimize it to tray by clicking on the "Minimize" button.

If you change your mind about automatic shutdown of your computer, then click on the "Turn on timer" button again.

See you soon!

Teaching a computer to shut down on its own is useful for many users. If you leave the last season of a show to download overnight, you want to limit the time computer games for a child or just to save as much as possible on energy - you need a computer shutdown timer for Windows 7, 8 and 10. Consider the tools and third-party programs built into Windows.

Automatic shutdown of the computer in Windows 7 or 10 can be configured using the OS itself, without installing other applications. But there is no beautiful shell for this action; you will have to register a number of parameters in the command line or the scheduler.

Command line

To start the command line, in the "Start" menu, find the "System Tools" section and click on the item of the same name. A window will appear with a black background and a blinking cursor. You can also open Run or hold Win + R, you will see a small line. Enter the shutdown / s / t N command into it. Here "shutdown" is the name of the function, "/ s" is the parameter for the complete shutdown of the PC, "/ t N" - indicates that the shutdown will take place in N seconds.

If you need to shutdown the computer via the command line after 1 hour, enter shutdown / s / t 3600 and click on "OK". A system message will appear stating that the PC will be turned off after the specified period of time. Before shutting down, you will be prompted to manually close running applications.

To forcibly close all programs without your participation, add the / f parameter to the formula. If you decide to remove the timer, enter the shutdown / a command, then the computer's auto-shutdown will be canceled. To end the session, use the / l option instead of / s, to put the PC to sleep - the / h option.

If you regularly need to shutdown the computer via the command line, prepare a shortcut for the operation. To do this, click on the desktop right click, in the "Create" menu go to "Shortcut". In the window, enter the path to the program "C: \ Windows \ System32 \ shutdown.exe" with the required parameters. Auto shutdown after 1 hour with closing all applications will correspond to the command "C: \ Windows \ System32 \ shutdown.exe / s / f / t 3600".

Next, set a name for the icon and click "Finish". To change the picture, select "Change Icon" in the shortcut properties. Then, to activate the timer, you only need to double-click on the shortcut, and the computer will turn off after a specified number of seconds.

You can use the Task Scheduler tool to shut down your computer in Windows 10 or another version. It is hidden in the "Administrative Tools" section of the "Start" menu, and the application can also be invoked with the taskschd.msc line by pressing Win + R.

How to set the shutdown timer Windows computer 7 or 10: In the Action submenu, click on Create Basic Task. Enter an arbitrary name, select the frequency of execution - daily or once. In the next step, set a timer to turn off the computer: here you do not have to calculate the seconds, set the date and exact time... As an action, set "Start the program", in the settings write shutdown with the / s argument.

The task will be created and run at set time... If your plans change, you can always edit the task parameters by moving the auto-shutdown to another hour.

Third party programs

Unlike Windows system tools, other programs for automatically shutting down your computer have more advanced settings. You do not have to count down the time in seconds and manually register the parameters to start the timer.

Concise Smart Turn Off utility designed to automatically turn off the computer under Windows control 10, 8, XP or Vista. Only basic settings are available: logging out or complete shutdown PC, after a specified interval or at a specified time.

The Switch Off program knows how to turn off your computer after a certain amount of time. The utility has flexible settings: a schedule for the days of the week and a specified time, the choice of action - shutdown, reboot, sleep, break VPN connections... Switch Off can close apps and show a warning before starting the function. Also, auto shutdown can be started not by the clock, but in the absence of actions by the processor or user for a certain period.

You can download the utility in full version or portable - does not require installation, runs from any media. The application adds its own icon to the area Windows notifications, to start a task, just click on it and select desired function... Switch Off has a web interface for remote access- it can be used to turn off the computer online in the browser from any device.

The program knows how to set the shutdown timer for a Windows 10 computer. The utility provides a choice of several options for action, the time is set - exact, after an interval, daily or at idle time.

Before auto-shutdown, a reminder will be shown from which you can postpone the specified action.

The multifunctional PowerOff application for Windows 7 or 10 has a huge number of timer settings for shutting down the computer. Choose an action and set the response time to start the standard mode. The function can be associated with the processor load level or music playback by the Winamp player. The utility is able to manage the Internet connection by calculating the volume of traffic.

Note that closing PowerOff will reset the timers. Therefore, set it in the settings so that the utility is minimized instead of fully exiting, then the PC will turn off after a specified time.

Conclusion

It is not difficult to set up an automatic shutdown of your computer by timer. Use Windows commands- this is the fastest - or other applications if you need more flexible setup.

Turning off the computer after a certain time, set by a person, can be very convenient in many cases. For example, with this feature, you no longer have to wait for the computer to finish running processes, such as downloading or processing videos, to turn it off. Instead, you can set a timer and leave work or go to bed. There are many ways to set a timer:

  • via the command line;
  • using the task scheduler;
  • with third-party utilities.

The command line is available in most operating rooms Windows systems... It is used to execute human-entered commands. Most of them are used to automate tasks with scripts and batch files, perform advanced administrative functions, troubleshoot and solve specific problems in Windows.

Step 1. Run Command Prompt. Click on the "Start" button and enter "Command Prompt" or "cmd" in the search bar. Run it as administrator by right-clicking on the application and selecting this mode.

Step 2. Enter "shutdown -s" at the command line. This command will shutdown your computer within a minute after issuing the command.

Enter "shutdown -s"

Clarification of the task:

  1. If you want to shutdown the computer immediately, enter "shutdown -s -t 00" instead.
  2. To shutdown the computer after a specified time, enter "shutdown -s -t ##", where "##" is the number of seconds (for example, "06" after six seconds, "60" after a minute, etc.) ...

Step 3. Press "Enter", this will start the execution of the task.

Press "Enter" to start the task

You will now see a confirmation of the task on the screen. It will no longer be possible to undo the action. You also won't see the countdown on your screen.

This method is suitable for one-time use, but may be inconvenient for continuous use. In this case, the task scheduler will come to the rescue.

Shutting Down Your Computer Using Task Scheduler

Task Scheduler is standard Windows component which allows you to automatically perform predefined actions whenever a certain set of conditions are met. For example, you can schedule a task to run Reserve copy every night or turn off the computer after a certain time.

Step 1. Use the search bar on the Start menu to find Task Scheduler.

In the "Start" menu we find "Task Scheduler"

Step 2. Run the program. A window with many sections will open in front of you.

Run the program and click "Create task"

Step 3. From the menu on the right, select Create Task. Give it a name and describe the action. Then move on to the next step. The Triggers section can be skipped without prejudice to the task.

The "Triggers" section can be skipped without prejudice to the task

Step 3. Go to the "Actions" section. Create an action by typing "C: windowssystem32shutdown.exe" in the script line. Click on the "OK" button.

We create necessary action and click "OK"

Step 4. Now let's move on to the conditions that are required to perform the action. For example, let's set a condition - computer inactivity for 1 hour. This means that if the computer is not used in any way for 60 minutes, it will turn off automatically.

After you click "OK", the task creation window will close, the new task will be active. You can find it in the task library. It contains absolutely all tasks that are created by the user or programs installed on the computer.

Video - How to Shut Down Your Computer at a Specified Time

Disconnection using third-party programs

The above methods are used to disable the built-in utilities. Using them is not as easy as we would like. For those who would like to simplify their task, many simple programs which are very comfortable.

Turn off timer

The Shutdown Timer is an easy-to-use software that allows users to set the shutdown time for their computer. The main advantage of this program is that there is no need to download the entire software package. Moreover, in addition to shutdown, you can set a timer for reboot. Of course, it also has disadvantages, for example, limited functions in free version and the interface is in English.

This program works entirely through the cloud. Everything is configured through the browser, on the official developer page. The user simply goes to the official page and then sets the desired time. It is currently designed for Windows XP, although newer versions are also compatible with the service.

Step 1. Download the program and install it on your computer.

Note! The program may require Java to be installed if it is not present on your computer. Follow the guidelines that you see on your screen.

Step 2. When the installation is complete, a small window will appear on your screen with several understandable elements.

Set the time and click "Start"

The first field is for hours, the second for minutes and the third, respectively, for seconds. This is the time after which the program will perform one of the two available actions:

  • shutdown when Shutdown is selected;

Now all that remains is to click on the "Start" button to start the timer.