Run from admin command prompt:
Copy to Clipboard
netsh wlan show wlanreport After it is done, view the report: C:\ProgramData\Microsoft\Windows\WlanReport\wlan-report-latest.html Show all available wifi networks Copy to Clipboard
netsh wlan sh net mode=bssid Show old saved SSID info: Copy to Clipboard
netsh wlan show profile Show a saved Wifi password (change MyNetwork to the name listed above: Copy to Clipboard
netsh wlan show profile "MyNetwork" key=clear https://www.pcmag.com/how-to/view-saved-wi-fi-passwords Wireless Diagnostic View - A great utility to see more info about what Wireless connection is doing https://www.nirsoft.net/utils/wifi_diagnostics_view.html |