简体   繁体   中英

How to View Saved WiFi Passwords on Windows 7, 8, & 10

Can I get the wifi password of my windows pc when it is successful connected? Can I get it from a file or is there another way to do that?

  1. Run CMD
  2. Type command : netsh wlan show profiles name=your_network_name key=clear
  3. Press Enter

Password will be shown in "Security settings" under the Key Content

Get windows wifi password

Go to the toolbar and select the Show Hide Icons button and select the connected wifi 在此处输入图像描述

Right click on the yellow coloured area and select Open network & Internet Settings

在此处输入图像描述

Select the Change adapter option 在此处输入图像描述

Then will list all the connections then select the wifi connection which you want to get the password then right click and select the Status 在此处输入图像描述

Then will open a status window and then select the Wireless Properties 在此处输入图像描述

after that select the Security tab and check the Show characters Then you will get the password from the red marked area.

在此处输入图像描述

just 2 lines of cmd codes:

netsh wlan show profile
netsh wlan show profile <friends-wifi-name> key=clear


netsh wlan show profile will show list of wifi-provider names

wifi网络列表

netsh wlan show profile <friends-wifi-name> key=clear will show saved wifi details including password at Security settings > Key Content wifi密码和详细信息

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM