- Author: Edilberto Fonseca edilberto.fonseca@outlook.com
- Creation date: 07/08/2022
- License: GPL v2
View Networks is an NVDA add-on that allows users to list Wi-Fi networks saved on Windows and display all details of a specific network, including the password when it is stored by the system.
This add-on does not break, force, or attempt to discover Wi-Fi passwords.
It only displays information already saved by Windows, in the same way as the netsh wlan show profile command.
- Unified interface in a single window
- Two main buttons:
- List saved networks
- Show network details
- Single output field showing the complete content, exactly as in the Command Prompt
- Manual encoding selection:
cp850(default)cp1252latin1utf-8
- Automatic detection of:
- No Wi-Fi adapter present
- Computers connected only via Ethernet
- WLAN service disabled
- Compatible with systems without Wi-Fi, without causing errors or NVDA restarts
The add-on can be accessed:
- From the NVDA Tools menu
- Or via a keyboard shortcut, Windows + Alt + N — Opens the main View Networks dialog
When opening View Networks, the user will find:
-
Encoding selection field
Allows choosing the encoding used by Windows for correct text display. -
“List saved networks” button Alt + L
Displays all Wi-Fi networks stored on the system. -
“Show network details” button Alt + M
Prompts for the network name and displays all available information, including the password, if present. -
Main text field
Shows the complete output of thenetshcommand, without filtering or modification. -
Close button Alt + F
Closes the dialog.
If the computer:
- does not have a Wi-Fi adapter, or
- is connected only via Ethernet,
the add-on will display a clear message informing that no Wi-Fi interface was detected, along with the diagnostic information returned by the system.