导出无线网络:
# 导出全部网络
netsh wlan export profile key=clear folder="C:\1\"
# 导出指定网络
netsh wlan export profile name="ChinaTelecom" key=clear folder="C:\1\"
提示:导出的网络信息都是明文,请注意妥善保管。
导入无线网络配置
netsh wlan add profile filename="C:\1\WLAN-ChinaTelecom.xml"
其他
查看已保存网络的配置(含密码)
netsh wlan show profile name="ChinaTelecom" key=clear
更多用法查询 netsh wlan 的相关参数
标签:profile,wlan,netsh,ChinaTelecom,导出,导入,无线网络 From: https://www.cnblogs.com/xtboy/p/17369029.html