Windows命令行更改UAC

# 管理员运行cmd,输入以下命令
C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 0 /f
# 参数0为关闭,1为恢复默认
posted @ 2020-07-17 16:45  konjakuc  阅读(831)  评论(0)    收藏  举报