Home Networking/Computing Tips/Tricks Shutting down a computer that appears unresponsive
Shutting down a computer that appears unresponsive PDF Print Email
Written by Andrew Walding   
Wednesday, 22 December 2010 10:02

Sometimes Microsoft Windows will do something crazy and you can no longer get the Start > Shutdown process to work.  Most will push and hold the power button until the system halts, then restart.  There may be two other things you can do:

  1. Use the shutdown.exe command: This utility will send a remote (or local) shutdown command to a system. Entering shutdown /r /m \\servername /f /t 10 will send a remote reboot to a system. Shutdown.exe is current on all modern Windows systems; in older versions, it was located on the Resource Kit. For more details, read this Microsoft KB article on the shutdown.exe command.
  2. Use PowerShell Restart-Computer: The equivalent of the command above in PowerShell is:
    Start-Sleep 10
    Restart-Computer -Force -ComputerName SERVERNAME

Hope this is helpful.

Last Updated on Wednesday, 22 December 2010 10:10
 

Add comment


Security code
Refresh

Copyright © 2012 CellStream Intranet. All Rights Reserved.
Joomla! is Free Software released under the GNU/GPL License.
 

Login Form

Please Log in:



Visitor Map

site statistics

Testimonials