Privacy and Security Enable or Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop in Windows 11

  • Thread starter Thread starter Brink
  • Start date Published: Start date Updated Updated:
  • Tags Tags
    uac

UAC_banner.webp

This tutorial will show you how to enable or disable requiring users to press Ctrl+Alt+Delete when prompted by User Account Control (UAC) to approve or enter credentials on the dimmed Secure Desktop.

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 Require Trusted Path for Credential Entry policy is a security setting in Windows that mandates users to enter their credentials using a trusted path. This is designed to prevent malicious software, such as Trojan horses, from capturing user credentials. When this policy is enabled, users must enter their credentials on the Secure Desktop, which is a special mode that isolates the credential entry process from other running applications.

When the Require Trusted Path for Credential Entry policy is enabled users must click/tap on OK for the authentic Windows sign-in screen (dimmed Secure Desktop) and then press Ctrl+Alt+Delete to approve or enter credentials when prompted by User Account Control (UAC).

References:

You must be signed in as an administrator to enable or disable User Account Control (UAC) prompts to show on the Secure Desktop after pressing Ctrl+Alt+Delete.




Contents

  • Option One: Enable or Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop in Local Group Policy Editor
  • Option Two: Enable or Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop using REG file


EXAMPLE: Enable requiring Ctrl+Alt+Delete for UAC prompt on Secure Desktop

Ctrl+Alt+Del_UAC-1.webp
Ctrl+Alt+Del_UAC-2.webp





Option One

Enable or Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop in Local Group Policy Editor


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

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


1 Open the Local Group Policy Editor (gpedit.msc).

2 Navigate to the policy location below in the left pane of the Local Group Policy Editor. (see screenshot below step 3)

Computer Configuration > Administrative Templates > Windows Components > Credential User Interface​

3 In the right pane of Credential User Interface in the Local Group Policy Editor, double click/tap on the Require trusted path for credential entry policy to edit it. (see screenshot below)

Ctrl+Alt+Del_UAC_gpedit-1.webp

4 Do step 5 (enable) or step 6 (disable) below for what you want.

5 Enable UAC Prompt on Ctrl+Alt+Delete Secure Desktop

A) Select (dot) Enabled. (see screenshot below)​

B) Click/tap on OK, and go to step 7 below.​

Ctrl+Alt+Del_UAC_gpedit-3.webp

6 Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop

This is the default setting.


A) Select (dot) Not Configured. (see screenshot below)​

B) Click/tap on OK, and go to step 7 below.​

Ctrl+Alt+Del_UAC_gpedit-2.webp

7 You can now close the Local Group Policy Editor if you like.




Option Two

Enable or Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop using REG file


1 Do step 2 (enable) or step 3 (disable) below for what you want.

2 Enable UAC Prompt on Ctrl+Alt+Delete Secure Desktop

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

Enable_UAC_prompt_on_Ctrl+Alt+Del_Secure_Desktop.reg​


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\CredUI]
"EnableSecureCredentialPrompting"=-

3 Disable UAC Prompt on Ctrl+Alt+Delete Secure Desktop

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_on_Ctrl+Alt+Del_Secure_Desktop.reg​


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

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\CredUI]
"EnableSecureCredentialPrompting"=dword:00000001

4 Save the .reg file to your desktop.

5 If you have Smart App Control turned on, you will need to unblock the downloaded REG file.

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

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

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


That's it,
Shawn Brink


 

Attachments

Last edited:
I have looked at this, and can't see that anyone would want it. It's certainly very irritating.

The third reference about the policy from Raymond Chen mentions a talk by Aaron Margosis. That is worth reading. The link is broken, but searching for 'Aaron Margosis Unintended Consequences of Security Lockdowns' should find a copy on some video sharing website.

One other note, if you make this policy setting it hides the "Run as User" context menu. This happens because there's a SuppressionPolicyEx value in each runasuser key in HKCR (under batfile, exefile, cmdfile, mscfile, Msi.Package) It's set to {F211AA05-D4DF-4370-A2A0-9F19C09756A7} which is the GUID for POLID_EnableSecureCredentialPrompting. This is documented How to Suppress and Control Verb Visibility - Win32 apps, but the POLIDs and GUIDs aren't. I have figured out how to generate the list if anyone wants it.
 

My Computers My Computers

  • At a glance

    Windows 11 25H2 Pro Build 26200i3-1215U8GB
    OS
    Windows 11 25H2 Pro Build 26200
    Computer type
    PC/Desktop
    Manufacturer/Model
    MSI PRO ADL-U Cubi 5 (MS-B0A8)
    CPU
    i3-1215U
    Memory
    8GB
    Monitor(s) Displays
    Sony 43" 4k TV
    Screen Resolution
    3840x2160
    Hard Drives
    250GB NVMe M.2 PCIe Gen 3 SSD
    PSU
    External 65W
    Case
    Mini PC
    Browser
    FireFox
    Antivirus
    MS
  • At a glance

    Windows 11 Pro 25H2Intel i3-910016GB DDR4
    Operating System
    Windows 11 Pro 25H2
    Computer type
    PC/Desktop
    Manufacturer/Model
    Dell Optiplex 3070 SFF
    CPU
    Intel i3-9100
    Memory
    16GB DDR4
    Monitor(s) Displays
    Dell S2721
    Screen Resolution
    3840 x 2160
    Hard Drives
    Samsung 500GB nvMe
    Case
    Dell small form factor
    Keyboard
    Cherry mechanical (Blue)
    Mouse
    Microsoft
    Antivirus
    MS Defender

Latest Support Threads

Back
Top Bottom