How to Find Your Wi-Fi Password using command prompt on Windows 10/8/7/XP
By
admin
at 2020-06-23 • 0 collector • 1682 pageviews
Start->Run CMD with Administrator
cd\
C:\>netsh
netsh>
-------- Show SSID -------
netsh>wlan show profile
eg. SSID : homewifi
--------Show wWi-Fi password: ---------
netsh>wlan show profile homewifi key=clear
eg Key Content : 123456789
Requires Login