Problem

Need to really drop UAC in Windows 10 to install big boy security software such as Check Point Endpoint with FDE.

Cause

In Windows 10 the UAC slider does not actually disable all the protections. Sometimes you have to go deeper.

Solution

Here is how you go deeper

  1. Open regedit
  2. Navigate to HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. Double click the key labeled EnableLUA
  4. Change the value to 0
  5. Reboot

Make sure you don’t leave it in this state. Do what you need to do, then slide that UAC slider all the way up on your way out.

Helper Script