问题
很多时候我们电脑连上wifi之后就把密码忘记了,这个时候如果同事问自己密码是多少,如果作为程序员说不知道是不是感觉有点不好意思,哈哈……
解决
我使用的是windows电脑,就以windows为例说明下自己是如何查看的。
- 打开windows命令行。按下
windows + r
快捷键,然后输入cmd
回车就打开了 - 命令行输入
netsh wlan show profiles
可以看到电脑已经配置了wifi。效果如下
C:Usersusername>netsh wlan show profiles
Profiles on interface WLAN:
Group policy profiles (read only)
---------------------------------
None>
User profiles
-------------
All User Profile : test-5G
- 然后输入
netsh wlan show profiles name="profileName" key=clear
就可以看到密码了。效果如下。Security settings中的Key Cont服务器托管网ent后面的内容就是密码
C:Usersusername>netsh wlan show profiles name="test-5G" key=clear
Profile gc on interface WLAN:
=======================================================================
Applied: All User Profile
Profile information
-------------------
Version : 1
Type : Wireless LAN
Name : gc
Cont服务器托管网rol options :
Connection mode : Connect automatically
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 : "test-5G"
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 : aa123456
Cost settings
-------------
Cost : Unrestricted
Congested : No
Approaching Data Limit : No
Over Data Limit : No
Roaming : No
Cost Source : Default
服务器托管,北京服务器托管,服务器租用 http://www.fwqtg.net
国产数据库圈,为啥那么多水货?” 服务器托管 背景 在 SLS 中,用户可以通过 SQL 对日志数据(结构化、半结构化、无结构化)进行查询和分析。随着用户对 SQL 使用程度的不断加深,越来越多的用户希望了解自己使用 SQL 分析时的服务反馈(如请求量、成功率…