[Post] Windows XP operating system automatic shutdown implementation

Source: Internet
Author: User
If you want to go out, but the computer is working again, you need to use automatic shutdown. Most of the methods for implementing automatic shutdown are using some third-party software, which is not only troublesome, but also dedicated to using a software to implement this small function! In fact, Windows XP (Windows 2000 can also) has a Timed Shutdown function. Let's take a look at how to automatically shut down Windows XP.

Windows XP is shut down by shutdown.exeProgramIn the windows \ system32 folder.
. If you want the same effect for Windows, copy shutdown.exe to the system directory.

For example, to shut down your computer at, you can select start> Run and enter "at shutdown-s, at, the "system shutdown" dialog box appears. By default, there is a 30-second countdown and you are prompted to save your work. If you want to shut down the server by a time-based method, you can enter “shutdown.exe-s-t 3600 ", which indicates that the server will automatically shut down after 60 minutes, and" 3600 "indicates 60 minutes.

If you want to cancel Automatic shutdown, enter "shutdown-a" during running ". In addition, enter "shutdown-I" to open the Set automatic shutdown dialog box and set the automatic shutdown.

Depends on your needs.

-F: forcibly close the application

-M // computer name: controls the remote computer

-I: displays the graphic user interface, but must be the first option of shutdown.

-L: log out of the current user.

-R: Shut down and restart

-T time: Set shutdown countdown

-C "message content": Enter the message content in the shutdown dialog box (cannot exceed 127 characters)

My approach is to create a. BAT file with the following content:

C:/Windows/system32/shutdown.exe-S-F-T 3600-C must be shut down!

Indicates that the computer is forcibly disabled in an hour;

Another type:

At C:/Windows/system32/shutdown.exe-S

Shutdown.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.