Change UAC Admin Prompt Behavior in Registry

This article explains how to configure User Account Control (UAC) prompt behavior for administrator accounts using the Windows Registry. It identifies the specific registry path, the exact DWORD value responsible for managing these elevation prompts, and the complete list of numeric options available to customize how administrative elevation requests are handled.

The Specific Registry Value

The UAC prompt behavior for administrators is controlled by the ConsentPromptBehaviorAdmin DWORD value located in the following registry path:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

Available Value Settings

To change the behavior, edit the ConsentPromptBehaviorAdmin value using one of the following numeric data inputs:

How to Modify the Setting

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System
  3. Locate and double-click ConsentPromptBehaviorAdmin in the right-hand pane.
  4. Set the Base to Hexadecimal or Decimal, enter your desired number (0 through 5), and click OK.
  5. Restart your computer or sign out for the changes to take full effect.