What to do if I forgot my Wi-Fi password

If you have Windows, there is a way to find a forgotten password right on the command line.

How to do it:

1. Open the command prompt, type "cmd" in the Windows search and click "Run as administrator" under the results.
2. In the command prompt window, enter "netsh wlan show profiles". This will allow us to find out the name of the network.
3. Now enter this: "netsh wlan show profile name="WiFi Profile Name" key=clear". Don't forget to replace "WiFi Profile Name" with the name of your network, you found it in the previous step.
4. The password will appear in the "Key Content" field.

Done!

#windows 

Post a Comment

0 Comments