Команда для спящего режима windows 10 таймер

Do you remember the last time when you fell asleep, and your system remained switched on overnight? I am sure everyone is guilty of this. But, if it happens frequently, then the health and battery performance of your system degrades day by day. Soon, the efficiency factors will be affected. No worries, Windows 10 sleep timer could help you to get rid of this problem. We bring to you a perfect guide that will help you enable Windows 10 sleep timer.

How to Create Windows 10 Sleep Timer on your PC

Table of Contents

How to Set a Shutdown Timer in Windows 10

Method 1: Use Command Prompt to Create Windows 10 Sleep Timer

You can time your system to shut down after a particular period of time by setting a shutdown timer on your Windows 10 computer. The easiest way to do so is using Command Prompt. Windows 10 sleep command will help you to create Windows 10 sleep timer. Here’s how to do it:

1. Type cmd in the Windows search bar as depicted.

Type command prompt or cmd in Windows search bar | How to Create Windows 10 Sleep Timer on your PC

2. Type the following command in Command Prompt window, as shown below, and hit Enter:

Shutdown –s –t 7200

Type the following command in Command Prompt window: Shutdown –s –t 7200 Then, hit Enter, as shown below.

3. Here, -s denotes that this command should shut down the computer, and the parameter –t 7200 denotes the delay of 7200 seconds. This implies that if your system is inactive for 2 hours, it will shut down automatically.

4. A warning notification will be prompted titled ‘You’re about to be signed out. Windows will shut down in (value) minutes,‘ along with the date and time of the shutdown process.

A warning notification will be prompted titled You’re about to be signed out Windows will shut down in (value) minutes, along with the date and time of the shutdown process.

Method 2: Use Windows Powershell to Create Windows 10 Sleep Timer

You can perform the same task in PowerShell to shut down your PC after a specified period of time.

1. Launch the Windows Powershell by searching for it in the Windows search box.

Choose Windows PowerShell and then select Run as Administrator

2. Type shutdown –s –t value to achieve the same result.

3. Like we explained above, replace the value with the specific number of seconds after which your PC should shut down.

Also Read: Fix Computer Won’t Go to Sleep Mode In Windows 10

Method 3: Create Windows 10 Sleep Timer Desktop Shortcut

If you want to create Windows 10 sleep timer without using Command Prompt or Windows Powershell, you can create a desktop shortcut that opens the sleep timer on your system. When you double-click on this shortcut, Windows 10 sleep command will be activated automatically. Here is how to create this shortcut on your Windows PC: 

1. Right-click on the blank space on the home screen.

2. Click on New and select Shortcut as depicted below.

Here, select Shortcut | How To Create Windows 10 Sleep Timer

3. Now, copy-paste the given command in the Type the location of the item field.

Shutdown -s -t 7200

Now, paste the below command in the Type the location of the item field. Shutdown -s -t 7200

4. If you want to turn off your system and force close any open programs, use the following command:

shutdown.exe -s -t 00 –f

5. Or, if you want to create a sleep shortcut, use the following command:

rundll32.exe powrprof.dll, SetSuspendState 0,1,0

6. Now, type a name in Type a name for this shortcut field.

7. Click Finish to create the shortcut.

Then, type a name for this shortcut and click Finish to create the shortcut | | How To Create Windows 10 Sleep Timer

8. Now, the shortcut will be displayed on the desktop as follows.

Note: Steps 9 to 14 are optional. If you want to change the display icon, you can follow them.

9. Right-click on the shortcut you just created.

10. Next, click on Properties and switch to the Shortcut tab.

11. Here, click on Change Icon… as highlighted.

12. You may receive a prompt as depicted below. Click on OK and proceed.

Now, if you receive any prompt as depicted below, click on OK and proceed.

13. Select an icon from the list and click on OK.

14. Click on Apply followed by OK.

Your icon for the shutdown timer will be updated on the screen, as depicted below.

>OK. Your icon for the shutdown timer will be updated on the screen”>

Now, when you are away from your system for 2 hours, the system will shut down automatically.

How to Disable Windows 10 Sleep Timer Desktop Shortcut

Maybe you no longer require Windows 10 sleep timer. In this case, you should disable the sleep timer desktop shortcut on your system. This can be accomplished when you create a new shortcut with a new command. When you click twice on this shortcut, the Windows 10 sleep timer desktop shortcut will be disabled automatically. Here is how to do it:

1. Right-click on the desktop and create a new shortcut by navigating to New > Shortcut as you did earlier.

2. Now, switch to the Shortcut tab and paste the given command in the Type the location of the item field.

shutdown –a

How to Disable Windows 10 Sleep Timer Desktop Shortcut

3. Now, type a name in Type a name for this shortcut field.

4. Lastly, click Finish to create the shortcut.

You can also change the icon (Steps 8-14) for this disable sleep timer shortcut and place it near the previously created enable sleep timer shortcut so that you can access them easily.

Also Read: 7 Ways to Quickly Turn Your Windows Screen Off

How to Create a Keyboard Shortcut to the Sleep Command

If you want to create a keyboard shortcut to the Sleep Timer command, follow the below-mentioned steps:

1. Right-click on the sleep timer shortcut and navigate to Properties.

2. Now, switch to the Shortcut tab and assign a key combination (like Ctrl + Shift +=) in the Shortcut key field.

Note: Make sure you do not use any previously assigned key combinations.

How to Create a Keyboard Shortcut to the Sleep Command | How To Create Windows 10 Sleep Timer

3. Finally, click on Apply > OK to save the changes.

Now, your Windows keyboard shortcut to the sleep timer command is activated. In case you decide not to use the shortcut anymore, simply delete the shortcut file.

How to Schedule a Shutdown Using Task Scheduler

You can use Task Scheduler to auto shut down your system. Implement the given instructions to do the same:

1. To launch the Run dialog box, press Windows key +keys together.

2. After entering this command: taskschd.msc, click the OK button, as shown.

3. Now, the Task Scheduler window will open on the screen. Click on Create Basic Task… as highlighted below.

Now, the Task Scheduler window opens on the screen. Click on Create Basic Task | How to Create Windows 10 Sleep Timer on your PC

4. Now, type the Name and Description of your choice; then, click on Next.

Now, type the name and description of your choice and click on Next. | How To Create Windows 10 Sleep Timer

Note: You can use the Create a Basic Task wizard to quickly schedule a common task.

For more advanced options such as multiple task actions or triggers, use the Create Task command from the Actions pane.

5. Next, select when should the task begin by choosing one of the following:

  • Daily
  • Weekly
  • Monthly
  • One time
  • When the computer starts
  • When I log on
  • When a specific event is logged.

6. After making your selection, click on Next.

7. The following window will ask you to set the Start date and time.

8. Fill the Recur every field and click on Next as depicted below.

The following window will ask you to set the Start date and time. Fill your Recur every value and click on Next

9. Now, select Start a program on the Action screen. Click on Next.

Now, select Start a program on the Action screen.

10. Under Program/script, either type C:\Windows\System32\shutdown.exe or browse the shutdown.exe under the above directory.

Under Program type “C:\Windows\System32\shutdown.exe” | How To Create Windows 10 Sleep Timer

11. On the same window, under Add arguments (optional), type the following:

/s /f /t 0

12. Click Next.

Note: If you want to shut down the computer, say after 1 minute, then type 60 in place of 0; This is an optional step as you have already selected the date & time to start the program, so you can leave it as it is.

13. Review all the changes you have made until now, then checkmark Open the Properties dialog for this task when I click Finish. And then, click Finish.

14. Under the General tab, tick the box titled Run with the highest privileges.

15.  Navigate to the Conditions tab and deselectStart the task only if the computer is on AC power under the Power section.

Navigate to the Conditions tab and then deselect “Start the task only if the computer is on AC power.”

16. Similarly, switch to the Settings tab and check the option titledRun task as soon as possible after a scheduled start is missed.

Hereon, your computer will shut down at the date & time you have selected.

Use Third-Party Software

If you do not want to use any of the methods mentioned above and prefer to use a third-party application for this functionality, continue reading to know more.

1. SleepTimer Ultimate

The Users can benefit from a heap of functionality offered by the free application, SleepTimer Ultimate. A wide variety of sleep timers are available here, each with unique features. Some of its advantages are:

  • You can fix a future date and time to shut down the system then.
  • If the CPU has reached a specified level in performance characteristics, then the system will log out of accounts automatically.
  • You can also enable a program to launch after a certain time period elapses.

This app supports various versions ranging from Windows XP to Windows 10. The features of SleepTimer Ultimate will depend on the version of Windows you use.

2. Adios

The User Interface of Adios is very simple and easy to use. It is free to download, and you can enjoy the following features:

  • You can run a program on a timer.
  • You can set a program or application to be downloaded at a particular date & time.
  • You can switch the monitor to an OFF state.
  • You can enjoy the timed shutdown feature along with user logoff functions.

Recommended:

  • Fix Screen Goes to Sleep when Computer Turned ON
  • 7 Ways To Fix Windows 10 Slow Shutdown
  • How to Fix Audio Stuttering in Windows 10
  • Fix Windows 10 Apps Not Working

We hope that this guide was helpful and you were able to create Windows 10 sleep timer on your PC. Let us know which method or app worked for you the best. If you have any queries/comments regarding this article, then feel free to drop them in the comments section.

Scheduling a shut down on Windows 10 is simple but you’ll be surprised to learn that it is just as difficult to schedule sleep on Windows 10. The command-line argument that claims to sleep a system actually hibernates it. The common method around this is to first disable/turn off hibernate on Windows 10, and then run the sleep command with time parameters. For a simpler solution, one that end users can modify per their own needs, we’re going to use a batch script and a scheduled task.

Sleep system script

This script has been written by SuperUser user AveYo. Open Notepad and paste the following in it. Save the file with the BAT file extension. If you want, you can test it out by running just the script. It should put your system to sleep.

@echo off &mode 32,2 &color cf &title Power Sleep
set "s1=$m='[DllImport ("Powrprof.dll", SetLastError = true)]"
set "s2=static extern bool SetSuspendState(bool hibernate, bool forceCritical, bool disableWakeEvent);"
set "s3=public static void PowerSleep(){ SetSuspendState(false, false, false); }';"
set "s4=add-type -name Import -member $m -namespace Dll; [Dll.Import]::PowerSleep();"
set "ps_powersleep=%s1%%s2%%s3%%s4%"
call powershell.exe -NoProfile -NonInteractive -NoLogo -ExecutionPolicy Bypass -Command "%ps_powersleep:"=\"%"
exit

With a reliable way to sleep your system now available, you need a simple way to schedule when it will be put to sleep. Task Scheduler gives you a very simple GUI for scheduling when a script (or app) runs so we’re going to use it.

Open Task Scheduler and create a new task. Name it something that will tell you it is for scheduling sleep. Go to the Triggers tab and add a new trigger. The trigger should be set to ‘On a schedule’. You’ll find plenty of options for scheduling i.e., how frequently the task should be run so use it to schedule sleep as flexibly as you need to. Once you’ve added the trigger, go to the Actions tab.

Add a new action, and set it to run the sleep script that you created earlier, and you’re done.

The task will be enabled automatically and at the given time, it will run the script that will sleep your system.

Sleep will lock your system and put it in a low power mode. Your apps will remain open and you will still be signed in. You will have to wake the system by pressing the power or sleep button on your laptop/PC, and then unlocking it like you normally do. Since no apps will be closed, you don’t have to worry about losing work.

default avatar image

Fatima Wahab

Fatima has been writing for AddictiveTips for six years. She began as a junior writer and has been working as the Editor in Chief since 2014.

Fatima gets an adrenaline rush from figuring out how technology works, and how to manipulate it. A well-designed app, something that solves a common everyday problem and looks

If you are working on your laptop and have to move away for a while, you should put it to sleep ideally. This way you can pick up your work from where you left it, also, it saves electricity and your laptop’s battery. However, if you have to leave your PC for a long duration, it’s not advisable to put it to sleep, in that case, you can schedule a sleep timer shutdown.

create Windows Sleep Timer Shutdown

Well, in today’s post, we will learn about how you can set a Windows sleep timer to shut down your computer automatically after a certain period. but first, let’s talk about what is sleep mode on Windows 11 PC.

What is Sleep mode in Windows 11 PC

Putting your PC into Sleep mode is similar to pausing a playing DVD. When you put your PC into sleep mode, all the actions happening on your computer stop and move to your RAM, which means your system memory. Your computer is still on but it uses less power in this state. Your work will be resumed once you touch or move your cursor. So, if you are moving away for a longer duration keeping your PC to sleep, it’s better to schedule a sleep timer shutdown. You can read about the different System Sleep States here.

You can create a Windows Sleep timer shutdown in your Windows 11/10 PC using the Command Prompt or by creating a Desktop shortcut as follows.

1] Using Command Prompt

  • Press Win+R to run the dialog box and type CMD to run Command Prompt.
  • Type in the command, Shutdown -s -t 3000 and hit Enter.
  • Here, -s is giving the command to shut down and -t is the number of seconds, you want it to wait.
  • Of course, you can change the timings as per your own requirements.

2] Create a Desktop Shortcut

This method is for someone who wants to use this sleep timer shut down regularly. You can do this simply by creating a desktop shortcut without even opening the Command Prompt.

  • This is again a very simple and quick way of creating a sleep timer for your Windows 11 PC.
  • Go to your Desktop and right-click anywhere.
  • Select New–>Shortcut.
  • This will open a new window, type in the command, “Shutdown -s -t 3600″ and click on Next.
  • Give the shortcut a name and click on Finish.
  • You will get a shortcut on your Desktop as shown in the screenshot below.

You can cancel this sleep shutdown command anytime you want.

  • Go to the Desktop and right-click.
  • Select New -> Shortcut
  • Type in the command below-
  • Shutdown -a
  • Type the name for this shortcut and click on Finish.

Related tip: If you are using a laptop, make sure to thoroughly understand the Pros and Cons of each Power plan, and then change the Sleep settings.

3] Create Windows Sleep Timer Shutdown using Run Command in Windows 11/10

set sleep timer shutdown using run command

You can also use the Run Command box to create a sleep timer shutdown for your Windows 11/10 computer. These are the steps:

  1. Press Win+R hotkey. This will open the Run Command box
  2. Type shutdown -s -t -1000 command. While the s parameter is for shutdown and the t parameter is for the timer. You can change 1000 with any other value you want to set the timer
  3. Press the OK button or use the Enter key.

You will get a desktop notification or Windows logon reminder (like visible in the screenshot above) that You’re about to be signed out and your Windows will shut down at the time set by you.

In case you changed your mind and want to cancel the shutdown, then open the Run Command box, type shutdown -a command, and hit the OK button.

4] Schedule Windows Shutdown using Task Scheduler in Windows 11/10

You can also follow a manual process and schedule shutdown using Task Scheduler in Windows 11/10. For this, you need to create a new basic task in Task Scheduler, give it a name, set the date and time for the task to trigger, and set the shutdown command. Once the task is scheduled, it will automatically trigger at the scheduled time and shut down your system.

5] Use a third-party tool like SleepTimer Ultimate or Sleep Timer

SleepTimer Ultimate is a free sleep timer program that allows you to shut down, restart, power off, Lock screen, Log out, Hibernate, Standby, Wake up, Start computers, etc.

You can also use other free shutdown scheduler tools or computer shutdown timer software to create a Windows sleep timer shutdown without any hassle. Simple Shutdown Timer, Windows Reboot, Adios Shutdown Timer, Sleep Timer, etc., are some good options to use. These tools let you set a timer in hours, minutes, and seconds to shut down or restart the system.

How do I change Sleep settings on Windows 11?

To change Power & sleep settings in Windows 11 do the following:

  • Press Win+I key together to open the settings.
  • Click the System entry under the side panel on the left.
  • Switch to the right and scroll down to Power & battery option.
  • Expand the menu and go to the Screen and sleep heading under Power section.

Here, you can choose how long you want the computer to wait before going to sleep. You can also change Sleep Timeout using PowerCFG command line.

How do I set a shutdown timer in Windows 11/10?

If you want to set a shutdown timer in your Windows 11/10 computer, then you can do it using Task Scheduler, Command Prompt, Run Command box, third-party tools, etc. All these options are covered in this post. Check these options and use any option you want to schedule a shutdown timer in Windows 11/10.

Does Windows 11 have a sleep timer?

You have to do that manually in Windows 11. Go to Settings > Power & Battery and customize your sleep settings. Alternatively, you can use the shortcut ALT+F4 and select the Sleep option from the menu.

Where is the Sleep button in Windows 11

Click on the Start, go to the power button in the bottom right corner, select Sleep and you are done. Also, you can press Alt+F4 and select the Sleep option from the menu.

Рассказываем, как поставить таймер выключения компьютера на Windows. Это позволит настроить работу ПК так, чтобы он включался самостоятельно по расписанию.

Для чего нужен

Как установить

Как отключить

Чек-лист

Для чего нужен

Как установить

Как отключить

Чек-лист

Операционная система Windows довольно гибкая в плане настроек, поэтому многое можно сделать, используя встроенные средства и утилиты. А со сторонними приложениями возможности практически безграничные. Если вам необходимо поставить таймер выключения компьютера, проще всего воспользоваться специальной системной командой или установить приложение-планировщик.

Что такое таймер выключения компьютера и для чего он нужен

Предположим, вы уходите куда-то по делам, но компьютер нужно оставить включенным. Например, чтобы он докачал большую игру или чтобы коллега подключился по удаленному доступу. Переплачивать за электричество при этом смысла нет, поэтому лучше настроить ПК так, чтобы после выполнения задачи он выключился сам.

С этим и поможет таймер выключения — встроенная в Windows утилита, управляющая электропитанием.

Как установить таймер выключения на Windows: 7 способов

Существует несколько способов установить таймер выключения. Все они простые, поэтому выбирайте тот, что вам удобнее.

1. Через команду «Выполнить»

Функция «Выполнить» позволяет быстро отдать системе нужную команду при условии, что вы знаете, как эту команду сформулировать на понятном для утилиты языке.

  1. Откройте окно «Выполнить» через сочетание клавиш Win+R.

  2. Далее пропишите или скопируйте текст shutdown -s -t 1800.

На человеческом языке это значит, что компьютер должен выключиться через 1800 секунд (то есть 30 минут). Число 1800 вы можете поменять на любое другое. Например, три часа — это 10 800 секунд.

Скриншот окна утилиты «Выполнить»

Самый простой способ поставить таймер выключения на Windows — через утилиту «Выполнить»Источник: Hi-Tech Mail

2. Через командную строку

Использовать команду shutdown для установки таймера выключения можно не только через меню «Выполнить», но и в командной строке Windows.

  1. Доступ к командной строке можно получить через меню «Пуск». Введите название этого инструмента (или воспользуйтесь любым другим способом из нашего материала «Как открыть командную строку в Windows: 23 проверенных способа») и запустите программу от имени администратора.

  2. Команда та же: shutdown -s -t 1800, где 1800 — время в секундах. При необходимости поменяйте значение на любое другое. Нажмите Enter.

  3. После ввода команды появится уведомление о предстоящем отключении.

Скриншот экрана ноутбука с поиском командной строки Windows

Командная строка WindowsИсточник: Hi-Tech Mail

3. Через PowerShell

PowerShell — это почти то же самое, что и командная строка, но с расширенным инструментарием. Правда, нас он в рамках сегодняшней темы интересует мало. Способ практически ничем не отличается от предыдущего.

  1. Найдите PowerShell в меню «Пуск», запустите от имени администратора.

  2. Пропишите команду shutdown -s -t 1800, изменяя при желании количество секунд.

Скриншот окна ноутбука с Windows PowerShell

Windows PowerShellИсточник: Hi-Tech Mail

4. Через ярлык на рабочем столе

Если не хочется каждый раз открывать командную строку или PowerShell, создайте специальный ярлык, чтобы планировать выключение в пару кликов. Способ поможет тем, кому отключать компьютер по расписанию нужно регулярно.

Скриншот экрана ноутбука с окном создания ярлыка на рабочем столе

Через ярлык на рабочем столеИсточник: Hi-Tech Mail
  1. Нажмите правой кнопкой мыши по незанятому месту на рабочем столе и выберите «Создать» > «Ярлык».

  2. Система попросит указать путь к нужному объекту. Прописываем его, по желанию редактируя показатель секунд: C:\Windows\System32\shutdown.exe -s -t 1800.

  3. В следующем окошке задаем имя «программы», в данном случае «Таймер полчаса». Далее нажмите ОК, чтобы завершить создание ярлыка.

Теперь достаточно двух щелчков, чтобы выключить ПК по расписанию. Для красоты можете выбрать тематический значок в разделе «Свойства» — «Ярлык» — «Сменить значок…».

Скриншот экрана ноутбука с открытым ярлыком "Таймер полчаса"

Изменить настройки или вовсе отключить таймер выключения компьютера можно в любой момент. Для этого нажмите на ярлык правой кнопкой мыши, выберите «Свойства» и пропишите нужное количество секунд или установите параметр -a после shutdown.exe.Источник: Hi-Tech Mail

5. Через bat-файл

Пакетный файл с расширением .bat, или просто «батник» — это текстовый документ, включающий определённую последовательность команд. С его помощью пользователи могут настроить и отключение компьютера по расписанию.

  1. Создаём на рабочем столе текстовый документ и называем его так, чтобы было понятно, за что он отвечает. Внутри пишем привычную команду shutdown.exe -s -t 1800. Закрываем документ, сохраняем его.

Скриншот окна "Таймер полчаса" через Блокнот

Таймер полчасаИсточник: Hi-Tech Mail
  1. Теперь надо включить отображение файловых расширений (если оно у вас выключено). Для этого идем в меню «Пуск», ищем там «Отображать расширения файлов».

Скриншот экрана ноутбука с опцией "отображать расширение файлов"

Отображать расширение файловИсточник: Hi-Tech Mail
  1. Вы попадете в раздел «Для разработчиков». Ищем заголовок «Проводник», жмём кнопку «Показать параметры» справа от первого пункта.

Скриншот окна параметров на ноутбуке

Раздел «Для разработчиков»Источник: Hi-Tech Mail
  1. Снимаем галочку, указанную на картинке ниже, применяем изменения.

Скриншот окна настроек "Параметры Проводника"

Параметры ПроводникаИсточник: Hi-Tech Mail
  1. Вернёмся к нашему текстовому документу. Чтобы сделать его «батником», нужно «переименовать» расширение, которое указано после точки. Измените его с txt на bat и подтвердите операцию. Файл получит новую иконку и способность выключать компьютер через заданное время.

Скриншот окна "Переименование" на рабочем столе ноутбука

ПереименованиеИсточник: Hi-Tech Mail

Если добавите bat-файл в автозагрузку, пропадет необходимость каждый раз его запускать. Это удобно, если выключать компьютер по таймеру нужно ежедневно. Каталог с автозапуском открывается через окошко «Выполнить» (Win+R), где нужно ввести команду shell: Startup. Далее остается только закинуть «батник» в появившуюся папку.

6. Через планировщик Windows

В Windows встроена такая утилита, как «Планировщик заданий». Он позволяет в определённое время запускать нужные скрипты. Такой скрипт мы и создадим.

  1. Войти в планировщик можно через меню «Пуск». Просто наберите название в поисковой строке.

Скриншот окна ноутбука с поиском планировщика заданий

Планировщик заданийИсточник: Hi-Tech Mail
  1. В списке справа выбираем «Создать простую задачу». Выдаем ей название, описание можно не сочинять.

Скриншот окна "Планировщика заданий" на ноутбуке

Создать простую задачуИсточник: Hi-Tech Mail
  1. Раздел «Триггер» позволяет указать, как часто мы будем запускать задачу. Пока выберем «Однократно», но некоторым будет удобнее сделать так, чтобы компьютер выключался каждый день, например, в 19 часов. Для этого, соответственно, нужно указать «Ежедневно».

Скриншот окна "Планировщика заданий" с разделом "Триггер"

Раздел «Триггер»Источник: Hi-Tech Mail
  1. На следующей странице задаем время выключения. Тут не надо пересчитывать часы в секунды, всё доступно и понятно.

Скриншот окна "Планировщика заданий", где можно задать время выключения

Задаем время выключенияИсточник: Hi-Tech Mail
  1. Раздел «Действие» оставляем без изменений, в подразделе «Запуск программы» прописываем shutdown в поле «Программа или сценарий» и -s в поле «Добавить аргументы».

Скриншот окна "Планировщика заданий" с разделом зпуска программы

Запуск программыИсточник: Hi-Tech Mail
  1. На финальном экране сверяем данные и выбираем «Готово». В заданное время питание компьютера отключится.

7. Через сторонние программы

Если вам не понравился ни один из вышеописанных способов в силу их сложности, советуем скачать таймер отключения в виде отдельной программы. Найти такие можно как в магазине приложений Microsoft Store, так и на доверенных сайтах с софтом.

В Windows Store напишите в строке поиска shutdown timer. Варианты в основном платные, но есть и такие программы, за которые платить не нужно, например, Shutdown Timer Classic от разработчика Lukas Langrock. Скачать ее также можно на GitHub.

Скриншот окна настроек ноутбука с приложением Shutdown Timer Classic

Через специальную утилиту можно установить таймер не только на выключение Windows, но также на переход в спящий режим или гибернациюИсточник: Hi-Tech Mail

Для некоторых пользователей препятствием станет отсутствие локализации, так как приложение доступно только на английском. Впрочем, чтобы пользоваться основными функциями, глубоких знаний не потребуется. Доступно несколько режимов завершения работы (отключение, сон, гибернация, выход из системы) с различными опциями и собственно таймер. Настраиваем его, нажимаем Start и оставляем компьютер в покое.

Скриншот окна Shutdown Timer на ноутбуке

Shutdown TimerИсточник: Hi-Tech Mail

Чтобы узнать, какие еще таймеры отключения присутствуют на рынке, промотаем страницу Shutdown Timer Classic вниз, в раздел «Пользователи также просматривают». Там собраны все похожие программы с указанием рейтинга. Скачаем самую высоко оцененную — Auto Device Shutdown. Ее оценка составляет 5 баллов.

Скриншот окна настроек ноутбука с разделом «Пользователи также просматривают»

Раздел «Пользователи также просматривают»Источник: Hi-Tech Mail

В отличие от прошлого приложения, это доступно на русском, поэтому проблем возникнуть не должно.

Скриншот окна приложения Shutdown Timer Classic

Завершение работыИсточник: Hi-Tech Mail

Пользователь может заставить приложения закрываться принудительно, поскольку подтверждение выхода из программы иногда мешает системе выключиться. Также в наличии ряд продвинутых настроек: поддержка экрана в активном состоянии, автозагрузка и иное.

Как отключить таймер автовыключения компьютера

Рассмотрим, как отменить запланированное отключение питания теми же способами, какими мы его настраивали.

Через команду «Выполнить» Введите команду shutdown -a
Через командную строку Введите команду shutdown -a
Через PowerShell Введите команду shutdown -a
Через ярлык В свойствах ярлыка удалите всё, что идет после shutdown.exe, и вместо этого пропишите -a
Через bat-файл Откройте файл блокнотом, удалите весь текст, пропишите команду shutdown.exe -a, сохраните файл и запустите его заново
Через планировщик Откройте планировщик, найдите раздел «Библиотека планировщика заданий», нажмите на задачу отключения правой кнопкой мыши и выберите «Отключить»

Чек-лист для пользователя: как поставить таймер выключения ПК на Windows

Для удобства тезисно оформили весь гайд в виде списка.

  1. В Windows встроена возможность отключить компьютер по расписанию.
  2. Задать время до выключения компьютера можно в меню «Выполнить», командной строке и PowerShell с помощью команды shutdown -s -t, где после t нужно задать время в секундах.
  3. Также выключить компьютер по расписанию позволяют ярлык на рабочем столе, bat-файл и «Планировщик задач Windows», но усилий тут понадобится больше, чем в предыдущем пункте.
  4. Бесплатные программы на GitHub или в магазине приложений Windows обладают минимальной функциональностью, необходимой для выключения компьютера по расписанию.
  5. Таймер автовыключения всегда можно отключить тем же способом, каким вы его включили.

Windows 10 may not yet offer you a native one-click solution to schedule an automatic shutdown, but you can still enable that option without much technical know-how. We have already covered how you can schedule automatic shutdown on Windows 10 using the Task Scheduler. And today, we will show you how to shut down your Windows 10 PC automatically with a timer.

In this article, we explain how you can use the Command Prompt, as well as third-party apps, to shut down your Windows 10 computer. This feature will come in handy if you want to keep your kid’s gaming in check or shut down your PC automatically when you doze off while watching a Netflix movie. Both the methods come with their own advantages, so you need to check out both for yourself to see which one fits your needs better. So without any further chit-chat, let’s get started.

1. Schedule Shutdown Using Command Prompt

The easiest way to schedule a shutdown in Windows 10 is with the use of Command Prompt. Here’s how the process works:

  • First, open Command Prompt in Admin mode on your Windows 10 computer. To do that, search for ‘cmd’ in the Windows Search Bar and click on ‘Run as administrator’.

Command Prompt

  • Now type-in shutdown -s -t [seconds]in the terminal and hit Enter. Make sure to replace [seconds] with the actual number of seconds you want your PC to remain ‘On’ before shutting down.

Schedule Automatic Windows 10 Shutdown Using Command Prompt

Note: For my demo, I chose 300 seconds, which will shut down my PC in 5 minutes. You can enter 600 if you want a 10-minute timer, 1800 if you want a half-hour timer, and so on.

  • To cancel the shutdown timer, you can use the following command: shutdown -a, where ‘a’ stands for ‘abort’. You will get a notification saying the shutdown has been aborted.

Schedule Automatic Windows 10 Shutdown Using Command Prompt

Note: You can restart your PC instead of shutting down using “r” instead of “s” in the initial command. The command will look like this:shutdown -r -t [seconds]

2. Schedule Shutdown Using Desktop Shortcut

You can also use a desktop shortcut to shut down your Windows 10 PC automatically using a timer. For that, you can use the same command as earlier, but wrap it up in a shortcut. It will let you activate the shutdown timer with a simple double-click any time and every time, instead of having to muck around with Command Prompt. Follow the steps below:

  • To create a shortcut, right-click on a free area on your desktop. Using the contextual menu that appears, go to New -> Shortcut.

Create Desktop Shortcut

  • The ‘Create Shortcut‘ wizard will now open. Type-in or copy and paste the earlier command: shutdown -s -t [seconds] and click on  Next. Make sure to choose a time frame that best suits your needs. I’m using 300 seconds (5 minutes) for demo purposes. You can create multiple shortcuts with different timers for later use.

Desktop Shortcut

  • Retain the default name for the shortcut (shortcut.exe) or input one, such as shutdown-5min.exe, to make it easier for you to identify the timer. Finally, click on ‘Finish‘ to create the shutdown timer shortcut on your Windows 10 desktop. You can double-click this at any time to start the countdown timer.

Desktop Shortcut

Note: You can cancel the scheduled shutdown using the “shutdown -a” command in the Command Prompt. Creating a shortcut to abort the timer can also come in handy.

3. Third-party App: Shutdown Timer Classic

You can also use a third-party utility to schedule shutdowns using a timer on Windows 10. The best app for the job is the free and open-source (FOSS) ‘Shutdown Timer Classic‘, available on both GitHub and the Windows Store. You can even download a portable version, which means you don’t even have to install it on your system. The app has an intuitive GUI that ensures you do not need to do any math (translate the minutes or hours to seconds) to set the shutdown timer every time.

Shutdown Timer Classic

Shutdown Timer Classic allows you to select between all the standard Windows shutdown options, including Restart, Hibernate, Sleep, Logout, and Lock. You can also specify whether to force close apps or not.

Once the countdown starts, you will get a prominent timer on the desktop. It will ensure that you know how long you have before your system shuts down, giving you enough time to save your work. You can cancel the shutdown process any time by just closing the timer window.

Shutdown Timer Classic: automatically shut down windows

Use a Timer to Automatically Shut Down Your Windows 10 PC

It’s not every day that you will need a timer to shut down your Windows 10 PC, but as you can see, you do have that option if need be. If you liked this neat little trick, check out more Windows 10 tips and tricks, where you can learn about more such features. Also, check out how you can improve your multitasking abilities by splitting the screen on Windows 10 between different apps. Finally, learn how to password protect files and folders in Windows 10, how to find saved Wi-Fi passwords, and how to disable the lock screen in Windows 10.

Понравилась статья? Поделить с друзьями:
0 0 голоса
Рейтинг статьи
Подписаться
Уведомить о
guest

0 комментариев
Старые
Новые Популярные
Межтекстовые Отзывы
Посмотреть все комментарии
  • Pro windows embedded compact 7 producing device drivers
  • How to create a bootable windows usb on mac os
  • Dell inspiron 3721 windows
  • Убрать значок центра поддержки windows 7
  • Мы не можем вернуть этот пк к заводским настройкам windows to go