Retrieve Wireless PAssword

Xavier Mustin

Administrator
Staff member
#1
  • Open command prompt, and run it as an administrator.
  • Then, type the following command:
Code:
netsh wlan show profile
  • This command will list every Wi-Fi profile that you’ve ever connected to. To reveal the password of a specific network, type the following command, substituting “NETWORK NAME” with the Wi-Fi network you’re looking up:
Code:
netsh wlan show profile “NETWORK NAME” key=clear
 
Haut