备份&添加无线网络配置时间:2023-03-10 08:00:03 netsh wlan export profile key=clear folder=c:\ #备份 (ls c:\*.xml).FullName|%{netsh wlan add profile filename="$_" interface="WLAN" user=current} #还原配置