Hi friends this is REGU RAM.
In this video we are going to see How to find WiFi password on Windows 10/8/7 using CMD?
It is very easy to find WiFi password in Windows 10 using a few CMD commands.
These commands work even when you are offline, or you are connected to some other WiFi network.
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.
How to find WiFi password on Windows 10 using CMD?
Step1: Open the command prompt and run it as "administrator".
Step2: In the next step, we want to know about all the profiles that are stored on 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.
I have intentionally blurred some of my WiFi network names. 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 ‘Reguram’ in this case,
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:
netsh wlan show profile Reguram key=clear

0 Comments