How to set up a scheduled automatic shutdown in Windows XP

王林
Release: 2024-01-02 17:38:05
forward
1734 people have browsed it

There are three methods to choose from for setting automatic shutdown.

Set a scheduled automatic shutdown function

If you want your computer to automatically shut down at 20:20, just follow these steps: First, click the "Start" menu, select "Run", then enter at 20:20 Shutdown -s, and click "OK". In this way, when the system time reaches 20:20, the computer will automatically display the "System Shutdown" dialog box and automatically shut down after 30 seconds. This 30-second delay is to allow users to save the work they are currently doing to avoid any unnecessary losses.

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

Setting 2 Countdown to automatic shutdown

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

Note: The -t parameter is a countdown command for automatic shutdown, and the 600 parameter is 10 minutes or 600 seconds.

Setting 3 Cancel automatic shutdown

If you have set up automatic shutdown, but changed your mind and do not need to automatically shut down, then you only need to select "Run" in the "Start" menu, 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.

The above is the detailed content of How to set up a scheduled automatic shutdown in Windows XP. For more information, please follow other related articles on the PHP Chinese website!

source:docexcel.net
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template