1. 程式人生 > >win10 同步批處理禁用和啟用網絡卡

win10 同步批處理禁用和啟用網絡卡

 

 

@ echo off
echo 正在啟用超級管理員許可權... 

%1 %2

ver|find "5.">nul&&goto :st

mshta vbscript:createobject("shell.application").shellexecute("%~s0","goto :st","","runas",1)(window.close)&goto :eof


:st

copy "%~0" "%windir%\system32\"

echo 啟用超級管理員許可權成功 

netsh interface set interface "乙太網" disabled
netsh interface set interface "乙太網" enabled