无线网络连接 配置文件备份

2026-02-16 03:44:05

1、新建TXT,复制以下代码,保存为1.bat

2、导出全部配置

netsh   wlan   export     profile %hcy%  key=clear   >导出报告.txt

3、导入配置

netsh wlan add profile filename=21.xml interface=无线网络连接 >1.txt

netsh wlan connect  name=888 ssid=888 interface=无线网络连接 >>1.txt

猜你喜欢