Created
August 23, 2021 15:33
-
-
Save navinthenapster/ec529125ed3196b9aafb3eded1568ef5 to your computer and use it in GitHub Desktop.
To see saved wifi password in windows
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
# Windows | |
netsh wlan show profiles | |
netsh wlan show profile name=<wifi_name_ssid> key=clear | |
https://www.online-tech-tips.com/computer-tips/view-saved-wifi-passwords-windows/ | |
#ubuntu | |
sudo cat /etc/NetworkManager/system-connections/<wiFi_name_ssid>.nmconnection | |
https://itsfoss.com/how-to-find-saved-wireless-wifi-passwords-ubuntu/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment