How to turn off the laptop with a timer without software??

in #tutorial8 years ago

Maybe when you are downloading a file that is large enough will take a little longer, But you still want your downloads to keep running during your rest and will die at a certain time for example half an hour, An hour or even more? Relax we will tell you the solution.

The trick is very easy

First, Open cmd (Click start Button, type cmd in search box)

Then type:
shutdown.exe -s -t 3600
*3600 it is the number of seconds
Ex:
1.png

After you type it, press enter
Then a notification will appear like this
2.png

Well, maybe there is also a question, how do I cancel it?
You just need to type:
shutdown.exe -a
Ex:
3.png

After you type it, Press enter
Then a notification will appear like this
4.png

Not only on CMD you can also do the above command on "Run" (Windows + R).

Thank you for reading this tutorial