Replace THE_SSID with your own Wi-Fi SSID.
The below will show details of the Wi-Fi network.
netsh wlan show profile name=THE_SSID key=clear
To see only the password ignoring the rest of the details, feed it with the findstr command like below.
netsh wlan show profile name=THE_SSID key=clear | findstr Key
For similar hack for Mac and Linux, read How to Find the Wi-Fi Password of your Current Network.
No comments:
Post a Comment
Do provide your constructive comment. I appreciate that.