Monday, October 23, 2023

Windows 10 & 11 - Show WiFi Password for Specific SSIDs



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: