摘要: @echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' NEQ '0' ( goto UACPrompt ) else ( goto gotAdmin ) :UACPrompt echo Set UAC = CreateObject^... 阅读全文
posted @ 2019-03-04 16:52 江湖萤火虫 阅读(2425) 评论(0) 推荐(0) 编辑