How to recover a WIFI password

command line

First, open command line and get a list of all the available profiles:

netsh wlan show profile

Then choose a profile and write this:

netsh wlan show profile name=[ProfileName] key=clear
replace [ProfileName] with the chosen profile.

Post a Comment

Previous Post Next Post