Ticker

    Loading......

How To Find Wi-Fi Password Using CMD Of All Connected Networks

Find Wi-Fi Password Using CMD Of All Connected Networks


Run CMD as Administrator

command-prompt-run-as-administrator-640x538

To view all profiles stored on your computer, enter the following command in the command prompt:
 
netsh wlan show profile

This command will display a list of all the WiFi networks you've previously connected to.

netsh-wlan-show-profile-640x375

I intentionally blurred some of my WiFi network names in the picture above. There are eight networks I connect to.

Let's find the password for the intentionally created 'NETGEAR50' WiFi.

Type the following command to see the password of any WiFi network:

netsh wlan show profile WiFi-name key=clear

The command will be like this:

netsh wlan show profile NETGEAR50 key=clear

netsh-wlan-show-profile-wifi-name-keyclear-640x396

Within the security settings, you can find the WiFi password for the specific network under 'key content.'

Post a Comment