Win2K/XP under the circumstance of forced shutdown

  
        From August last year to the present, the shock wave and the shock wave have caused countless people's love machines to restart numerous times and toss them. Of course, there are patches now, and with the killing tools, their power has been greatly reduced. However, there are still some people who suffer from their poisoning. Because of the restart, they have to close the well-watched movie, stop the program that is at a critical stage, and lose important data, which makes people hate it! So can you stop the forced restart caused by the shock wave and the shock wave, do the important work first, and then clean up the two guys?

To find out, we need to first understand what WINDOWS XP shutdown. Windows XP system completes the shutdown operation (located under Windows System) through a program called Shutdown.exe, and shutdown.exe when shutting down. Therefore, to prevent the forced shutdown is to cancel the call to shutdown.exe. The author finds that the shock wave and the shock wave are called to restart this program, so the answer comes from:

When the pop-up dialog box is popped up, quickly open the [Run] window (press CTRL+R) ), type "shutdown.exe -a" (note that there is a space), press Enter, then you can see that the forced shutdown dialog disappears. Then you can easily get rid of shock waves and shock waves.

course, this method is not only useful for this shutdown caused by some other reason do the same.

Now that you are talking about shutdown.exe, it is necessary to introduce other important parameters:

hutdown.exe -a Cancel shutdown

shutdown.exe -f Force the application to close .

shutdown.exe -m \\ computer name of the remote computer control.

shutdown.exe -i displays the graphical user interface, but must be the first parameter of Shutdown.

shutdown.exe -l Log out the current user.

shutdown.exe -r Shut down and restart.

shutdown.exe -t time Set the shutdown countdown.

shutdown.exe -c "message content" Enter the message content in the shutdown dialog (can not exceed 127 characters).

like your computer to shut down at 23:00, you can select "Start → Run", enter "at 23:00 Shutdown -s", so that by 23 points, the computer will be "System Shutdown" The dialog box, by default has a 30 second countdown and prompts you to save your work. If you want to shut down in a countdown mode, you can type "Shutdown.exe -s -t 3600", which means that it will automatically shut down after 60 minutes, and "3600" means 60 minutes.

If you want to cancel, you can enter "shutdown -a" in the run. In addition, if you enter "shutdown -i", you can open the Set Auto Shutdown dialog box to set the Auto Shutdown.

Although shutdown.exe is a program under Windows XP, in Windows2000 is to call the Shell32.dll file in the System under Windows to achieve shutdown, such as "indirRunDLL32.exe indirSystemShell32.dll, SHExitWindowsEx 8", but It can also be used in Win2000, as follows:

Find Shutdown.exe in the System32 folder under the WinXP installation directory, copy it to the System32 folder in the Win2000 installation directory, in "Run" Enter "Shutdown.exe" to use the program as you would in Windows XP.

Of course, there are some powerful shutdown.exe, readers can further explore the practice, take advantage of the powerful features of shutdown.exe.

Copyright © Windows knowledge All Rights Reserved