开启有线网卡 关闭无线网卡
内网.bat
@echo off
%1 %2
ver|find "5.">nul&&goto :Admin
mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
:admin
chcp 65001
netsh interface set interface "WLAN" disabled
netsh interface set interface "以太网" enabled
:eof
关闭有线网卡 开启无线网卡
外网.bat
@echo off
%1 %2
ver|find "5.">nul&&goto :Admin
mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :Admin","","runas",1)(window.close)&goto :eof
:admin
chcp 65001
netsh interface set interface "以太网" disabled
netsh interface set interface "WLAN" enabled
:eof
搜索
复制
为人:谦逊、激情、博学、审问、慎思、明辨、 笃行
学问:纸上得来终觉浅,绝知此事要躬行
为事:工欲善其事,必先利其器。
态度:道阻且长,行则将至;行而不辍,未来可期
转载请标注出处!