How to preserve fresh fish without freezing. Shelf life of fish in the refrigerator

, SM Timer, Switch Off, but all my articles are related to the use of programs, and this time I will tell you how to set a sleep timer without using programs.

How to set a sleep timer in Windows without programs

1 . Right-click on the desktop and select “New”, and then “Shortcut”:

2 . In the “Specify the location of the object” field, enter C:\Windows\System32\shutdown.exe -s -t 3600 and click “Next”, where 3600 is the number of seconds before shutdown, which you can change to whatever is convenient for you ; For example, I constantly set the timer for 1 hour, and this exactly corresponds to 3600 seconds:

3 . Enter a name for the shortcut.
To easily distinguish the timer shortcut from other shortcuts on the Windows desktop, name it, for example, “1 Hour Timer” and click “Done”:

4 . The sleep timer is ready. Launch the shortcut and you will see a notification that your computer will shut down in 1 hour:

5 . To disable the sleep timer started in the described way, create another shortcut called “Disable Timer”, and in the “Specify the location of the object” field, enter C:\Windows\System32\shutdown.exe -a:

6. Optional timer settings! There's just a little bit left to do, all that remains is to refine the two shortcuts that were created: the first to enable the timer, the second to disable the timer. So far they look like this:

Right-click on the “1 Hour Timer” shortcut (you created it on the desktop), select “Properties”, then “Change Icon” and click “OK” in the warning window:


7. Select the icon you like, click "OK" and click "OK" in the main properties window that you opened earlier:

Do the same for the “Disable Timer” shortcut.
8. As a result, you will have these beautiful shortcuts for turning the sleep timer on and off:

Sometimes situations arise when it is necessary for the computer to be able to turn off on its own according to a schedule. For example, you need to distribute your working hours, limit access for children, or turn off the device after performing some lengthy operation. There are several ways to set the Windows shutdown timer.

Setting a timer using Windows

A reliable method using the built-in Shutdown program.

Allows you to set a shutdown timer for Windows 7, 8 (8.1) and 10, as well as restart the computer after a set time without using additional applications:

  1. The first thing you need is to press the key combination Win + R (Win is the key with the Windows icon), after which a small window will open in the lower left corner “Run”.
  2. In the field that appears, enter shutdown -s -t N, where N is the time before shutdown in seconds. For example, 1 hour = 3600 s. The -s option is responsible for shutting down, and -t indicates the time. To reboot the computer, replace the -s parameter with -r. To force applications to close (without the ability to save the process), add -f (after -a).
  3. Click on “OK”. A notification will appear informing you that the job will complete after the specified time.
  4. To cancel the timer, enter shutdown -a. The system will notify you as you get closer to shutdown time.

If you need to regularly use the computer shutdown timer for Windows, it will be more convenient to create a shortcut. To do this you will need:

  1. Right-click on an empty space on the desktop.
  2. Select New > Shortcut.
  3. In the window that appears, specify the path to the desired program “C:\Windows\System32\shutdown.exe” and add parameters for shutdown, for example, -s -f -t 1800. Click “Next”.
  4. Enter the name of the shortcut and click on “Done”.

Task Scheduler

The Windows operating system has a special Task Scheduler application for creating and managing common tasks. Algorithm of actions:

  1. First of all, click on the “Start” menu.
  2. To set the Windows 10 shutdown timer, find the “Administrative Tools” section, where you select the desired program. Search in alphabetical order.
  3. For Windows 7, go to Control Panel. Select the “Category” viewing mode. Click on “System and Security” > “Administration” > “Task Scheduler”.
  4. Or press Win + R and enter taskschd.msc in the Run window and click OK.
  5. In the “Task Scheduler”, hover your mouse over the “Action” tab, and then select “Create a simple task” from the list.
  6. Enter a custom name and description if desired. Click "Next".
  7. Select a trigger, i.e. the frequency of the operation performed, for example, daily or once. Click “Next”.
  8. Install exact time when your computer turns off. Click on “Next” again.
  9. Select an action for the “Run a program” task. Continue.
  10. Enter shutdown in the script line and -s in the arguments line.
  11. Review all settings and click Finish.

The task will be created and the computer will turn off at the specified time. After this, you can always go back and edit the parameters as needed in the task scheduler library or disable the task altogether.

Third party programs

Additional applications are needed for convenience and more flexible settings. But not all programs downloaded from the Internet can be safe for your computer.

Name

Windows version

All versions

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

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

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

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

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

The simplest bat files to turn off the computer

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

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

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

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

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

OFF Timer - the simplest computer switch

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

PowerOff - the most powerful timer to shut down Windows

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

The timer is a very convenient function that will allow you to use your device more intelligently, because then you will be able to control the time spent on the computer. There are several ways to set the time after which the system will shut down. You can do this using only system tools, or you can install additional software. Let's consider both options.

Many users need a timer to keep track of time and also to prevent their computer from wasting power. In this case, it is much more convenient to use additional software products, because the system tools will not give you so many tools to work with over time.

Method 1: Airytec Switch Off

One of best programs A similar plan is Airytec Switch Off. With its help, you can not only set a timer, but also configure the device to turn off after all downloads are completed, log out of the account after a long absence of the user, and much more.

It is very easy to use the program, because it has Russian localization. After launching, Airytec Switch Off minimizes to tray and does not interfere with you in any way while working at the computer. Find the program icon and click on it with the mouse - a context menu will open in which you can select the required function.

Method 2: Wise Auto Shutdown

Wise Auto Shutdown is also a Russian-language program that will help you control the operating time of your device. With its help, you can set the time after which the computer will turn off, reboot, go into sleep mode, and much more. You can also even create a daily schedule according to which the system will work.

Working with Wise Auto Shutdown is quite simple. When you run the program, in the menu on the left you need to select what action the system should perform, and on the right you need to indicate the time for the selected action to be performed. You can also enable a reminder to appear 5 minutes before you turn off your computer.

Method 3: Use system tools

You can also set a timer without using additional software, but using system applications: the dialog box "Run" or "Command line".


We looked at 3 ways in which you can set a timer on your computer. As you can see, using Windows system tools in this matter is not the best idea. Using additional software? you will make your work much easier. Of course, there are many other programs for working with time, but we have chosen the most popular and interesting ones.