View WiFi password of current connection
If you are more the type-type type, you will prefer the netsh command anyway. This method allows you to find not only the WiFi password of your current connection but also that of previous connections. The syntax of the command looks like this:
Find the WiFi Password on Windows
netsh wlan show profile name="ConnectionName" key=clearExmaple
netsh wlan show profile name="WifiName" key=clear
Note : Above command only for Windows.
Find the WiFi Password on Linux
For Linux Users Use:[ sudo grep psk= /etc/NetworkManager/system-connections/ ]*
Finding WiFi password on the command line with netsh
Notice that you only need the quotation marks for the connection name (profile name) when the name contains a blank. You can find the password in the Security settings section next to Key Content.
To get a list of your previous WiFi connections, type this command in Windows:
netsh wlan show profiles.
Find the WiFi Password on Mac
For Mac User to find a Wifi Key Passworduse following command in terminal
security find-generic-password -wa "WifiName"
Thank you
Regards
Alok Kumar Rathaur
0 comments:
Post a Comment