xzlive

 

 

@ 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

  

分类:

技术点:

相关文章:

  • 2021-08-21
  • 2022-12-23
  • 2021-08-23
  • 2021-12-20
  • 2022-12-23
  • 2021-11-27
  • 2022-02-04
  • 2021-11-29
猜你喜欢
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-08-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
相关资源
相似解决方案