Created
May 18, 2018 09:49
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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