Accounts Enable or Disable UAC for Built-in Administrator in Windows 11


  • Staff
UAC_banner.png

This tutorial will show you how to enable or disable User Account Control (UAC) for the built-in Administrator account in Windows 10 and Windows 11.

Windows includes a hidden built-in Administrator account that serves as the local system administrator with elevated rights by default without needing Run as administrator or UAC (User Account Control) for elevation approval.

When User Account Control (UAC) is enabled, Windows prompts for consent or prompts for credentials of a valid local administrator account before starting a program or task that requires a full administrator access token. The UAC prompt mitigates malicious software running under elevated credentials without the user or administrator being aware of its activity.

The User Account Control: Admin Approval Mode for the Built-in Administrator account policy setting determines the behavior of Admin Approval Mode for the built-in administrator account. When the Admin Approval Mode is enabled, the local administrator account functions like a standard user account, but it has the ability to elevate privileges without logging on by using a different account. In this mode, any operation that requires elevation of privilege displays a prompt that allows the administrator to permit or deny the elevation of privilege. If Admin Approval Mode isn't enabled, the built-in Administrator account runs all applications by default with full administrative privileges. By default, Admin Approval Mode is set to Disabled.

Reference:


You must be signed in as an administrator to enable or disable User Account Control (UAC) for the built-in Administrator account.



Contents

  • Option One: Enable or Disable UAC for Built-in Administrator in Local Security Policy
  • Option Two: Enable or Disable UAC for Built-in Administrator using REG file


EXAMPLE: User Account Control (UAC) prompt

UAC_prompt_for_administrator.png





Option One

Enable or Disable UAC for Built-in Administrator in Local Security Policy


Local Security Policy is only available in the Windows 10/11 Pro, Enterprise, and Education editions.

All editions can use Option Two to change the same policy.


1 Open Local Security Policy (secpol.msc).

2 Perform the following actions: (see screenshot below)
  1. Expand open the Local Policies folder in the left pane.
  2. Click/tap on the Security Options subfolder in the left pane.
  3. Double click/tap on the User Account Control: Admin Approval Mode for the Built-in Administrator account policy in the right pane.
UAC_prompt_for_administrator_secpol-1.png

3 In the Local Security Setting tab, select (dot) Enabled or Disabled (default) for what you want, and click/tap on OK. (see screenshot below)

UAC_prompt_for_administrator_secpol-2.png

4 You can now close Local Security Policy if you like.




Option Two

Enable or Disable UAC for Built-in Administrator using REG file


1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.

2 Enable UAC for Built-in Administrator

A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Enable_UAC_prompt_for_Built-in_Administrator_account.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"FilterAdministratorToken"=dword:00000001

3 Disable UAC for Built-in Administrator

This is the default setting.


A) Click/tap on the Download button below to download the file below, and go to step 4 below.​

Disable_UAC_prompt_for_Built-in_Administrator_account.reg


(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"FilterAdministratorToken"=-

4 Save the .reg file to your desktop.

5 Double click/tap on the downloaded .reg file to merge it.

6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.

7 You can now delete the downloaded .reg file if you like.


That's it,
Shawn Brink


 

Attachments

  • UAC.png
    UAC.png
    7.9 KB · Views: 77
  • Disable_UAC_prompt_for_Built-in_Administrator_account.reg
    652 bytes · Views: 160
  • Enable_UAC_prompt_for_Built-in_Administrator_account.reg
    678 bytes · Views: 146
Last edited:

Latest Support Threads

Back
Top Bottom