I think you had situation you need to know password of some old wifi network you were connected some time ago. Below I will suggest you solution how to find it.
It is possible to get a password by executing few commands in CMD or PS console. I aware that some of you possibly know this way but I hope it will help someone.
To find out password first we need to know name of the network we need to check, so execute command which list all saved networks. Of course this step also can be done in GUI.
After execution you will see this:
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image.png)
Next you should choose network you want to know password. Type your network name in below command.
1 |
netsh wlan show profile name="TP-Link_DDB4" key=clear |
And this is result:
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image-1.png)
below you can find list of available commands which you can execute on wifi interface:
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image-2.png)
There is the one more interesting command
1 |
netsh wlan show wlanreport |
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image-3.png)
After command will be done you will get html report.
examples of report i put below:
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image-4-1024x547.png)
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image-5.png)
![](https://cybermonitor.pl/wp-content/uploads/2022/03/image-6.png)