How to show saved wifi password windows with command line
Running the following command on command prompt window
netsh wlan show profile [SSID_NAME] key=clear
for example
Microsoft Windows [Version 10.0.17134.472] (c) 2018 Microsoft Corporation. All rights reserved. C:\Users\Dell>netsh wlan show profile wifi.id key=clear Profile wifi.id on interface Wi-Fi: ======================================================================= Applied: All User Profile Profile information ------------------- Version : 1 Type : Wireless LAN Name : wifi.id Control options : Connection mode : Connect automatically Network broadcast : Connect only if this network is broadcasting AutoSwitch : Do not switch to other networks MAC Randomization : Disabled Connectivity settings --------------------- Number of SSIDs : 1 SSID name : "wifi.id" Network type : Infrastructure Radio type : [ Any Radio Type ] Vendor extension : Not present Security settings ----------------- Authentication : WPA2-Personal Cipher : CCMP Authentication : WPA2-Personal Cipher : GCMP Security key : Present Key Content : Navisha1234 Cost settings ------------- Cost : Unrestricted Congested : No Approaching Data Limit : No Over Data Limit : No Roaming : No Cost Source : Default C:\Users\Dell>