Monday 23 January 2012

How To ShutDown PC In Lan?

  1. 1
    Open the command prompt. This may be done by clicking on the "Start" button, and selecting "Run".
  2. 2
    Type in cmd and press Enter.
  3. 3
    Type in shutdown -m \\computername, replacing "computername" with the name of the computer you wish to shutdown or the computers ip address.
  4. 4
    Experiment with the shutdown command's switches.

    • -r will force a restart, disabling any services or user interaction from interrupting it.
    • -c "comment" will force a comment to appear on the system being shutdown.
    • -t xx will force a timeout for "xx" seconds. For example, -t 60 would perform a shutdown after a 60 second timeout.
    • -a will abort the shutdown
    • A full command example: shutdown -m \\myserver -r -c "This system will shutdown in 60 seconds" -t 60
  5. 5
    Another method is to
    • type shutdown -i in the run window.
    • Click the "Add" box and type the name of the computer you want to shutdown or it's IP address. You can select what you want the computer to do.
    • In this mode, it is NECESSARY to add a comment. Finally press "OK".

No comments:

Post a Comment

Give your feedback here......

Related Posts Plugin for WordPress, Blogger...