Restart Windows Server 2003 from the command line
- Date: January 15th, 2008
- Author: Derek Schauland
- Category: data center, environment, power, Windows Server 2003, tip
- Tags: Microsoft Windows Server, Microsoft Windows, Computer, Microsoft Windows Server 2003, Shutdown.exe, Unplanned, Planned, System, Derek Schauland
The Windows Server 2003 computer you are working on will not shut down. You don’t have any luck using the Start menu or the [Ctrl][Alt][Delete] methods, and you need to restart the server as quickly as possible. There is a quick workaround that gets the job done — and you don’t even have to handle power cords or the power switch.
From the command line, you can shut down or reboot any Windows Server 2003 computer (or even Windows XP or Vista machines) with the Shutdown.exe command. (Note: The exe file extension is optional for the Shutdown command.) Shutdown.exe contains a number of switches that allow you to specify different actions for the server when the Shutdown command executes. The Shutdown.exe switches are as follows:
| /? | Displays the Help listing |
| /i | Displays the graphical user interface (GUI); it must be the first option |
| /l | Logs off the current user; it cannot be used with the /d or /m options |
| /s | Shuts down the computer |
| /r | Shuts down and restarts the computer |
| /g | Shuts down and restarts the computer and then restarts any registered applications |
| /a | Aborts system Shutdown |
| /p | Turns off the local computer with no timeout or warning |
| /h | Hibernates the local machine |
| /e | Documents the reason for shutting down the computer |
| /m | Specifies the target computer; it is used with \\computername |
| /t xxx | Where xxx is the number of seconds before Shutdown |
| /c “comment” | Where “comment” is the reason for the Shutdown or restart |
| /f | Forces running applications to close without warning users |
| /d [p|u:]xx:yy | Provides the reason for the Shutdown action: p = planned; u= unplanned; xx supplies the major reason code; yy = supplies the minor reason code |
When you enter a Shutdown with no arguments, the Help listing will display. The Help listing also includes the reason codes available for use with the /d switch. The reason codes are shown below:
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
You can use many of these switches in conjunction with one another when issuing the Shutdown command. A usage example for the Shutdown command follows:
Shutdown /r /c “Hanging Application or service” /t 30
This example would restart the local machine storing the comment provided with the /c switch. Windows would wait 30 seconds before initiating the restart. You might also create a batch file to use when it is necessary to restart a server in a remote location. The batch file might look like this:
Shutdown /m \\computername /r /c “Remote Restart” /t 45
By saving this command in a batch file, it can save you time if you routinely restart the same remote server.
Miss a Windows Server 2003 tip?
Check out the Windows Server 2003 archive to get even more Windows Server 2003 tips.
Stay on top of the latest Windows Server 2003 tips and tricks with our free Windows Server newsletter, delivered each Wednesday. Automatically sign up today!
Print/View all Posts Comments on this blog
Trackbacks
The URI to TrackBack this entry is: http://blogs.techrepublic.com.com/datacenter/wp-trackback.php?p=245
-
Restart Windows Server 2003 from the command line
When the Windows Server 2003 computer you are working on will not shut down and you don’t have any luck using the Start menu or the [Ctrl][Alt][Delete] methods — and you need to restart the server as quickly as possible — Derek …
Trackback by NETWORK TEKS' COMPUTER NEWS BLOG @ 8:00 pm January 15, 2008
-
Computer Problems Solutions & Comedy
Restart Windows Server 2003 from the command line http://blogs.techrepublic.com.com/datacenter/?p=245
Trackback by Anonymous @ 3:29 am January 16, 2008
-
Restart Windows Server 2003 from the command line
Restart Windows Server 2003 from the command line. http://blogs.techrepublic.com.com/datacenter/?p=245.
Trackback by Computer Problems Solutions & Comedy @ 9:41 am January 16, 2008
-
Restart Windows Server 2003 from the command line
Not a question, just something I thought some of you 2003 admins might like to know about. The Windows Server 2003 computer you are working on will not shut down. You don’t have any luck using the Start menu or the [Ctrl][Alt][Delete] …
Trackback by Windows Central Forums @ 12:49 pm January 16, 2008
-
Restart Windows Server 2003 from the command line
Nothing more than a nice reference article for all you server admins who would love a list on all the switches you can add to the shutdown.exe command when you need to remotely reboot a computer. The Windows Server 2003 computer you are …
Trackback by Windows Central Forums @ 12:51 pm January 16, 2008


