Disable UAC (User Account Control) in Windows

C:\Windows\System32\UserAccountControlSettings.exe

Powershell

Set-ItemProperty -Path registry::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System -Name EnableLUA -Value 0 

 

Leave a Reply

You must be logged in to post a comment.