A system administrator is configuring security baselines on standalone Windows 11 Pro workstations located in a shared laboratory environment. To enforce strict access controls and prevent standard domain users from triggering administrative privilege requests or running unauthorized installers, the administrator opens the Local Security Policy snap-in (secpol.msc). Which TWO User Account Control (UAC) policy settings should the administrator configure under Security Options? Select TWO.
- Set 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests'Answer
- Set 'User Account Control: Detect application installations and prompt for elevation' to 'Enabled'Answer
- CConfigure Share Permissions on the C:\Windows folder to Deny Write access to the Users group
- DUse Computer Management (compmgmt.msc) under Task Scheduler to automatically terminate unassigned processes
Answer
The administrator should configure 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' and set 'User Account Control: Detect application installations and prompt for elevation' to 'Enabled'.
Configuring 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' prevents standard users from receiving credential prompts during elevation attempts. Setting 'User Account Control: Detect application installations and prompt for elevation' to 'Enabled' ensures software installation routines trigger UAC evaluation.
Step-by-Step Solution
Key Concept
Windows User Account Control (UAC) Security Options in Local Security Policy (secpol.msc)