How to disable secure desktop during User Account Control prompt on Windows 10

On Windows 10, the User Account Control (UAC) feature works as an additional security layer to prevent malicious code from running undetected on your device. If the feature is enabled (by default it is), when an app requires administrator access, Windows 10 will display an elevation prompt requesting the user to approve or deny the action.

Depending on your settings, you probably noticed that when an app requires elevation, the user desktop dims to display the UAC prompt, and then you're temporarily blocked from the desktop until an administrator allows or denies the request, which is a mechanism that Microsoft calls "secure desktop."

If you're noticing that dimming is taking a significant amount of time, or you prefer to retain an interactive desktop, you can disable the dimmed secure desktop using the User Account Control settings, Local Group Policy Editor, or Registry.

In this Windows 10 guide, we'll walk you through the steps to allow access to the desktop and any of the applications you may be running during a User Account Control prompt.

How to disable secure desktop for UAC using Control Panel

If you want to be able to interact with the desktop when you get a User Account Control prompt, you can use the following steps:

  1. Open Start.
  2. Click on System and Security.
  3. Click the Change User Account Control settings option.

  1. Adjust the slider to the third position: Notify me only when apps try to make changes to my computer (do not dim my desktop).

  1. Click OK.

After completing the steps, you'll continue to get an elevation prompt request when apps try to make changes to your device, but you'll still be able to interact with the desktop.

You can always reverse the setting by restoring the slider to its previous position.

How to disable secure desktop for UAC using Group Policy

Alternatively, if you're running Windows 10 Pro, you can use the Local Group Policy Editor to disable the dimmed secure desktop behavior using these steps:

  1. Use the Windows key + R keyboard shortcut to open the Run command.
  2. Type gpedit.msc and click OK to open the Local Group Policy Editor.
  3. Browse the following path:Computer Configuration > Windows Settings > Security Settings > Security Options
  4. On the right side, double-click the User Account Control: Switch to the secure desktop when prompting for elevation policy.

  1. Select the Disabled option.

  1. Click Apply
  2. Click OK.

Once you've completed the steps, when you get a User Account Control prompt, you'll still be able to access the desktop and other apps.

If you want to revert the changes, you can use the same instructions, but on step No. 5, make sure to select the Enabled option.

How to disable secure desktop for UAC using Registry

In the case you're running Windows 10 Home, you won't have access to the Local Group Policy Editor, but you can still disable the dimmed secure desktop behavior on Windows 10 by modifying the Registry.

Warning: This is a friendly reminder that editing the Registry is risky, and it can cause irreversible damage to your installation if you don't do it correctly. It's recommended to make a full backup of your PC before proceeding.

  1. Use the Windows key + R keyboard shortcut to open the Run command.
  2. Type regedit, and click OK to open the Registry.
  3. Browse the following path:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\SystemQuick Tip: On Windows 10, you can now copy and paste the path in the Registry's address bar to quickly jump to the key destination.
  4. Right-click the System (folder) key, select New, and click on Key.

  1. Name the key PromptOnSecureDesktop and press Enter.
  2. Double-click the newly created DWORD and make sure the value is set to 0.

  1. Click OK.

After completing the steps, when trying to run a command, executable, or change settings that requires elevation, you'll get the prompt, but you'll still be able to interact with the desktop.

If you want to go back to the previous settings, you can use the same instructions, but on step No. 6, make sure that the value for PromptOnSecureDesktop is set to 1.

We're focusing this guide on Windows 10, but you can also refer to these instructions to stop the User Account Control experience from dimming your desktop when you get an elevation prompt in Windows 8.1 and Windows 7.

More Windows 10 resources

For more helpful articles, coverage, and answers to common questions about Windows 10, visit the following resources:

Mauro Huculak

Mauro Huculak is technical writer for WindowsCentral.com. His primary focus is to write comprehensive how-tos to help users get the most out of Windows 10 and its many related technologies. He has an IT background with professional certifications from Microsoft, Cisco, and CompTIA, and he's a recognized member of the Microsoft MVP community.