Windows Shutdown Command from DOS Terminal
when you remote desktop to your windows server how can you shut it down if there is not shutdown button well, you can shut it down very easy through the dos command prompt by sending this command
windows, shutdown, command, from, dos, terminal


Sat Mar 06, 2010 11:24 am - Windows Shutdown Command from DOS Terminal
#3234
Windows Shutdown Command from DOS Terminal
author: Webune Support
Leave Your Comments
name
comments
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.
URL Link: ask
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.
Embed: ask
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
BBCODE: ask
| More
Wed Apr 21, 2010 7:34 pm - Re: Windows Shutdown Command from DOS Terminal
#3855
chimocommnader
i tried shutdown -a
    no args    display help. this is the same as typing /?.
    /?         display help. this is the same as not typing any options.
    /i         display the graphical user interface (gui).
               this must be the first option.
    /l         log off. this cannot be used with /m or /d options.
    /s         shutdown the computer.
    /r         shutdown and restart the computer.
    /g         shutdown and restart the computer. after the system is
               rebooted, restart any registered applications.
    /a         abort a system shutdown.
               this can only be used during the time-out period.
    /p         turn off the local computer with no time-out or warning.
               can be used with /d and /f options.
    /h         hibernate the local computer.
               can be used with the /f option.
    /e         document the reason for an unexpected shutdown of a computer.
    /m \\computer specify the target computer.
    /t xxx
Related Pages