@ 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
