Last active
August 29, 2015 14:18
-
-
Save netsmertia/7f70b4c0dad2bac50d3d to your computer and use it in GitHub Desktop.
How to list all computers in a windows wi-fi network?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Well I have used following procedure usually: | |
Go To RUN | |
Write CMD | |
Ping the server if you know or your gateway. Even if there is requested timed out. | |
type "arp -a " | |
It will usually list down all the IP's and Computers with their Mac Addresses | |
If you want to use GUI one tool I recommend is : IPScan form http://www.eusing.com/ipscan/free_ip_scanner.htm | |
Although it a light application 433KB almost but a freeware and very effective and always work for me. 100 % result! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment