windows view password of connected wifi

1. Open the cmd command line or powershell

insert image description here

2. Check which wifi the computer has connected to

netsh wlan show profiles

3. Display the password corresponding to the wifi to be checked

netsh wlan show profile name=“想查看的wifi的名称” key=clear

name is the wifi name to be checked, key=clear is the password displayed in the explanatory text.
The key content in the security settings is the password!
insert image description here

4. Another solution: query the current wifi password

Find the wireless network connection-change adapter-options-find WLAN right-click-select status-wireless properties-security-display characters.
insert image description here
insert image description here
insert image description here
insert image description here
insert image description here

Guess you like

Origin blog.csdn.net/qq_41821678/article/details/126152457