I have a Windows10 Enterprise machine on which I want to disable UAC completely in order to execute all applications as Administrator per default.
However, my UAC settings keep resetting every time after a reboot.
I tried the following solutions:
- Setting the following values in the registry hive
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System:EnableLUAto0ConsentPromptBehaviorAdminto0
- I even made myself the effective owner of the registry hive above and denied every other user (incl.
SYSTEM) to modify it. - Setting the following group policies:
Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Behavior of the elevation prompt for adminsitrators in Admin Approval ModetoElevate without promtingComputer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Run all administrators in Admin Approval ModetoDisabled- There is an other setting somewhere around
Computer Configuration\Administrative Templates\System\ ???which disables the automatic overriding of Group Policy Settings.
- Reinstalling a fresh copy of Windows10
- Writing a script in C# executed on every boot which sets all these settings for me - it did not work as not even Admin Privileges apparently are high enough to change these settings...
None of the above solutions --including the Windows re-installation-- helped resolving the problem.
I am aware that Windows10 has trouble running the WindowsStore and MSEdge etc. when one has UAC completely disabled - but I do not care as I do not use any of these "features".
Does anyone have a solution which I have maybe not yet tried?
As a developer, this drives me completely nuts.
Edit:
Completely disable UAC in Windows 10 is not a duplicate of my question, as I have tested all the proposed solutions in the linked question and they did not work for me (as specified above).
PromptOnSecureDesktopalready set to0on my machine (You couldn't know that, I did not mention it). However, the 3rd line does not make sense to me, as I need to disable UAC prompt, and not enable it. SettingEnableLUAto1does enable UAC-prompting according to MS Specifications and to my experience. – unknown6656 Jul 07 '18 at 18:16Possible duplicatedon't work, it would be much more appropriate to comment within that question accordingly and initiate a bounty to emphasize that new/updated solutions are needed. However, it sounds like you haven't actually tried the solution that Biswapriyo posted. As I said earlier, you may need a combination of settings. – Run5k Jul 07 '18 at 18:31Start a bountyon the other question and explain why. – Run5k Jul 24 '18 at 12:25