How to set up smartphones and PCs. Informational portal
  • home
  • Reviews
  • A program to automatically shutdown your computer. How do I turn off my computer automatically? Turn off the computer by timer using the command line

A program to automatically shutdown your computer. How do I turn off my computer automatically? Turn off the computer by timer using the command line

A very simple program TimePC to shutdown the computer on schedule. And it will also turn it on according to a schedule that you yourself configure.

There are situations when the computer performs some task, and you urgently need to run somewhere. Well, you just can't be late. Aborting the process is not good, not being in time is also bad. And many do not like to fall asleep in complete silence and for this they turn on music or just some kind of movie. If only it was noisy. The person is resting, but the computer continues to work and overheat.

Well, to prevent this from happening, we will install a special program - TimePC... With this program, you can instruct the computer to turn off at a certain time.

Although the operating system has something similar (setting the power supply), a standard function does not completely turn off the computer, but only puts the computer into sleep mode. Not bad, but still different compared to TimePC.

The program has additional useful functions. In addition to the fact that she can automatically turn off the computer at a time specified by the user, she can turn it on. Even launch, at the request of the user, some program or several programs.

Let's see how simple it is. The program is displayed in three languages, but after installing it, the interface will be in Russian. You don't have to change anything.

In the settings, you can uncheck the box " Close open programs on shutdown«

The fact is that when you turn off the computer with this program, we can choose one of two modes. The first is a normal shutdown, as we are all used to, the second is hibernation.
Hibernation(hibernation) from English translates as "hibernation" or just "sleep" In this mode, the computer rests, but before shutting down, it remembers everything that was opened and started and saves it in the right place on a non-volatile storage device.

This is very convenient if you have not had time to complete your work in some programs or open folders. When you turn on the computer, everything will remain in place.

The next item " Check for updates“Here I also unchecked the box. Who knows, maybe programmers somewhere did not overlook something and the program will start not working correctly. Well, in the meantime, I am satisfied with this working version, I work with it, without updating.

Let's move on to the main thing. In the left column, select "Off / On PC"

On the right side of the program, put a tick in front of “ Turn off computer"We set the shutdown time, but we can not touch the date, it is already substituted for the date set on the computer. Unless you want to turn off your PC tomorrow or in a few days.

Now you need to select the shutdown mode. As I wrote above, there are two modes. Choose which one is more convenient for you. You can also schedule switching on after a certain time. Configured, click the "Apply" button and check if everything is correct. If you made a mistake in time or date, you can click the "Cancel" button and reconfigure everything.

We figured out the one-time setting, now go to "" Everything is the same here. We set the shutdown time, and turn on the computer for a whole week. There is no sleep mode in the scheduler.

Configured, click the "Run" button and check if everything is correct.

By the way, before the computer turns off, the program will notify you about this in 30 seconds. If you are at this moment you are at the computer, you can turn it off by pressing the button labeled "STOP"
Go to the item " Launching programs "

Here we can specify the program that we want to run together with the operating system. For example, a player with music. It will turn out to be such an unusual alarm clock. We can add a browser to the player so that we can check mail right away in the morning. TimePC allows you to run multiple programs at once.

We press the "Add" button. The explorer window will open. In the left column, select "Desktop" In most cases, when installing a program, it leaves its shortcut on the desktop. From the desktop, select the shortcut to the program that you need. Programs that come with windows need to be found on the C drive in the Program Files folder or C: \ Windows. Let's say the standard Notepad program which is located at C: \ Windows \ system32

To remove a program from auto-launch, you need to select it and click the "Remove" button

And that's all. Download the program and use it.

Download from Yandex disk

Some laughter !!

This is useful to know:



Remember how as a child, parents made sure we get enough sleep? Ten minutes with your favorite book or TV program - and go to bed. Now, not only children, but also computers have to be sent “under the blanket”.

Why do you need to turn off your computer on a timer? Isn't it easier to do this when you get up because of him? There can be many reasons:

  • You leave a large download overnight and roughly calculate how long it can last
  • You go to bed to watch a movie, for example, and set the timer for a time almost immediately after it ends.
  • You leave home, but the computer must be open for a while for remote access.
  • You regularly leave in a hurry and may simply forget to turn off the computer, especially if the monitor goes out after inactivity

Even one of these reasons is enough to use delayed shutdown. Moreover (as we will see below), you don't have to dig deeply how to put a computer on the timer.

Built-in Windows timer

We often use Windows without noticing the full power of this operating system. But among its functions there are a lot of non-obvious ones - such as, for example, setting the computer on the shutdown timer. Let's assume that you have an up-to-date version of Windows - from 7 to 10.

We hope you are not intimidated by the concept of "command line"? If you grew up in the MS-DOS era or are interested in administration, then you shouldn't. But even if you are far from it, there is nothing wrong with using the command line. It's a powerful Windows management tool, and extensive command help lets you achieve your goals with just one press of Enter.

To invoke the command line, you can simultaneously press the R and Win keys (with the Windows logo) on the keyboard. Another way is to go to the Start menu, and there, in the "All Programs / Accessories" section, find the "Run" line. The result will be the same: a window with an input field will open in front of you, stingy and containing nothing else.

Let's say you want to turn off your computer after 5 minutes. Now you need to enter a command that looks like a formula:

As you know from the English course, shutdown means shutdown. The -s (suspend) option is needed for deferred command execution and requires us to specify a time before shutdown. Time (which is logical) is denoted by the letter t (from the word time) and is indicated in seconds. In our case, 300 seconds corresponds to 5 minutes. If you are watching a two-hour movie and want to set a computer shutdown timer with a five-minute reserve, then you need to multiply 2 hours 5 minutes (or 125 minutes) by 60 seconds. It turns out 7500 - it is this number that will need to be substituted into a simple expression.

If, while the computer is running, you have some programs running that prevent it from closing, you should add the -f (forced) parameter at the end of the command. When applied, all running programs will be closed forcibly.

What if, for some reason, you change your mind about turning off your computer? No, you don't have to think about cutting red or blue wires. Just run Command Prompt again and enter the command

shutdown -a

"A" in this case means "abort" - interrupt. The pending command to shutdown the computer is thus canceled.

Thus, you (may) have to spend some time learning the basic capabilities of the Windows command line (more precisely, now a more powerful tool - PowerShell, but for us it is still the command line). Nothing, it will pay off: your electricity bills will be lower and your computer will last you longer.

Delayed shutdown in one click

If you constantly use the delayed shutdown of your computer, then it makes sense for you to automate the process and create a shortcut to quickly launch the command. This is done using standard Windows tools:


  • Click "Next"

  • Enter a name for the shortcut (for example, Shut Down Later)
  • Click "Finish"

This method has only one inconvenience: to change the time before shutdown, you have to edit the properties of the shortcut. This is done again through the right click, after which you select the "Properties" item and in the "Object" line change the time to the desired one.

Scheduler

There is another powerful tool for scheduling tasks in Windows: the Scheduler. How to shutdown computer by timer through the Scheduler? First you need to call it:


In the window that opens, select the "Create a simple task" option, name it, for example, "Timer" and specify the frequency. If you can not have time to turn off your computer before leaving for work or need access to it at a certain time, select "Daily", otherwise - "Once".

In the next window, set the shutdown time. Click "Next", in the next window select "Run the program".

And then old friends are waiting for us. In the line "Command or script" you need to enter the command already known to us " shutdown -s". We do not need the rest of the parameters: after all, we have already set the time at the previous stage.

This method is good if you regularly face the task of shutting down your computer. Plus, the Planner is worth learning for other purposes as well.

Additional tools for delayed computer shutdown

It's not just that we started by listing the cases when we might need a delayed shutdown! We can either watch a movie, or listen to music, or download torrents or just files from the network, and so on. In this case, it is more convenient to set not the exact shutdown time, but an event in the program (the end of the download / movie / playlist, etc.). Consider the programs that will do all the work for us:

µTorrent

This most popular torrent client can, after finishing downloading, turn off the computer or put it into standby mode. Open the main window of µTorrent, go to the "Settings" menu and to the "Shutdown Windows" item (it is at the very bottom of the menu).

Here you will find a huge selection of options, but in essence they boil down to a simple set. After all downloads are completed (or after all downloads and distributions have been completed, but, as you know, you can distribute endlessly), an application can take one of the following actions: turn off the computer, go into sleep mode, go into standby mode, restart Windows, or close only itself. We are, of course, interested in the first point. This means that you should select the first line of the last section - "Shutdown upon completion of downloads".

Download Master

When you leave a bulk download overnight, you can configure the popular download manager to automatically shutdown your computer afterwards. To do this, open the "Settings" menu, select "Automation" and in the "After all downloads" menu select the "Turn off PC" option.

The same program allows you to turn off your computer at a specified time. Open the "Tools" section, the "Schedule" item, activate the "Finish on schedule" and "Turn off the computer" items, then set the shutdown time and click "Apply".

AIMP

The most popular player in the post-Soviet space, inheriting the glory of Winamp, also allows you to turn off your computer after playing a playlist. To do this, go to the menu, open the "Scheduler" item and select the "Turn off computer" item. In the window with the menu in front of you there will be a huge selection of options: turn off after playing a playlist, queue, after one track or file, and also (what is most interesting for us) at a given time.

However, all the options are interesting in their own way. If you decide to listen to music before going to bed, you can set it on and off after a playlist or queue.

Media Player Classic

One of the most popular video players is also capable of shutting down the computer when it finishes playing. You don't even need any tweaks to do this (as, for example, with its competitor VLC). Just start the player, select the "Play" section, then "When finished" and select the "Turn off computer" option. This way, you don't even have to get out of bed to turn off your PC just after watching a movie. Especially if you fall asleep in the process.

So have a nice viewing, successful downloads and pleasant dreams!

There are situations when we need to leave our computer turned on for a long time. This may be due to the work of the PC at night, when any large files are being downloaded, or when the operating system updates are being installed for a long time - the fact is that it becomes necessary to automatically turn off the computer without the direct participation of the user. In this article I will tell you how to turn off your computer after a certain time, and also introduce the reader to the tools that can help us in the scheduled shutdown of our PC on a timer.

Turn off the computer automatically at the specified time

How to turn off the computer after a certain time using the Windows toolkit

If you need to turn off your computer on a timer, then the simplest and most convenient solution would be to use the tools built into the Windows OS. A dedicated team will serve as such tools. shutdown, as well as a task scheduler built into the system.

How to use the shutdown command

To use this command, press the key combination Win + R, and in the line that appears, enter:

shutdown -s -t 3600 / f

  • s- completion of work;
  • t- indicates the time in seconds after which our PC will be turned off. That is, 3600 is 60 minutes (1 hour). Instead of this number, you can enter your own, after calculating how much time you need it will take in seconds;
  • f- from the English. "Forced" - forced. Instructs the system to force quit all active applications, that is, no program can interfere with the shutdown of your PC.

After you click on "OK", you will receive a notification from the system about the shutdown of your computer after a specified time. If you suddenly change your mind, then press Win + R again and in the line that appears, type:

and this function will be deactivated.

How to use Task Scheduler

Using this scheduler, you no longer need to think about how to turn off the computer after a certain time, the program will do everything for you thanks to the schedule you have created. At the same time, please note that this feature exists in the OS of the Windows family starting from version 7.

So, do the following:

  • Click on the "Start" button;
  • In the search bar, enter taskschd.msc and click on "Ok". The task scheduler window will open in front of you;
  • Click on "Action" in the upper left;
  • Select the Create Basic Task option;
  • In the window that appears, enter the appropriate name, for example, "Automatic shutdown of Windows" and click on "Next" at the bottom;
  • Next, you will need to select the shutdown frequency. If you want to do this every day, for example, at 3 am, then select “Daily”, otherwise choose another option and click on “Next”;
  • In the next window, determine the shutdown time and click on "Next";
  • In the "Action" option, select "Run the program" and again click "Next"
  • In the line under the inscription "Program and script" we write:

C: \ Windows \ System32 \ shutdown.exe

In the argument field, type:

How to use a bat file to shutdown PC automatically at a specified time

An effective answer to the question of how to turn off the PC after a certain time can be the use of a bat file. When you click on such a file, your computer will turn off after the right time.

Open notepad and there enter:

if% time% == 01: 00: 00.00 goto: b

shutdown.exe / s / f / t 60 / c "Good night, your computer is shutting down"

  • Save this file called shutdown.bat (make sure it is shutdown.bat, not shutdown.bat.txt) on your desktop.
  • If necessary, activate it by clicking on it.
  • You will see a blank command line screen, then just minimize it and keep going.
  • At the right time (in this text, it is one in the morning), you will see a message about the computer shutdown and your PC will turn off.
  • You can change the shutdown time by specifying other numbers instead of "01: 00: 00.00".

We turn off the computer at a certain time by us using programs

In the question of how to turn off the system after 10 minutes or after an hour, third-party software applications that need to be installed on your computer can also help. These are products such as PC Auto Shutdown, Wise Auto Shutdown Software and a number of others.

PC Auto Shutdown - shutdown the PC by timer

This PC Auto Shutdown application for Windows OS will allow you to turn off your computer at the right time. To use its functionality, do the following.

To ensure long-term uninterrupted operation of any computer, whether it is a home desktop PC or a laptop, it is necessary to correctly shutdown it. This point is neglected by many novice users, not knowing or forgetting that incorrect actions at this stage can lead to the loss of working information. And over time, it threatens the need to reinstall the operating system. Not to mention the failure of your PC's hardware. This is quite rare, but such a risk cannot be completely ruled out.

The shutdown procedure is very simple and can be done in several ways. Let's look at the details.


Do I need to turn off my computer?

You might think: what, someone does not turn it off? Yes, and there may be several reasons:

  • the computer is sent to sleep or hibernation mode, and not turned off;
  • the computer is simply not turned off so as not to waste time turning it on;
  • the computer is not turned off at night so that movies or other files are downloaded at night.

However, there are plenty of objective reasons for shutdown. Some of them are listed below:

  • A working modern computer is a rather "gluttonous" device in terms of electricity consumption. Therefore, its aimless functioning leads to a significant increase in the monthly electricity bill.
  • The slight noise of the coolers of the operating system unit, as well as the burning indicators of the system blog at night, can interfere with restful sleep (if the computer is in the bedroom). Therefore, it is better not to download large files (torrents, movies) at night.
  • It is undesirable to leave switched on electrical appliances in the house, apartment or office when no one is there.
  • Long-term continuous operation of the computer reduces the resource of the equipment.
  • All nodes of the system unit located in it are installed only when the power is off. These are RAM modules, sound cards, a processor, most hard drives, etc. We dealt with the detailed structure of the system unit in. Therefore, if you need to install an additional module in the system unit, the computer will need to be turned off.

Force computer shutdown

The methods of shutting down the computer described below are constantly extremely contraindicated for the "health" of the computer. Nevertheless, many novice users, due to ignorance of the correct methods of handling computer equipment, abuse this manner of shutting down their computer, and then wonder why their computer does not start.

Unplug the power cord ... Caution !!!

The habitual action of pulling out the plug of an electrical appliance from the outlet is not applicable to the computer. No, of course you can experiment ...

But I can't vouch for the continued normal functioning of the device!

The fact is that in the process of work, all the necessary data of the operating system programs (you can find out what an operating system is and why you need it at all) and documents are stored in the computer's RAM. For permanent storage, the hard disk is primarily used and the correct steps must be taken to write data to it at shutdown.

And a sudden shutdown "from the socket" is an emergency option for stopping the computer, in which system files can be damaged, which will prevent the computer from starting the next time.

Imagine that you are pondering an important task and suddenly fall asleep! The effect will be approximately the same with a computer.

Similar consequences can be caused by a sudden disconnection of the uninterruptible power supply. If you are not yet "familiar" with this life-saving device, then let's briefly understand its purpose.

An uninterruptible power supply (aka UPS) can provide continuous power to your computer in the event of a sudden loss of electrical current in the network. Usually, it is not designed for long-term operation, but only allows you to correctly save all open documents, close programs and turn off the computer for several minutes. All operating data will not be lost.

By the way, often in computer literacy tests there is a question like this: "When you turn off the computer, all information is erased in ..."

Answer: in RAM. Everything is saved on the hard disk.

Forcing the computer to shut down with the shutdown button

You can turn off a frozen computer (which does not respond to keystrokes or mouse presses) by pressing the shutdown button (aka the power button) on the system unit and holding it down. It will turn off after about 3-4 seconds of holding the button down.

It is also undesirable to abuse this method, since this shutdown option is emergency and can damage system files and lead to the loss of important information for you.

I use it only when the computer is really hopelessly "frozen" and does not respond to any actions for 15-20 minutes.

Therefore, I would like to draw your attention once again!

Turning off the computer by unplugging the power cord from the outlet, using a button on an extension cord, or using the uninterruptible power supply (UPS) button without properly shutting down the operating system will result in the loss of all unsaved data and, over time, in the termination of the normal operation of the operating system.

Modern operating systems will warn you about open programs before shutting down your computer.

Shutting down your computer properly

Preparation before shutting down

To ensure the safety of open documents and files that you directly worked with, before turning off your computer, you must perform a number of actions:

  • save the results of your work in open programs;
  • remove the disc from the drive, if it is there;
  • close running applications / programs;
  • give a command to shutdown the computer in one of the ways that we will analyze below.

How to shutdown computer in Windiows 7 through the Start menu.

Click on the button. It's in the Start menu:

If there are open programs and unsaved documents, after pressing the button, the system will issue a warning with a request to close the programs.

If unsaved documents are not important to you, then you can speed up the shutdown process by clicking on the "Force shutdown" button.

If the documents are important, press the "Cancel" button, save the documents and close the programs and again click on "Shut down" in the "Start" menu

Then we wait until the system unit turns off (the screen will go out, the system unit will stop beeping, the power indicator of the system unit will go out). Then you can turn off the UPS (uninterruptible power supply), if available, or the power strip button.
By the way, to protect your computer, another useful purchase can be a surge protector (), just do not confuse it with a simple extension cord!

How to shut down your computer in Windows 8 from the Start menu

To turn off your computer in Windows 8, just click on the start button (usually in the lower left corner of the desktop). And then click on the shutdown computer icon in the upper right corner of the window.

From the menu that opens, select the "Shutdown" item.

We are waiting for the system unit to turn off and de-energize it by turning it off from the outlet or using the power filter button or on the UPS.

Alternative options

Method 1 - start the shutdown by short pressing the shutdown button

You can turn off the desktop computer by short pressing the power button on the system unit. Further actions in the case of open programs are similar to the steps described above.

If there are none, the computer will turn off automatically.

A short press on the computer's power button will start the shutdown process (equivalent to selecting the Shutdown option in Windows, as described above).

Method 2 - How to shut down the computer using the keyboard

While on the Desktop, press the "Alt + F4" key combination. The shutdown window appears.

We press the "Ok" button. We are waiting for the system unit to turn off and turn off

Turn off the laptop

When turning off the laptop, the methods discussed are available, but there is an easier way. You just close the lid. It automatically goes into "sleep" mode, and in case of further long "rest", it will automatically turn off, saving everything stored in RAM to the hard disk. When you turn on the computer again, all data will be restored to the state it was in when the laptop lid was closed. This is standard laptop behavior, however it can be changed.

Be careful, you may have configured different behavior of the laptop when closing the lid!

The behavior of the laptop when closing the lid can be configured and we will talk about this in a separate article.

Automatically shutdown computer on schedule (timer)

In your day-to-day interactions with your computer, you may need to turn it off while you are away. For example, the process of copying a CD or defragmenting a hard disk, or processing a video file is delayed in time, and you need to leave or just go to bed. What is the best way to organize the shutdown of the computer in this case?

There are several options:

  • in some programs, the function of automatically turning off the computer after completing the assigned tasks has been thought out (for example, in uTorrent, Download Master);
  • standard Windows tools allow you to configure shutdown automatically by time;
  • there are third-party programs to automatically shutdown your computer.

If you are still wondering what computer programs are, read on.

As part of our "dialogue", we will consider only the use of the standard "Task Scheduler" of the Windows system to organize the daily shutdown of the computer at a certain time of the day. This is convenient, for example, to turn off the computer in the evening or at the end of the working day without your participation.

To start working with this program, go to the "Start" -> "Standard" -> "System", select "Task Scheduler".

We click on it with the left mouse button and in the window that appears, select the item "Create a simple task ..."

We name it arbitrarily, but it is clear for us, the planned action. Click the "Next" button ...

We define the task trigger, that is, we set the mode of its execution.

Let's concretize the time parameters.

In the next window, we define the required action. We are interested in "Launching programs".

We indicate the command for execution and its additional parameters.

In the next window, after checking the entered data and clicking the "Finish" button, we will create a new task for the system.

Double-clicking with the left mouse button on it will open the task properties for editing.

At the appointed time, the task will be completed. A minute before shutdown, the system will display a message on the upcoming shutdown of the computer. You can cancel the shutdown if you have time to perform a number of actions:

  • press the key combination "Win + R" to open the "Run" command line window;
  • we type the command "shutdown –s" and press the "OK" button or just the "Enter" key.

The job will be canceled. You can keep working on.

Hope this information helps your computer to be healthy and efficient.

In the previous article, I showed you how to schedule. But to simplify the task, I will give a few computer shutdown timer programs.

Wise Auto Shutdown for Windows 7/8/10

A simple yet powerful program that allows you to set the shutdown time of your computer.
You can choose the exact time, countdown timer, daily or when the computer is idle. The latter is useful when you need to wait for the completion of a resource-intensive task.

In addition to shutdown, you can choose from: reboot, logout (logout), sleep and wait (hibernation). I never turn off my laptop, prefer sleep or hibernation. In this case, when I turn on the laptop, I immediately get the current desktop with all open programs.

In hibernation mode, the contents of the RAM are flushed to the hard disk, but not in sleep mode. And if the power goes out or the battery runs out, then when you turn on the computer, a new boot of Windows will start, and all unsaved data will be lost. After waking up from hibernation, you will get the same desktop anyway.

Combine PowerOff

I have been using this program for many years and I like everything. PowerOff does not require installation and works straight out of the box. Although it has not been updated for a long time, nevertheless, all functions work perfectly. At first it may seem that the program is complicated, but it is not necessary to delve into all the functions, of which there are many:

  • Timer to shutdown computer on time or on schedule
  • Choosing an action after an event has been triggered
  • Winamp, CPU and Internet - Dependent Timers
  • Built-in diary
  • Built-in task scheduler
  • Controlling the program using hotkeys
  • WinAmp program management
  • Autostart with Windows

By default, everything is set up fine, you can leave nothing and just use the program. A couple of clicks are enough to turn on a regular timer.

To turn off the computer after the specified time, put a tick on the "Countdown". To the right of the words "Timer started" is written how much is left before the event is triggered. To trigger at the exact time, put a tick “Response time” and set the required time.

Sometimes it is not known when the computer needs to shut down or when it’s too lazy to count. In this case, PowerOff provides several options.

CPU dependent timer

If the computer needs to shutdown after performing a resource-intensive task.

  • on the right we indicate the percentages of the maximum load
  • set the "Time of fixing the processor load".

Now, if the computer is loaded less than you specified during the specified time, then it will turn off.

Internet - dependent timer

To turn off after downloading large files from the Internet.

  • We put a tick "Get statistics"
  • select the monitored network interface, for example Wi-Fi
  • then WHAT to consider, for example "Speed ​​of incoming traffic"
  • and minimum speed threshold
  • and also enter the number of seconds or minutes in the "Fix speed for" parameter.

Now, if the input speed is fixed for the specified time less than we specified, the work will be terminated.

WinAmp - dependent timer

A very useful function for those who like to fall asleep to their favorite music, while using the WinAmp player. Just put a checkmark "Fire after playing" and set how many tracks you want to play, or after the last track. This feature can also be used by Foobar2000 users. For this there is a special plug-in for Foobar2000 "WinAmp API Emulator", which makes other applications think that it is WinAmp.

Today, most video and audio players have an auto shutdown function, look in the interface and settings.

You can mark at least all the ways, then the shutdown will occur when the first event is reached.

When such a window appears, you can still stop the process of shutting down the computer. The value in seconds is set in the program settings. There you can also enable autorun and see other settings.

In addition to shutting down, you can choose another action:

  • To restart a computer
  • Go to sleep
  • Lock your computer
  • End current user session
  • Disconnect (break) the network connection
  • Shutdown another computer remotely
  • Send command over the network

You can also plan a schedule for each day, but you can figure it out for yourself.

TimePC - can also turn on the computer!

A simple program that can turn off and turn on the computer at a specified time and run programs. Or rather, do not turn it off, but put it into deep sleep (hibernation) and return it back. In this case, all running programs, the next time they are turned on, continue to work.

If the fans continue to make noise when switching to sleep mode, then this is not a deep, but ordinary sleep. On older computers, to enable deep sleep, you need to configure the BIOS to.

If the computer does not start by timer, check the Windows 7/10 setting in "Control Panel -> Power Options -> Setting the Power Plan (Current) -> Change Advanced Power Options -> Sleep -> Allow Wake Timers -> Enable"... The value must be included.

In the program settings, you can set autorun along with Windows and several other parameters

There is also a built-in weekly planner

Now let's look at a few simple programs that are convenient to use if you don't need all these functions.

Knows how to shutdown, restart and put the computer into sleep mode on a timer. Never mind the year of development.

Of the distinctive features of the program:

  • Mutes the sound smoothly
  • Terminates a forced process
  • You can create a shortcut on the desktop that will launch the program with the selected options
  • No installation required

Lim Timer Off

A very simple and straightforward utility that can only turn off the computer at a specified time, forcibly terminating all running programs.

Before the automatic shutdown, a window appears in which you can cancel the action for another 10 seconds.

SMTimer is another simple utility

Minimalism and nice design. The shutdown time is set using the sliders.

Top related articles