rem 适用于Win2003
rem 把Win2003的ifmon.dll拷贝到WinXP以后WinXP也可以用
rem 禁用网卡
netsh interface set interface name="无线网络连接" admin=DISABLED
rem 启用网卡
netsh interface set interface name="无线网络连接" admin=ENABLED
复制代码 保存为1.bat
设置计划任务为5分钟启动一次,启动参数为静默启动
转载请注明原文地址: https://win8.8miu.com/read-5206.html