合 在Windows、Linux和Mac上查看Wi-Fi密码
您是否曾经遇到过使用 Wi-Fi 网络数月后突然意识到您不记得其密码的情况?
我们的系统会记住我们曾经连接过的每一个 Wi-Fi 密码。
这就是它重新建立与这些网络的连接而无需再次输入密码的方式。
Windows系统
netsh命令获取WIFI密码
netsh
是 Windows 下的网络配置命令,直接输入该命令并回车,即可进入一个交互式的命令行。运行 netsh wlan show profile
即可获取当前系统中保存的无线热点信息。
netsh wlan show /?
显示所有相关命令
netsh wlan show profiles
显示电脑连接过的所有wifi配置文件
netsh wlan show profile name="dbaup" key=clear
查看WiFi密码,里边的“关键内容行即是密码,如下所示:
示例
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | C:\Users\lhrxxt>netsh netsh>wlan netsh wlan>show profiles 。。。。。 C:\Users\lhrxxt>netsh wlan show /? 下列指令有效: 此上下文中的命令: show all - 显示完整的无线设备和网络信息。 show allowexplicitcreds - 显示允许共享用户凭据设置。 show autoconfig - 显示是否启用或禁用自动配置逻辑。 show blockednetworks - 显示阻止的网络显示设置。 show createalluserprofile - 显示是否允许所有人创建所有 用户配置文件。 show drivers - 显示系统上无线 LAN 驱动程序的属性。 show filters - 显示允许和阻止的网络列表。 show hostednetwork - 显示承载网络的属性和状态。 show interfaces - 显示系统上的无线局域网接口 的列表。 show networks - 显示计算机上可见的网络列表。 show onlyUseGPProfilesforAllowedNetworks - 显示在配置 GP 的网络设置上仅使用 GP 配置文件。 show profiles - 显示计算机上配置的配置文件列表。 show randomization - 显示 MAC 随机化是已启用还是 已禁用。 show settings - 显示无线 LAN 的全局设置。 show tracing - 显示是否启用或禁用无线局域网跟踪。 show wirelesscapabilities - 显示系统的无线功能 show wlanreport - 生成一个报告,显示最新的无线会话信息。 C:\Users\lhrxxt>netsh wlan show profiles 接口 WLAN 上的配置文件: 组策略配置文件(只读) --------------------------------- <无> 用户配置文件 ------------- 所有用户配置文件 : cwag 所有用户配置文件 : dbaup-2h1 所有用户配置文件 : dbaup 所有用户配置文件 : 小米max3 lhraxxt 所有用户配置文件 : hwyxm-sd 所有用户配置文件 : CMCC-150M 所有用户配置文件 : I-DESK 所有用户配置文件 : DXL-856 所有用户配置文件 : China_mobile 所有用户配置文件 : lhrxxt-7 所有用户配置文件 : lhraxxtybz 所有用户配置文件 : 99inn 所有用户配置文件 : Guest_5GHz 所有用户配置文件 : GreenTree 所有用户配置文件 : JinZhouJiuDian 所有用户配置文件 : WX7Daysinn213 所有用户配置文件 : xinxingjiudian 所有用户配置文件 : TP-LINK_5G_F267 |
英文示例:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | C:\Users\geekflare>netsh wlan show profiles Micromax key=clear Profile Micromax on interface Wi-Fi: ======================================================================= Applied: All User Profile Profile information ------------------- Version : 1 Type : Wireless LAN Name : Micromax Control options : Connection mode : Connect manually Network broadcast : Connect only if this network is broadcasting AutoSwitch : Do not switch to other networks MAC Randomization : Disabled Connectivity settings --------------------- Number of SSIDs : 1 SSID name : "Micromax" Network type : Infrastructure Radio type : [ Any Radio Type ] Vendor extension : Not present Security settings ----------------- Authentication : WPA2-Personal Cipher : CCMP Authentication : WPA2-Personal Cipher : GCMP Security key : Present Key Content : 00000CD53 Cost settings ------------- Cost : Unrestricted Congested : No Approaching Data Limit : No Over Data Limit : No Roaming : No Cost Source : Default |
在安全设置详情中,可以看到我提供的接口的密码(Key Content
)。
这就是您可以使用 Windows 中的命令提示符轻松找到任何界面的 Wi-Fi 密码的方法。
图形获取WIFI密码
“控制面板\网络和 Internet\网络连接”