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

, SM Timer , Switch Off , but all my articles are related to using 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 just corresponds to 3600 seconds:

3 . Specify a name for the label.
To easily distinguish the timer shortcut from other shortcuts on the Windows desktop, name it, for example, "Timer for 1 hour" and click "Finish":

4 . The sleep timer is ready. Run the shortcut and you'll see a notification that your computer will shut down after 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! The thing is small, it remains to ennoble 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 your desktop), select Properties, select Change Icon, and click OK on 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 get such beautiful shortcuts for enabling and disabling the sleep timer:

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

Setting the timer using Windows

A reliable way 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 the set time without using additional applications:

  1. The first thing you need to do is 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 of 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 seconds. The -s option is responsible for the shutdown, and -t specifies the time. To restart the computer, the -s parameter is replaced with -r. To force close applications (without the ability to save the process) add -f (after -a).
  3. Click on "OK". A notification will appear that the job will be completed after the specified time.
  4. To cancel the timer, type shutdown -a. As the shutdown time approaches, the system will notify you.

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

  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 options for shutting down, for example, -s -f -t 1800. Click "Next".
  4. Enter a name for the shortcut and click Finish.

Task Manager

The Windows operating system has a special "Task Scheduler" application for creating and managing common tasks. Action algorithm:

  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 alphabetically.
  3. For Windows 7, go to the Control Panel. Select the "Category" view mode. Click on "System and Security" > "Administration" > "Task Scheduler".
  4. Or press Win + R and in the "Run" window enter taskschd.msc and click "OK".
  5. In Task Scheduler, hover your mouse over the Action tab, and then select Create Simple Task from the list.
  6. Enter an arbitrary 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 will shut down. Click "Next" again.
  9. Select an action for the "Run a program" task. Continue.
  10. Type shutdown on the script line and -s on the arguments line.
  11. Check all options and click Finish.

The task will be created and the computer will turn off at the specified time. After that, you can always go back and edit the settings in the task scheduler library as needed 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 a computer.

Name

Windows Version

All versions

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

The author unobtrusively reminds that Microsoft is extremely negative about 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 is to use the built-in (regular) tools Windows- And .

Scheduled computer shutdown programs
(download free programs)

Additionally:
Scheduled computer shutdown
built-in (standard) tools of Windows OS

The simplest bat files to turn off the computer

Developer: site:):):):)
bat files are Windows OS executable files with the .bat extension, clicking on which leads to the execution of some action script that is recorded 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 already received commands to turn off the computer.
Using these bat-files is extremely simple. You just need to download them and click on them. The computer will be turned 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 that, the text part of the bat-file will open in notepad, where you can set your time and save the changes.
The advantages of this method of shutting down the computer are the complete absence of viruses and unconditional work in any Windows OS. The disadvantages include extra fuss with the text of the bat-file. Nevertheless, if you set up such a file once and put it in the autoload folder, you get an effect, very much even nothing.

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

Download shutdown-timer.bat - (downloads: 3820)
To change the timer time, you need to change 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 file “shutdown -timer.bat"

Download shutdown-exact time.bat - (downloads: 1269)
To change the exact time, you need to change 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 was turned off after the click according to the file "shutdown-timer.bat"

Download shutdown-cancel command.bat - (downloads: 819)
You don't 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 simple Russian-language program for one-time shutdown of the computer at a given time. In principle, OFF Timer is an analogue and continuation of the theme "The simplest bat-files to turn off the computer" with the only difference 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 - they didn't like it, threw it away and that's it. The program has a minimum of settings, which are very easy to figure out 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 of the Windows OS.

PowerOff - the most powerful timer to shut down Windows

Official website of the PowerOff program
In conclusion, the most powerful and multifunctional tool for shutting down a Windows computer is the timer. PowerOf. The program is simply stuffed with all sorts of "gadgets", which suggests the adequacy of its authors and its users. Functional PowerOf is incredibly extensive and allows you to perform feats such as scheduling your computer to shut down at different times every 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 the specified number of cans of beer drunk :) :) :).

The timer is a very handy feature that will allow you to use your device more intelligently, because then you can 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 the 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 keep 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 for working with time.

Method 1: Airytec Switch Off

One of the best programs of this kind is Airytec Switch Off. With its help, you can not only start a timer, but also set 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.

Using the program is very simple, because it has Russian localization. After starting Airytec Switch Off minimizes to tray and does not interfere with you 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 desired function.

Method 2: Wise Auto Shutdown

Wise Auto Shutdown is also a Russian-language program that will help you control the device's operating time. With it, you can set the time after which the computer will turn off, restart, enter sleep mode, and much more. Also, you can even create a daily schedule, according to which the system will work.

Working with Wise Auto Shutdown is quite simple. When you start the program, in the menu on the left, you need to select what action the system should perform, and on the right, specify the time for performing the selected action. You can also enable a reminder 5 minutes before the computer is turned off.

Method 3: Use system tools

You can also set the timer without using additional software, but with the help of system applications: a 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 case is not the best idea. Using additional software? you will make your job much easier. Of course, there are many other programs for working with time, but we have chosen the most popular and interesting ones.