A security administrator is hardening corporate Windows 11 Pro workstations against potential malware threats. Company security policy mandates that User Account Control (UAC) must strictly enforce Public Key Infrastructure (PKI) validation, automatically denying elevation requests for any executable file or setup installer that lacks a verified, trusted digital signature. Which policy setting under Local Security Policy (secpol.msc) directly achieves this requirement?
- User Account Control: Only elevate executables that are signed and validatedCevap
- BUser Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode
- CUser Account Control: Detect application installations and prompt for elevation
- DUser Account Control: Allow UIAccess applications to prompt for elevation without using the secure desktop
Cevap
User Account Control: Only elevate executables that are signed and validated
The policy setting 'User Account Control: Only elevate executables that are signed and validated' enforces Public Key Infrastructure (PKI) signature checks. When enabled, Windows verifies the digital signature and certificate path of any executable file requesting administrative privileges, denying elevation if the signature is missing or untrusted.
Adım Adım Çözüm
Anahtar Kavram
Enforcing PKI Digital Signature Validation for UAC Elevation via Local Security Policy