Pages

V TIPS & TRICKS

Thursday, April 2, 2015

How to see list of connected PCs to your network and shutdown it using cmd ..???

How to see list of connected PCs to your network and shutdown it using cmd ..???

How to see connected PCs name ?


If you don't want to share your network connection with others but still someone is using your connection ?

You can see list of connected PCs to your network . You just have to use cmd ( command prompt ) .

Open cmd and type " net view " then hit enter .

You can see a list of connected PCs to your network .



Find out ip address of connected PCs ..


Now if you want to see Ip address of connected PCs just open cmd again and type

" TRACERT computer name " ( you can find computer name by above code " net view ") .

You can see IP address of that computer .


Shutdown connected PCs using cmd ..


After checking connected PCs list , if you find any unrecognise pc you can shutdown/restart it . You can shutdown or restart it using it's IP address . I already shared method to find out Ip address of connected PCs above in this tutorial . First of all find out Ip address of connectes pc and copy it .

Now open cmd again and type

" shutdown -i "

and hit enter . New window will open . Paste IP address of computer there and select restart or shutdown ( as you want ) in that new window and hit ok . It's done .

No comments:

Post a Comment