Hi,
when the Password for a wireless connections is stored in Windows it can be red from command line.
Look for your WLAN Profile (SSID)
1 2 3 4 | D:\> netsh wlan show profile Userprofile ----------- MyWLANZone |
And simply show the key
1 2 3 4 | D:\> netsh wlan show profile MyWLANZone key=clear ... KeyContent : MySecretKey ... |
Michael