@echo off
netsh interface show interface "以太网" | find "管理状态: 已启用" >nul && (
echo connected - disconnecting...
netsh interface set interface "以太网" disabled
netsh interface set interface "WLAN" enable
echo 当前为WLAN
) || (
win10以太网和WLAN快速切换脚本
最新推荐文章于 2026-03-17 01:49:51 发布


2444

被折叠的 条评论
为什么被折叠?



