Home  >  Article  >  System Tutorial  >  Where is the automatic shutdown setting in win7?

Where is the automatic shutdown setting in win7?

王林
王林forward
2023-12-21 21:51:411339browse

Win7 automatic shutdown setting is a convenient and fast function. Many users can easily shut down the machine at a scheduled time. With simple settings, it can automatically shut down. Friends who want to set it up, please download it and take a look.

Where is the automatic shutdown setting in win7?

Where is the automatic shutdown setting of win7

1. Scheduled automatic shutdown

1. If you need the computer to automatically shut down at 18:10 , press Win R, enter at 18:10 Shutdown -s, and click "OK".

(The Task Scheduler service must be started first, press Win R. Enter services.msc, press Enter, find the service in the service list, double-click to confirm that the service is started)

Where is the automatic shutdown setting in win7?

2. In this way, when the computer system time reaches 18:10, the computer will automatically display the "System Shutdown" dialog box, and it will automatically shut down after 30 seconds. These 30 seconds are for the user to Save the currently running work before shutting down to avoid unnecessary losses.

Note: The -s parameter refers to the local computer.

2. Countdown to automatic shutdown

If you need the computer to automatically shut down after 3 hours, you only need to select "Run" in the "Start" menu, and then enter Shutdown -s -t 10800 , click "OK". The computer will then start counting down, and the computer will automatically shut down after 3 hours.

Note: The -t parameter is a countdown command for automatic shutdown, the unit is seconds, so the 10800 parameter is 180 minutes or 10800 seconds.

Where is the automatic shutdown setting in win7?

3. How to cancel automatic shutdown

If you have set up automatic shutdown, but change your mind and do not need to automatically shut down, then just press Win R, then enter Shutdown -a and click "OK". This will turn off the automatic shutdown that has been set.

Note: The -a parameter is the command to cancel automatic shutdown.

Where is the automatic shutdown setting in win7?

The above is the detailed content of Where is the automatic shutdown setting in win7?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:somode.com. If there is any infringement, please contact admin@php.cn delete