Intro:
Use CMD or Terminal to show the saved wifi password of previously connected and remembered SSID's on Windows 10 or 11.
Command Syntax:
List all wifi profiles on current machine:
netsh wlan show profiles
Show wifi password for specific SSID:
netsh wlan show profile name=WIFI-NAME key=clear
If there’s spaces in the wifi name, enclose the name in parenthesis:
netsh wlan show profile name="WIFI NAME WITH SPACES" key=clear
๐ฝ
No comments:
Post a Comment