A security administrator is hardening standalone Windows 11 Professional workstations deployed in a public testing center. To adhere to compliance guidelines, standard user accounts must be strictly prohibited from triggering administrator credential prompts upon attempting elevated tasks, and any executable requesting administrative privileges must be verified against a valid digital signature infrastructure before elevation is permitted. Which TWO settings in Local Security Policy (secpol.msc) under Security Options should the administrator configure to meet these requirements? (Select TWO.)
- Set 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests'Answer
- Set 'User Account Control: Only elevate executables that are signed and validated' to 'Enabled'Answer
- CModify explicit NTFS permissions on administrative folders to override local security group privileges for standard accounts
- DOpen the Credential Manager applet in Control Panel and clear saved administrative tokens for standard user profiles
- EUse the Event Viewer administrative tool to create an automated task filter that blocks unauthorized installation requests
Answer
The administrator must set 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' and set 'User Account Control: Only elevate executables that are signed and validated' to 'Enabled'.
Configuring 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' suppresses administrator credential prompts for non-admin accounts and rejects the operation. Additionally, enabling 'User Account Control: Only elevate executables that are signed and validated' mandates that any executable requesting administrative privileges must pass PKI cryptographic signature checks prior to execution.
Step-by-Step Solution
Key Concept
Local Security Policy UAC Security Options