How to find out your WiFi password details on Windows 8 & Windows 10
Two simple commands in the command line interface will help you:
- first to list all saved connections
- second to get information about that connection
in my sample:
netsh wlan show profile key=clear
After we have profile names – we can pinpoint to one:
netsh wlan show profile name="GEC_Cafe" key=clear
Key Content value is exactly what we were looking for.