I was visiting a place where I used the WiFi before. I’ve made a mistake not storing the WiFi password in my password manager and it was too late at night to ask anyone. My PC stored the access details but I wanted to connect with my new iPad. If my PC can connect, the password must be stored, so there may be a way to retrieve it – I though. There is…
With a simple cmd line you can get the stored password from your PC settings:
1 |
netsh wlan show profile name="SSID_name_of_the_router" key=clear |
BTW you can list all the stored SSIDs with this command:
1 |
netsh wlan show profiles |