A systems administrator needs to prevent standard users from attempting privilege elevation on a standalone Windows 11 workstation by suppressing elevation prompts entirely. Arrange the steps required to configure this security restriction using the Local Security Policy management console in the correct administrative sequence.
- 1Open the Run dialog or an elevated Command Prompt and execute secpol.msc to open the Local Security Policy console.
- 2In the left navigation tree, expand the Local Policies folder and click on Security Options.
- 3Locate and open the policy entry titled 'User Account Control: Behavior of the elevation prompt for standard users'.
- 4Select 'Automatically deny elevation requests' from the dropdown menu and click OK to apply.
Answer
The correct order begins with launching the console using secpol.msc, navigating to Security Options under Local Policies, selecting the policy 'User Account Control: Behavior of the elevation prompt for standard users', and setting its value to 'Automatically deny elevation requests'.
To modify UAC elevation behavior for standard users, an administrator must first open the Local Security Policy console using secpol.msc, navigate to Local Policies > Security Options, locate 'User Account Control: Behavior of the elevation prompt for standard users', and change its setting to 'Automatically deny elevation requests'.
Step-by-Step Solution
Key Concept
Configuring UAC Standard User Elevation Behavior via Local Security Policy (secpol.msc)