Advertisement
Aluf

How to Shutdown a Network Computer [LAN] [ALUF]

May 16th, 2015
979
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. Shutting down a server or other remote computer is possible from the convenience of your own PC. It's not hard to learn to shutdown a remote Windows computer from your own desktop on a LAN. You'll just have to learn the proper computer command shorthands
  2. Steps
  3.  
  4.  
  5.  
  6. 1Open the command prompt.
  7. This may be done by clicking on the "Start" button, and selecting "Run".
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15. 2
  16. Type in cmd and press Enter.
  17.  
  18. 3
  19. Type in shutdown -m \\computername, replacing "computername" with the name of the computer you wish to shutdown or the computer's IP address.
  20.  
  21. 4
  22. Experiment with the shutdown commands switches.
  23. -r will force a restart, disabling any services or user interaction from interrupting it.
  24. -c "comment" will force a comment to appear on the system being shutdown.
  25. -t xx will force a timeout for "xx" seconds. For example, -t 60 would perform a shutdown after a 60-second timeout.
  26. -a will abort the shutdown.
  27. A full command example: shutdown -m \\myserver -r -c "This system will shutdown in 60 seconds" -t 60
  28.  
  29.  
  30.  
  31. 5
  32. Try another method:
  33. Type shutdown -i in the run window.
  34. Click the "Add" box and type the name of the computer you want to shutdown or its IP address. You can select what you want the computer to do.
  35. In this mode, it's necessary to add a comment. Do so.
  36. Press OK.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement