Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,384,348

CMD - How to Shutdown Computers on Your Network

Tutorial Name: CMD - How to Shutdown Computers on Your Network  

Category: PC Tutorials

Submitted By: Maj

Date Added:

Comments: 1

Views: 1,469

Related Forum: PC Building Forum

Share:

Have multiple PC's on your network, or just wanna play a prank on your family? Well here's how to do it!!




Step 1. Open up CMD, do this by holding the Windows key & pressing R. Then type 'cmd' and hit enter

Step 2. List all the computers on your network, do this by typing the following code
net view


Step 3. Look for the name of the PC you want to shutdown / restart, as you can see there is none on my network (let's use our imagination). Be sure to remember this!!

[ Register or Signin to view external links. ]

Step 4. Now type the following code
Shutdown -i


Step 5. You should now be prompted with the window as seen below, simply click the 'add' button and type the pc name

[ Register or Signin to view external links. ]

Step 6. Select what action you want to carry out (shutdown or restart)

Step 7. Add a comment and click ok, this will now carry out the action and either shutdown or restart the targets PC!!




See, that was simple!

Ratings

Current rating: 7.33 by 3 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"CMD - How to Shutdown Computers on Your Network" :: Login/Create an Account :: 1 comment

If you would like to post a comment please signin to your account or register for an account.

ZydrinPosted:

This is very useful. Thanks for sharing.