Patrick99
(Fresh Scripter)
2018-08-29 10:50 AM
domain user need to change HKLM enableLUA

Can anyone help me how to change the registry key EnableLUA to change from 1 to 0 from HKLM registry when logged in as a normal domain user, this with a script without getting popup from User Account Control asking me to allow to make change to your system?

thanks


AllenAdministrator
(KiX Supporter)
2018-08-29 07:43 PM
Re: domain user need to change HKLM enableLUA

I don't suggest changing this setting. From experience, every version of Windows since this was introduced has gotten more and more reliant on that setting remaining on. I think starting with Win10, you couldn't run Edge, the calculator, or ANY other App (ie Store Apps).

However, If you have access to the GPOs, this setting could be changed by creating a registry setting and deploying it that way. Running an admin script would also allow you to do it as well. If users are admins of their pc I have also had luck bypassing the UAC by using elevate.exe. (Do a search on the board for it as we have discussed it in the past)


NTDOCAdministrator
(KiX Master)
2018-09-05 12:37 AM
Re: domain user need to change HKLM enableLUA

If it resides in HKLM you as an Admin should be able to modify the registry remotely as well without any alert or issue