在文件的开头,增加以下代码即可:
net session >nul 2>&1
if not "%errorLevel%" == "0" (
echo Oops: This tools must run with administrator permissions!
echo it will popup the UAC dialog, please click [Yes] to continue.
echo Set UAC = CreateObject^("Shell.Application"^) > "%temp%\getadmin.vbs"
echo UAC.ShellExecute "%~s0", "%*", "", "runas", 1 >> "%temp%\getadmin.vbs"
"%temp%\getadmin.vbs"
exit /b 2
)
版权属于:wshon
本文链接:https://blog.wshon.com/2018/11/cmd_uac.html
转载时须注明出处及本声明
最新回复