Monday, July 28, 2014

Disable UAC in Windows 8

Run the following command in Windows PowerShell
Set-ItemProperty -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" -Name "EnableLUA" -Value "0"

OR

Change the following registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System, Set 0 for EnableLUA Value Name

No comments: