How to set automatic shutdown on laptop Auto shutdown setting tutorial

Tutorial on how to set up laptop automatic shutdown:

1. Click the Start button and click Run on the Start menu

Enter cmd.exe and return Car enter the cmd.exe interface (cmd is also called the command prompt)

Enter shutdown /help in the command prompt and press Enter to see the specific usage of the command:

< p> Now we want to shut down: enter shutdown -s -t 3600 and press Enter:

Among them, the -s parameter is what to do: shutdown -s restart -r log off -l

< p> -t is the setting time: based on seconds! The above setting is 1 hour for shutdown.

Now I want to cancel the shutdown, but I can’t close the shutdown dialog box because I still have work to do:

Enter shutdown -a in Cmd.exe and return The car was shut down immediately!

Summary: This routine introduces the use of the shutdown command concisely and clearly. Although it is short, it is very meaningful and allows you to easily learn another new knowledge!

Another tip: Save the command as a .bat or .cmd file in Notepad to quickly run the operation.