You are on page 1of 1

Turorial para desactivar o activar el control de cuentas de usuario en Windows 10.

How to disable/enable UAC in Windows 10.

Command Line to disable:


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

Command Line to enable:


C:\Windows\System32\cmd.exe /k %windir%\System32\reg.exe ADD
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t
REG_DWORD /d 1 /f

You might also like