Created
May 27, 2018 18:17
-
-
Save alozta/a4a225e45940fc04a826adb02b7b3b1e to your computer and use it in GitHub Desktop.
Find out what your saved WiFi password is on Windows.
This file contains hidden or 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
| #Open terminal | |
| netsh wlan show profiles | |
| netsh wlan show profile name=<profile> key=clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment