[Open source tool] Win10/11/8/7 Get the WIFI name and password connected to the laptop [available out of the box]

Insert image description here

1. Open command prompt (as administrator)

First, open the Windows search function and enter CMD to find the "Command Prompt". Please do not open it directly. You must "run as administrator" to export WIFI data. You can find the function key to run as administrator on the right.
Insert image description here

2. Enter netsh wlan show profile

Enter the command netsh wlan show profile and press the Enter key (if you are worried about typing errors, you can open this article and copy the command, open the command prompt and right-click to paste the command). The screen will list the WIFI this computer has been connected to
Insert image description here
. Configuration file
Insert image description here

3. Enter netsh wlan export profile folder=C:\ key=clear

Then enter this command netsh wlan export profile folder=C:\ key=clear
Insert image description here

4. Open C drive

You can see it by opening the C drive. The file type is XML. You can directly click twice to open the WIFI password you want to view.

Insert image description here

5. Use notepad to open and view the WIFI name and password

Insert image description here
Same keyMateial, the one in the middle is the WIFI password
Insert image description here

Guess you like

Origin blog.csdn.net/aaaadong/article/details/130422920
Recommended