I have a windows server 2003 (x64) and i want to restarting it in CMD but when i execute shutdown -r it doesn't work . what am i going to do ?
|
feedback
|
migrated from stackoverflow.com Jun 20 '10 at 6:14
This question came from our site for professional and enthusiast programmers.
Should force the shutdown to happen but you might want to find out what process is blocking the basic shutdown command first. If you use | |||
|
feedback
|
|
You need to specify a length of time in seconds for the shutdown to take effect.
That will reboot the computer immediately. | |||
|
feedback
|