admin管理员组

文章数量:1529448

以下操作均在cmd中操作,如果不知道cmd是什么,请自行百度

1.查看profile列表

netsh wlan show profiles

2.选择其中一个用户配置文件,导出作为模板

netsh wlan export profile name=“602” key=clear folder="C:”

folder(C:)下WLAN-*.xml即为导出的模板

3.修改模板中的ssid和password,另存为新的profile

ssid对应xml中的name,有两处需要修改

password对应xml中的keyMaterial

同时需要修改hex为ssid对应的16进制数字,可以用文末给出的网址

修改完,并另存为新的xml(我的是WLAN-CMSS-US4C.xml),保存在同一文件夹下

4.导入profile

netsh wlan add profile filename="C:\WLAN-CMSS-US4C.xml”

5.查看profile列表,验证是否添加成功

netsh wlan show profiles

里面多出的CMCC-US4C即为添加的profile

6.最后,见证奇迹的时刻来了

netsh wlan connect name="CMCC-US4C”

可以看到,WiFi已经连接成功!!!

看到这了,如果对您有帮助的话,求老板打赏:),

或者三连支持一下(点赞+收藏+评论),也是对我莫大的鼓励

字符串转16进制网站

http://tool.huixiang360/str/hex.php

本文标签: 网卡解决方案天选wifi