The Computer Oracle

How to list all computers in a windows wi-fi network?

-------------------------------------------------------------------------------
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
-------------------------------------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Lost Jungle Looping

--

Chapters
00:00 Question
00:29 Accepted answer (Score 51)
01:14 Answer 2 (Score 12)
01:26 Thank you

--

Full question
https://superuser.com/questions/340932/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#windows #networking #commandline

#avk47



ACCEPTED ANSWER

Score 53


I have used following procedure:

  1. Open Run (⊞ Win+R)
  2. Type cmd and click OK.
  3. Ping the server if you know or your gateway. Even if there is requested timed out.
  4. Type the command arp -a .
  5. It will usually list down all the IP's and Computers with their Mac Addresses.

If you want to use a GUI tool. I recommend IPScan. Although it is a light application (433KB), it is freeware that's always worked for me.

You can also use another GUI Tool, Advance IP Scanner.




ANSWER 2

Score 12


net view will probably show most of them.