Created
December 23, 2019 08:23
-
-
Save bantya/26c609bacc9f0abb4be200afde52b9eb to your computer and use it in GitHub Desktop.
bat: Get connected wlan passwords in 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
netsh wlan show profile | |
netsh wlan export profile folder=[PATH e.g. c:\] key=clear |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment