@echo off
:: 将以下命令转换为管理员权限运行
powershell.exe -Command "Start-Process cmd.exe -ArgumentList '/c reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System" /v EnableLUA /t REG_DWORD /d 0 /f' -Verb RunAs"