Wireless Network Watcher - Show who is connected to your wireless network

(追記) (追記ここまで)
Main Page
Blog
Search
FAQ
TOP 10
Pad Files
Contact
About...
Donate
All Utilities
Password Tools
System Tools
Browser Tools
Programmer Tools
Network Tools
Outlook/Office
64-bit Download
Panel
Forensics
Pre-Release Tools
Articles

(追記) (追記ここまで)
Wireless Network Watcher v2.42
Copyright (c) 2011 - 2025 Nir Sofer

See Also

Description

Wireless Network Watcher is a small utility that scans your wireless network and displays the list of all computers and devices that are currently connected to your network.
For every computer or device that is connected to your network, the following information is displayed: IP address, MAC address, the company that manufactured the network card, and optionally the computer name.
You can also export the connected devices list into html/xml/csv/text file, or copy the list to the clipboard and then paste into Excel or other spreadsheet application.

System Requirements And Limitations

Versions History

Using Wireless Network Watcher

Wireless Network Watcher doesn't require any installation process or additional dll files. In order to start using it, simply extract the executable file (WNetWatcher.exe) from the zip file, and run it.
If you want, you can also download WNetWatcher with full install/uninstall support (wnetwatcher_setup.exe), so a shortcut for running WNetWatcher will be automatically added into your start menu.

After running WNetWatcher, it automatically locates your wireless adapter, and scans your network. After a few seconds, you should start see the list of computers that are currently connected to your network.

If from some reason, WNetWatcher failed to locate and scan your network, you can try to manually choosing the correct network adapter, by pressing F9 (Advanced Options) and choosing the right network adapter.

Columns Description

Background Scan

Starting from version 1.15, there is a new option under the Options menu - 'Background Scan'.
When it's turned on, Wireless Network Watcher first make the regular fast network scan to discover all current connected devices. After that, a continuous background scan is activated to discover when new devices are connected to your network. The background scan is slower and less intensive then the regular scan, so it won't overload your computer and you can leave it to run in the background while using other programs.
When the background scan is running, a counter of the scan process is displayed in the second section of the bottom status bar.

When the background scan is used, you can use the 'Beep On New Device' option to get a beep sound when a new device is detected.

Custom Context Menu

Starting from version 2.30, you can add your own custom menu items into the context menu of Wireless Network Watcher.
In order to do this, you have to exit completely from Wireless Network Watcher and then edit the WNetWatcher.cfg file, located in the same folder of WNetWatcher.exe. You can edit WNetWatcher.cfg with notepad or any other text editor.

The structure of the custom menu configuration is very simple, and looks like this:

[CustomMenu]
Caption0=Menu Caption
Command0=Menu Command
Caption1=Menu Caption
Command1=Menu Command
Caption2=Menu Caption
Command2=Menu Command
.
.
.

You can create up to 10 different menu items (from 0 to 9). The command string is an executable file with parameters that provide the information about the selected items.
For example, the following menu item will ping the selected IP address in a command-prompt window:

[CustomMenu]
Caption0=Ping This IP address
Command0=cmd.exe /K ping %IPAddress%

Wireless Network Watcher will replace the %IPAddress% variable with the IP address of the selected device. You can use the following variables for the custom menu command (They are identical to the column names, but without the space characters): %IPAddress% %DeviceName% %MACAddress% %NetworkAdapterCompany% %DeviceInformation% %UserText% %FirstDetectedOn% %LastDetectedOn% %DetectionCount% %Active%

Finally, here's an example for full custom menu items. Notice that Caption3 and Caption6 are actually a menu separator. Also, Command7 is a 'ShellExecute' command, which means that instead of specifying .exe file, you specify a file, URL, or network resource to open (In this case it's Admin share of the remote computer).

[CustomMenu]
Caption0=Ping IP address
Command0=cmd.exe /K ping %IPAddress%
Caption1=Ping Host Name
Command1=cmd.exe /K ping %DeviceName%
Caption2=Check IP Address With Nbtstat
Command2=cmd.exe /K nbtstat.exe -A %IPAddress%
Caption3=-
Caption4=Open IP Address In Chrome
Command4=chrome.exe %IPAddress%
Caption5=Open IP Address In Firefox
Command5=Firefox.exe %IPAddress%
Caption6=-
Caption7=Open Admin Share
Command7=ShellExecute:\\%IPAddress%\Admin$

The custom menu of the above example looks like this:

Command-Line Options

/cfg <Filename> Start Wireless Network Watcher with the specified configuration file. For example:
WNetWatcher.exe /cfg "c:\config\wnw.cfg"
WNetWatcher.exe /cfg "%AppData%\WNetWatcher.cfg" /stext <Filename> Scan your network, and save the network devices list into a regular text file. /stab <Filename> Scan your network, and save the network devices list into a tab-delimited text file. /scomma <Filename> Scan your network, and save the network devices list into a comma-delimited text file (csv). /stabular <Filename> Scan your network, and save the network devices list into a tabular text file. /shtml <Filename> Scan your network, and save the network devices list into HTML file (Horizontal). /sverhtml <Filename> Scan your network, and save the network devices list into HTML file (Vertical). /sxml <Filename> Scan your network, and save the network devices list into XML file.

Translating Wireless Network Watcher to other languages

In order to translate Wireless Network Watcher to other language, follow the instructions below:
  1. Run Wireless Network Watcher with /savelangfile parameter:
    WNetWatcher.exe /savelangfile
    A file named WNetWatcher_lng.ini will be created in the folder of WNetWatcher utility.
  2. Open the created language file in Notepad or in any other text editor.
  3. Translate all string entries to the desired language. Optionally, you can also add your name and/or a link to your Web site. (TranslatorName and TranslatorURL values) If you add this information, it'll be used in the 'About' window.
  4. After you finish the translation, Run WNetWatcher, and all translated strings will be loaded from the language file.
    If you want to run WNetWatcher without the translation, simply rename the language file, or move it to another folder.

License

This utility is released as freeware. You are allowed to freely distribute this utility via floppy disk, CD-ROM, Internet, or in any other way, as long as you don't charge anything for this and you don't sell it or distribute it as a part of commercial product. If you distribute this utility, you must include all files in the distribution package, without any modification !

Disclaimer

The software is provided "AS IS" without any warranty, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The author will not be liable for any special, incidental, consequential or indirect damages due to loss of data or any other reason.

Feedback

If you have any problem, suggestion, comment, or you found a bug in my utility, you can send a message to nirsofer@yahoo.com

Download Wireless Network Watcher 32-bit (In Zip file) Download Wireless Network Watcher 64-bit (In Zip file) Download Wireless Network Watcher with full install/uninstall support (wnetwatcher_setup.exe) Check Download MD5/SHA1/SHA256 Hashes


(追記) (追記ここまで)

Wireless Network Watcher is also available in other languages. In order to change the language of Wireless Network Watcher, download the appropriate language zip file, extract the 'wnetwatcher_lng.ini', and put it in the same folder that you Installed Wireless Network Watcher utility.

LanguageTranslated ByDateVersion
Arabic Mohamed.Thami 22/04/2023Wireless Network Watcher v2.31
Arabic Fcmam509/02/20131.57
Basque Eneko25/05/20151.80
Brazilian Portuguese Paulo Guzmán15/09/20182.18
Brazilian Portuguese Victor R. 22/10/20141.73
Brazil Portuguese João Mac-Cormick 25/12/20131.70
Bulgarian N. Nedelev 31/03/20172.10
Bulgarian Stnmr17/11/20212.26
Catalonian Albert Aguilera08/11/20141.70
Croatian Download.hr 13/07/20161.98
Czech Buchtič 18/07/20121.50
Dutch Jan Verheijen02/02/20252.42
Dutch Robby Kooken30/08/20172.13
Finnish KP01/04/20121.41
French Skorpix38 (feb 2019)12/03/20192.20
French BLS01/04/20202.21
French Largo01/03/20242.41
German «Latino»21/04/20252.42
Greek Θανάσης Κατσαγεώργης30/06/20242.41
Gujarati Jay Simmons 22/04/20192.20
Hebrew Aharon Don29/02/20202.21
Hellenic ÈáíÜóçò Êáôóáãåþñãçò12/07/20111.00
Hungarian Timinoun18/02/20252.42
Indonesian Ivan Dhuha Firmansyah 17/10/20162.02
Italian Alessandro Viscone e RB 17/01/20252.42
Italian FELIX-TO05/09/20162.01
Italian DottorFormat26/08/20172.13
Japanese coolvitto 01/03/20242.41
Korean Lee J. K.(Wave)23/08/20242.41
Latvian MariOzo11/10/20222.30
Norwegian DagCC_Nor29/09/20151.85
Persian ZendegiyeSabz 23/01/20252.42
Polish Hightower07/03/20242.41
Portugal Portuguese Nuno Ferreira18/01/20221
Romanian Jaff (Oprea Nicolae) 05/02/20161.91
Russian Dmitry Yerokhin29/02/20242.41
Simplified Chinese DickMoore 27/10/20232.40
Simplified Chinese 网钛远程桌面管理助手 15/02/20212.23
Simplified Chinese Sam-Trip 22/12/20182.19
Serbian Nikodijevic Igor18/11/20161.00
Slovak František Fico25/02/20252.42
Slovenian Jadran Rudec, jrudec@gmail.com05/01/20212.23
Spanish Camilo Almario24/05/20172.12
Spanish Carlos Sánchez10/09/20172.13
Spanish IkeGolden 06/11/20222.23
Swedish JLN24/01/20212.23
Traditional Chinese Danfong Hsieh 01/03/20242.41
Traditional Chinese 丹楓(虫二電氣診所) 29/08/20121.55
Traditional Chinese qzwqzw27/05/20121.45
Thai พงศธรณ์ สระอุทัย28/08/20111.25
Turkish HARUN ARI 01/03/20242.41
Turkish Tundra 14/07/20111.00
Turkish HARUN ARI01/10/20111.31
Ukrainian Lembergman, December 201708/12/2017 2.1.5.0
Valencian vjatv26/07/20111.05
Vietnamese Quach Tri Dat 20/05/20131.58
Vietnamese Phạm Tuấn Khanh - ptk911 10/05/20151.79

AltStyle によって変換されたページ (->オリジナル) /