简体   繁体   English

如何在 Windows 7、8 和 10 上查看已保存的 WiFi 密码

[英]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? windows 电脑连接成功后可以获取wifi密码吗? Can I get it from a file or is there another way to do that?我可以从文件中获取它还是有其他方法可以做到这一点?

  1. Run CMD运行 CMD
  2. Type command : netsh wlan show profiles name=your_network_name key=clear键入命令: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获取windows wifi密码

Go to the toolbar and select the Show Hide Icons button and select the connected wifi转到工具栏并选择Show Hide Icons按钮并选择已连接的 wifi 在此处输入图像描述

Right click on the yellow coloured area and select Open network & Internet Settings右键单击黄色区域并选择Open network & Internet Settings

在此处输入图像描述

Select the Change adapter option选择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然后将列出所有连接,然后选择要获取密码的wifi连接,然后右键单击并选择Status 在此处输入图像描述

Then will open a status window and then select the Wireless Properties然后将打开一个状态窗口,然后选择Wireless Properties 在此处输入图像描述

after that select the Security tab and check the Show characters Then you will get the password from the red marked area.之后选择Security选项卡并检查Show characters然后您将从红色标记区域获得密码。

在此处输入图像描述

just 2 lines of cmd codes:只有 2 行 cmd 代码:

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


netsh wlan show profile will show list of wifi-provider names netsh wlan show profile将显示 wifi-provider 名称列表

wifi网络列表

netsh wlan show profile <friends-wifi-name> key=clear will show saved wifi details including password at Security settings > Key Content netsh wlan show profile <friends-wifi-name> key=clear将显示保存的 wifi 详细信息,包括在Security settings > Key Content的密码wifi密码和详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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