Home  >  Article  >  System Tutorial  >  How to change standard user UAC behavior through registry in Win11?

How to change standard user UAC behavior through registry in Win11?

PHPz
PHPzforward
2024-02-09 22:15:321042browse

php editor Strawberry will share with you how to change the standard user UAC behavior through the registry in Win11. UAC (User Account Control) is a security feature of Windows systems that limits standard user access to system settings and sensitive operations. However, sometimes we may need to modify the default behavior of UAC to manage the system more flexibly. Through the Registry Editor, we can easily perform such operations, and this article will introduce the specific steps in detail. Let’s take a look!

Optional UAC behaviors for standard users and their meaning:

Automatically deny elevation requests: This option returns an "Access Denied" error message when a standard user attempts to perform an operation that requires elevation of privilege. Most organizations that run desktops as standard users configure this policy to reduce help desk calls.

Prompt for credentials on secure desktop: When an operation requires elevation of privilege, the user will be prompted for a different username and password on the secure desktop. If the user enters valid credentials, the operation continues with applicable permissions.

Prompt for credentials: Operations that require elevation of privilege prompt the user to type in an administrative username and password. If the user enters valid credentials, the operation continues with applicable permissions. (Windows default value)

Method steps:

1. Press the [Win item, select [Run].

How to change standard user UAC behavior through registry in Win11?

#2. In the run window, enter the [regedit] command and press [OK or Enter] to open the registry editor.

3. User Account Control window, do you want to allow this application to make changes to your device? Click [Yes].

How to change standard user UAC behavior through registry in Win11?

4. Expand the Registry Editor window to [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System].

How to change standard user UAC behavior through registry in Win11?

5. Double-click to open the DWORD (32-bit) value named [ConsentPromptBehaviorUser] and change its value to:

[0] Automatically reject promotion Request

【1】Prompt for credentials on secure desktop

【3】Prompt for credentials

How to change standard user UAC behavior through registry in Win11?

The above is the detailed content of How to change standard user UAC behavior through registry in Win11?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:xpwin7.com. If there is any infringement, please contact admin@php.cn delete