Windows XP2000 operating system automatic shutdown implementation

xiaoxiao2021-03-06  39

Windows XP / 2000 Operating System Auto Shutdown If you want to go out, the computer is working, and it is necessary to use automatic shutdown. Most of the automatic shutdown methods use some third-party software, which is not only troublesome, but also specially uses a software to achieve this small feature! In fact, Windows XP (Windows 2000 can also be) itself has a function of timing shutdown. Let's take a look at how to implement Windows XP automatic shutdown. The shutdown of Windows XP is controlled by the shutdown.exe program, located in the Windows \System32 folder. If you want Windows 2000 to achieve the same effect, you can copy ShutDown.exe to the system directory. For example, your computer is turned off at 22:00, you can choose "Start → Run", enter "AT 22:00 Shutdown -s", which, "System Shutdown" dialog box will appear in the 22nd computer, 30 seconds by default The countdown to the clock and prompt you to save your job. If you want to shut down in a countdown, you can enter "shutdown.exe -t 3600", which is 60 minutes after 60 minutes, "3600" represents 60 minutes. After setting the automatic shutdown, if you want to cancel, you can enter "Shutdown -a" in the run. In addition, enter "shutdown -i", you can open the Setup Auto Shutdown dialog and set the Auto Shutdown. Shutdown.exe's parameters, each has specific purposes, performing each of the effects, such as "-s" means that the local computer is turned off, "- a" means the cancellation operation, and more parameters are listed below Everyone can use it in shutdown.exe. Usage: shutdown [-i | -l | -s | -r | -a] [-f] [-M // computername] [-t xx] [-c "comment"] [-d up: xx: yy ] No parameters Display this message (same) -i Display the GUI interface, must be the first option -L logout (can not be used with the option -m) -S Close this computer -R shut down and restart this computer -a give up System Shutdown -M // Computername Remote Computer Shutdown / Restart / Abandon-T XX Set Off Timeout for XX Seconds - C "Comment" Close Comment (Maximum 127 characters) -f-to-force running application shut down without warning - D [u] [P]: XX: YY Close Code U is user code P is a planned shutdown code XX is a major cause code (less than 256 positive integers) YY is a secondary reason code (less than 65536 Integer) -f: Forced Close Application -M \\ Computer Name: Control Remote Computer -i: Show graphical user interface, but must be the first option of Shutdown - L: Logout Current User -R: Shutdown and restart -T Time: Set the shutdown countdown-C "message content": Enter the message content in the shutdown dialog (not over 127 characters)

转载请注明原文地址:https://www.9cbs.com/read-75187.html

New Post(0)