Saved WIFI passwords

If you're connected to a WIFI network but you've forgot what was your password and you don't want to reset your router's passwod, you can follow the following steps:

  1. [Optional] If you want to list all the saved WIFI networks, run the followin command in command prompt:
netsh wlan show profiles
  1. Using the following command retrieve the saved WIFI password for any of your profiles:
netsh wlan show profile name="soheil-wifi" key=clear

You'r password is in Security Settings.Key Content.

In MacOs, simply open up KeyChain and search for your WIFI name.