TechRepublic : A ZDNet Tech Community

Servers and Storage

Host: Mary Weilage
Contact

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:

Reasons on this computer:
E=Expected U=Unexpected P=Planned c=Customer Defined
Type Major Minor Title

 

 

 

 

U

0

0

Other(Unplanned)
E

0

0

Other(Unplanned)
EP

0

0

Other(Planned)
U

0

5

Other Failure: System Unresponsive
E

1

1

Hardware: Maintenance(Unplanned)
EP

1

1

Hardware: Maintenance(Planned)
E

1

2

Hardware: Installation(Unplanned)
EP

1

2

Hardware: Installation(Planned)
P

2

3

Operating System: Upgrade (Planned)
E

2

4

Operating System:
Reconfiguration (Unplanned)
EP

2

4

Operating System:
Reconfiguration(Planned)
P

2

16

Operating System:
Service Pack (Planned)
U

2

17

Operating System:
Hotfix (Unplanned)
P

2

17

Operating System:
Hotfix(Planned)
U

2

18

Operating System:
Security Fix(Unplanned)
P

2

18

Operating System:
Security Fix(Planned)
E

4

1

Application: Maintenance(Unplanned)
EP

4

1

Application: Maintenance(Planned)
EP

4

2

Application: Installation(Planned)
E

4

5

Application: Unresponsive
E

4

6

Application: Unstable
U

5

15

System Failure: Stop Error
E

5

19

Security Issue
U

5

19

Security Issue
EP

5

19

Security Issue
E

5

20

Loss of Network Connectivity
(Unplanned)
U

6

11

Power Failure: Cord Unplugged
U

6

12

Power Failure: Environment
P

7

0

Legacy API Shutdown

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!

Derek SchaulandDerek Schauland has been tinkering with Windows systems since 1997. He has supported Windows NT 4, worked phone support for an ISP, and is currently the IT Manager for a manufacturing company in Wisconsin. In 2008, he was awarded a Microsoft MVP in File System Storage. Read his full bio and profile.

Print/View all Posts Comments on this blog

Nice tip hanoch@... | 01/16/08
Overall not a bad summry Dumphrey | 01/16/08
DC ::: shutdown -i restart Master G | 01/16/08
Need to use FQDN RoyB@... | 01/16/08
Keep in mind bjones@... | 01/16/08
RE: Restart Windows Server 2003 from the command line Justin James | 01/16/08
RE: Restart Windows Server 2003 from the command line gary_horne@... | 01/16/08
Create a Batch file!!! asmit21 | 01/16/08
...Or create Scheduled Task to reboot weekly itadmin01 | 01/18/08
Reboot regularily? amabilis@... | 07/15/09
I've been using a batch file for some time patrick.lamb@... | 07/22/09
RE: Restart Windows Server 2003 from the command line duke.url@... | 01/16/08
RE: Restart Windows Server 2003 from the command line jleather | 01/16/08
thnx denialjohn2007@... | 02/13/08
Windows 98 had a better way of doing this. Photogenic Memory | 01/16/08
Not new tundraroamer | 01/16/08
... but nice to have it laid out in a table like this OregonLighthouse | 01/17/08
RE: Restart Windows Server 2003 from the command line gregberry@... | 01/16/08
All Windows OS's are the same in this, I think? asmit21 | 01/17/08
RE: Restart Windows Server 2003 from the command line hay.willemsen@... | 01/16/08
RE: Restart Windows Server 2003 from the command line JustFishin | 01/16/08
RE: Restart Windows Server 2003 from the command line briansa@... | 01/16/08
Print-Friendly version of this page not working OregonLighthouse | 01/17/08
Another handy use for Shutdown... OregonLighthouse | 01/17/08
RE: Restart Windows Server 2003 from the command line dtrivison@... | 02/14/08
psshutdown... amabilis@... | 07/15/09
how to retart server kmmohd_anwar@... | 06/02/08
Command needed Justin James | 06/02/08
RE: Restart Windows Server 2003 from the command line curt@... | 07/15/09
RE: Restart Windows Server 2003 from the command line -GUI / Dialog Box samson99tx | 07/22/09

What do you think?

White Papers, Webcasts, and Downloads

Recent Entries

TR on Twitter

Archives

TechRepublic Blogs



Quick Reference: Linux Commands
Reduce stress and speed up resolutions with the easiest command references right at your fingertips. You'll receive a PDF file covering Linux, packed with the most common commands you'll need and use daily.
Buy Now
Small Office Networking, Second Edition
Simplify the task of deploying and maintaining home, branch, and remote offices. Learn how to install wireless networks, troubleshoot TCP/IP, secure Windows, plan for disasters, and more.
Buy Now

SmartPlanet

Click Here