Skip to content

Instantly share code, notes, and snippets.

@AmigoDheena
Last active November 25, 2019 06:06
Show Gist options
  • Save AmigoDheena/b46bca37edc4d0861d53dba4f56635cc to your computer and use it in GitHub Desktop.
Save AmigoDheena/b46bca37edc4d0861d53dba4f56635cc to your computer and use it in GitHub Desktop.
Get the saved WIFI password from command prompt

Get the saved wifi password from command prompt

$ netsh wlan show profiles
$ netsh wlan show profile NAME key=clear

You can find the password in here

Security settings -> Key content : PASSWORD

OR

You can export XML file like this

$ netsh wlan export profile folder=c:\ key=clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment