A system administrator is hardening domain-joined Windows 11 Pro workstations to adhere to a strict corporate security baseline. Under this baseline, standard domain users must be completely prevented from initiating elevation attempts—if an unprivileged account triggers a process requiring administrative credentials, the operating system must immediately reject the request without presenting a credential prompt. Furthermore, administrators logged in under Admin Approval Mode must explicitly re-enter their domain credentials on the Secure Desktop whenever an application requests elevated privileges. Which combination of Local Security Policy (secpol.msc) settings under User Account Control will correctly enforce this baseline?
- Configure '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'.Cevap
- BOpen the User Accounts applet in Control Panel, click 'Change User Account Control settings', and move the UAC slider to 'Never notify'.
- CModify local C:\Windows\System32 NTFS permissions to deny Execute privileges to the Standard Users group while granting Full Control to the Administrators group.
- DDowngrade the workstations to Windows 11 Home, which natively forces automatic elevation denial for standard accounts while prompting administrators for credentials.
Cevap
Configure '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'.
In Windows Local Security Policy (secpol.msc), administrators can independently configure UAC prompt behaviors. Setting 'Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' immediately returns an access denied message without showing a credential prompt. Setting 'Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop' ensures that administrators must re-enter credentials on a dimmed, isolated desktop environment protected against spoofing.
Adım Adım Çözüm
Anahtar Kavram
Windows Local Security Policy User Account Control Settings