Skip to content

Instantly share code, notes, and snippets.

@sjfricke
Created May 18, 2018 09:49
Show Gist options
  • Save sjfricke/7c26dcdfcdb8aa5ccd2b623e01e98a52 to your computer and use it in GitHub Desktop.
Save sjfricke/7c26dcdfcdb8aa5ccd2b623e01e98a52 to your computer and use it in GitHub Desktop.
Find the password to wireless network connected with Windows, replace <SSID> with network
netsh wlan show profile <SSID> key=clear | findstr "Key Content"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment