Schedule a Windows computer to shut down without software
You are downloading a movie or software with a large capacity but you have to go to school immediately or you want to plug in the gaming machine for a while but still want it to rest when you go to bed. This is a shutdown timer , today I will show you a little trick to help you schedule Log off , Resrtart or Hibernate . right on your Windows OS without installing any other software.
Turn off the computer without software
First, go to Start => select Run (or on the keyboard press Windows + R) and then paste the following command in the Run box:
shutdown -s -t 3600
![]()
In which : shutdown: is the keyword
-s: stands for shutdown command
-t: is a time symbol in seconds
3600: This is the ' amount of time you want the computer to shut down ' automatically from the time you set the command. Here I put 3600 s corresponding to 1 hour after the machine is turned off.
Results after applying the above command
Cancel the timer command created
If you want to cancel the shutdown timer, go to Run as above (Start => Run or Windows + R) and paste the following command:
shutdown -a
The cancellation result is as follows:
Restart timer for Restart computer
Alternatively, you can change '-s' to '-r' to schedule a restart of the computer (r stands for Restart) or '-l' to schedule Log off the computer …
shutdown -r -t 3600
shutdown -l -t 3600
The same goes for other commands, if you remember some English terms it will be easy to create commands. Otherwise, you can view the commands in the Command Prompt by going to Start -> Run (Window + R), type 'cmd' into the Run box and press Enter, a new window will appear, type the following command:
shutdown?
The results returned are as follows:
Here are some commands to use if you don't remember them all!
Good luck !
You should read it
- How to use the Shutdown command to schedule shutdown and restart the computer
- Shutdown timer on Windows 10 is very simple with the command Shutdown -s -t
- How to cancel the Shutdown command quickly
- How to shut down a computer
- How to Shut Down or Restart Another Computer Using CMD
- How to Make a Shutdown Shortcut in Windows
- How to turn off the computer automatically
- How to fix computer errors without completely turning off the power
May be interested
- Ways to turn off Windows 10 computerturning off the computer on windows 10 will take more action if the user is not familiar. these ways to turn off the computer will help you quickly shut down the computer without spending a lot of time, including shortcuts and commands to turn off the computer.
- Trick to start and shut down Windows Server 2012 computer in a blink of an eyewindows server 2012 is integrated with windows server security, so during a windows server 2012 shutdown, a dialog box will appear on the screen asking why you want to shutdown. this process takes a lot of time. therefore you should set up some options for windows server 2012 to start and shut down your computer faster, saving your valuable time.
- Tips to schedule shutdown computer without using softwaredo you know how to schedule shutdown computer without using software yet? if not, please refer to the article below
- Top 3 tools to manage and control Shut down on Windowsshut down is one of the basic functions of a computer, but you can use third-party tools to better control it. in this article, tipsmake.com will introduce you to some tools to block, automate and speed up the shutdown process. all of the programs below are provided free and extremely compact and do not take up much of your system resources.
- How to automatically turn off software on Windowsinstead of having to turn it off manually, you can schedule it to turn off the application or software on your computer.
- Why can't the computer turn off Win 10?there may be many cases where windows 10 laptops cannot shut down and restart. why can't the computer shut down windows 10?
- Schedule Windows XP to defragment the diskafter a long time of using the computer, your hard drive will appear fragmented drive. defragmenting hdd is familiar to computer users.
- How to time off the computer very quickly and easily by the command CMD, no need to install additional softwarehow to turn off the computer very quickly and easily by the cmd command, no need to install additional software, suitable for all versions of windows. to schedule to turn off the computer, normally you will look to 3rd party software without knowing that we can completely schedule
- How to schedule a computer to turn off on Windows 10the following article details instructions how to turn off the computer on windows 10 - a very optimal feature for those who listen to music before going to bed.
- 4 How to schedule shutdown of Windows 11 computers without softwarethe windows 11 shutdown timer is often used in cases such as waiting for an operating system update or downloading software and games to complete without having to wait. the following article will guide you to read the simplest ways to turn off windows 11 computers without software.