Restarting Windows XP Remotely Using DOS
This is more of a reminder for myself than anything else ....
If you need to reboot a Windows XP machine from DOS prompt the command is:
shutdown -r
If you just use the command:
shutdown
without passing any other parameters to it you'll get the help screen with a variety of options.
Kind of useful if your PC (located remotely) is acting up and a reboot is required :)
If you need to reboot a Windows XP machine from DOS prompt the command is:
shutdown -r
If you just use the command:
shutdown
without passing any other parameters to it you'll get the help screen with a variety of options.
Kind of useful if your PC (located remotely) is acting up and a reboot is required :)
Categories
Techie :: Techno :: , microsoft0 TrackBacks
Listed below are links to blogs that reference this entry: Restarting Windows XP Remotely Using DOS.
TrackBack URL for this entry: http://www.mneylon.com/cgi-bin/mt/mt-tb.cgi/2608

For a nice GUI interface to this, just run :
shutdown /i
GUI? We don't need no stinking GUI!! :)
Thanks for the tip though :)