Skip to content

Instantly share code, notes, and snippets.

@henrytriplette
Last active January 23, 2018 13:58
Show Gist options
  • Save henrytriplette/e01bba00b9c28323f44fbf8ce155d1d7 to your computer and use it in GitHub Desktop.
Save henrytriplette/e01bba00b9c28323f44fbf8ce155d1d7 to your computer and use it in GitHub Desktop.
Windows Powershell Wifi Password

Show list of saved wifi profiles

netsh wlan show profile

Show info and password

netsh wlan show profiles name="INSERTNAMEHERE" key=clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment