Skip to content

Instantly share code, notes, and snippets.

@netsmertia
Last active August 29, 2015 14:18
Show Gist options
  • Save netsmertia/7f70b4c0dad2bac50d3d to your computer and use it in GitHub Desktop.
Save netsmertia/7f70b4c0dad2bac50d3d to your computer and use it in GitHub Desktop.
How to list all computers in a windows wi-fi network?
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