A security administrator must harden standalone Windows 11 Pro workstations in a financial audit unit. Company compliance mandates two specific User Account Control (UAC) security controls: standard user accounts must be completely blocked from receiving elevation credential prompts (automatically denying elevation attempts), and administrative accounts operating in Admin Approval Mode must be forced to re-enter their administrative passwords on an isolated screen during any privilege elevation attempt rather than clicking a simple consent prompt. Which TWO configuration settings in Local Security Policy (secpol.msc) under Security Options must the administrator implement to satisfy these mandates?
- Set "User Account Control: Behavior of the elevation prompt for standard users" to "Automatically deny elevation requests"Cevap
- Set "User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode" to "Prompt for credentials on the secure desktop"Cevap
- CSet "User Account Control: Switch to the secure desktop when prompting for elevation" to "Disabled"
- DModify Local NTFS Permissions on the System32 directory to deny Read & Execute access to standard users
Cevap
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: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop'.
To satisfy both compliance mandates, the administrator must configure two specific Local Security Policy (`secpol.msc`) options under `Local Policies -> Security Options`. Setting 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' prevents non-admin accounts from seeing or using credential prompts. Setting 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop' forces administrators to explicitly type password credentials on an isolated screen during elevation requests.
Adım Adım Çözüm
Anahtar Kavram
Windows Local Security Policy UAC Privilege Elevation Controls