The method to set the scheduled shutdown command is: first press the [win r] key to open the run; then enter the command [Shutdown -s -t 600] in the run dialog box; finally the dialog box pops up and the setting is completed.
The method to set the scheduled shutdown command is:
1. Start menu---in the search dialog box Enter Run and press Enter (WIN R can also be used)
#2. In the run dialog box, enter the command Shutdown -s -t 600 ("-s" "-t" and There is a space in front of "600". The number in it represents the time in seconds. As above, 600 represents 10 minutes)
3. The dialog box pops up to set it. Finish
The above is the detailed content of How to set the scheduled shutdown command. For more information, please follow other related articles on the PHP Chinese website!