Shutdown timer on Windows 10 is very simple with the command Shutdown -s -t

If you are the type of person who is busy and often has the habit of forgetting to turn off the computer after work, then surely there will be a timer to turn off the computer on windows 10. There are many ways for us to schedule. shutdown the computer, the simplest way is to use the Shutdown -s -t command. If you do not know how to use this command, please follow the following tutorial of TipsMake.com.

First, press Windows + R to open the Run dialog box. After the Run dialog box appears, enter the following command:

shutdown -s -t 3600

Inside:

  1. shutdown : Turn off the computer
  2. s : shorthand for shutdown
  3. t : stands for time
  4. 3600 : The shutdown timer time is in seconds (3600 seconds = 1 hour).

Shutdown timer on Windows 10 is very simple with the command Shutdown -s -t Picture 1

Depending on how much time you want to schedule, convert hours or minutes to seconds to enter the command. For example, some common time frames have been changed to seconds:

  1. 5 minutes : shutdown -s -t 300
  2. 10 minutes : shutdown -s -t 600
  3. 15 minutes : shutdown -s -t 900
  4. 30 minutes : shutdown -s -t 1800
  5. 1 hour : shutdown -s -t 3600
  6. 2 hours : shutdown -s -t 7200
  7. 3 hours : shutdown -s -t 10800
  8. 4 hours : shutdown -s -t 14400
  9. 5 hours : shutdown -s -t 18000
  10. 12 hours : shutdown -s -t 43200
  11. 24 hours : shutdown -s -t 86400

 After entering the command, click OK and a message will appear, as shown below is the message on windows 10:

Shutdown timer on Windows 10 is very simple with the command Shutdown -s -t Picture 2

In addition to the shutdown timer function, you can also schedule the Restart of the computer by using the following command:

shutdown -r -t 3600

In case you want to cancel the shutdown timer, enter the command:

shutdown -a

When the message Logoff is canceled as shown below, the timer has been successfully canceled.

Shutdown timer on Windows 10 is very simple with the command Shutdown -s -t Picture 3

Above, Thuthuatphanmem.vn has instructed you to schedule a computer shutdown with the command shutdown -s -t on windows 10. Hope the article will be useful to you. Good luck!

4 ★ | 224 Vote

May be interested

  • Fix computer restart errorPhoto of Fix computer restart error
    fix computer restart error. in the process of using a computer, you have an error that your computer repeatedly restarts or is suddenly shut down. this error has many causes such as: hard drive physical error, cpu overheating, liquid ram ... etc.
  • How to adjust the sleep time Windows 10, 7Photo of How to adjust the sleep time Windows 10, 7
    how to adjust the sleep time windows 10, 7. sleep mode on the computer is a very useful feature, this mode will put your computer to sleep state to save maximum power.
  • How to adjust the time to turn off the screen Win 7Photo of How to adjust the time to turn off the screen Win 7
    how to adjust the time to turn off the windows 7 screen. by default, if the computer is not in use after a period of time, the computer will automatically turn off the screen. this is a pretty good feature of windows, it will help you save power during use.
  • How to move important folder folders from drive C to drive D, EPhoto of How to move important folder folders from drive C to drive D, E
    how to move important folder folders from drive c to drive d, e. we can do it is to move important folders such as download, music, picture, desktop ... etc. however, moving these directories is not simply a cut /
  • How to view computer usage historyPhoto of How to view computer usage history
    many applications allow monitoring of computer activity, but most of them have to be installed and run in the background to monitor and record computer activities. however, in this article, tipsmake.com will guide you how to view activity history
  • Fix blue screen error on WindowsPhoto of Fix blue screen error on Windows
    fix blue screen error on windows. the cause of blue screen errors is also very likely due to hardware or software conflicts. tipsmake.com will guide you some ways to fix blue screen error on windows, please follow along.