Whenever we connect to a WiFi network and enter the password to connect to that network, we actually make a WLAN profile of that WiFi network. That profile is stored inside our computer along with the other required details of the WiFi profile.
Instead of using a GUI to find the individual passwords, we can also look for the WiFi password of that particular WiFi network using cmd. These steps work even when you are totally offline or you are not connected to the particular wifi you are looking the password for.How to know the WiFi password using cmd:
1.Open the command prompt and run it as administrator.
In the next step, we want to know about all the profiles that are stored in our computer. So, type the following command in the cmd:
>netsh wlan show profile
This command will list out all the WiFi profiles that you have ever connected to.
In the above step, I have intentionally blurred some of my WiFi networks’ name. As you can see, there are eight WiFi networks that I connect to. So, let’s go and find out the password for the WiFi ‘Neb_test’ in this case which I created intentionally for this article.
Type the following command to see the password of any WiFi network:
>netsh wlan show profile WiFi-name key=clear
In the next step, we want to know about all the profiles that are stored in our computer. So, type the following command in the cmd:
>netsh wlan show profile
This command will list out all the WiFi profiles that you have ever connected to.
In the above step, I have intentionally blurred some of my WiFi networks’ name. As you can see, there are eight WiFi networks that I connect to. So, let’s go and find out the password for the WiFi ‘Neb_test’ in this case which I created intentionally for this article.
Type the following command to see the password of any WiFi network:
>netsh wlan show profile WiFi-name key=clear
For example: >netsh wlan profile Neb_test key =clear
Under the security settings, in the ‘key content’, you see the WiFi password of that particular network.
Besides knowing the password, you can also use this result to further optimize your WiFi. For example, Under the profile information, you can see mac randomization is disabled. You can turn on mac randomization feature to avoid your location tracking based on the device’s MAC address.
Under the security settings, in the ‘key content’, you see the WiFi password of that particular network.
Besides knowing the password, you can also use this result to further optimize your WiFi. For example, Under the profile information, you can see mac randomization is disabled. You can turn on mac randomization feature to avoid your location tracking based on the device’s MAC address.
No comments:
Post a Comment