Wed Jun 11, 2008 11:12 am - How To Restart Reboot Windows Computer Server?
#1056
How To Restart Reboot Windows Computer Server?
hi i just leased a dedicated server with microsoft windows on it and i am able to access remote desktop but i want to know how i can restart or reboot the machine with a dos command?
is that possible?
author: clark
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
Wed Jun 11, 2008 11:14 am - Re: How To Restart Reboot Windows Computer Server?
#1382
Web Hosting Support
shutdown -r
that's the command you need to use to restart your windows xp or 2000 server. not sure if thats the same for vista or others but try it anyway
Tue Dec 02, 2008 10:32 am - Re: How To Restart Reboot Windows Computer Server?
#1383
windowsuuse
thanks, i really wanted to know how to reboot server remotely
it helps
Wed Jun 17, 2009 6:37 am - Re: How To Restart Reboot Windows Computer Server?
#1384
jga
same command, just add a few more flags...
shutdown /m SERVERNAME /r /f
Wed Jun 17, 2009 6:38 am - Re: How To Restart Reboot Windows Computer Server?
#1385
jga
that servername should have the 2 slashes in front of it, this post removes them