Sunday 3 August 2014

Disable UAC on Windows 2012 R2

cmd-> (Regedit)

You have the option to turn off UAC via registry by changing the DWORD “EnableLUA” from 1 to 0 in “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system”.
(or)

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system /v EnableLUA /t REG_DWORD  /d 0 /f

You will get a notification that a reboot is required. After the reboot, UAC is disabled.

https://community.dynamics.com/ax/b/yetanotherdynamicsaxblog/archive/2014/01/09/disable-uac-on-windows-2012-r2.aspx
http://www.mahmoudthoughts.com/2013/12/disable-user-account-control-in-windows.html

No comments:

Post a Comment