直接以管理员身份运行bat代码

直接以管理员身份运行bat代码

``` @echo off

nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( goto UACPrompt