The Shell Code
Opencmd and execute the following command:netsh wlan show profile name="David Walsh's Network" key=clear
The result of the command, assuming the network is found, is a long text output with a variety of information about the network. To get the see the password for the network, look under the “Security settings” heading which will look like this:
Security settings
Authentication : WPA2-Personal
Cipher : CCMP
Authentication : WPA2-Personal
Cipher : GCMP
Security key : Present
Key Content : THE_PLAIN_TEXT_PASSWORD
As with any complicated command line format, it’s best to create an alias so that you don’t need to remember the full string!
The post How to Retrieve WiFi Password on Windows appeared first on David Walsh Blog.
https://tkjs.us/dwb
https://davidwalsh.name/retrieve-wifi-password-windows
