An IT administrator is configuring Windows 11 Pro workstations located in a computer lab to prevent standard user accounts from generating credential prompts or asking for administrative credentials when running setup programs. The objective is to automatically reject elevation requests from standard users without user intervention. Which User Account Control (UAC) security option in Local Security Policy should be configured to meet this requirement?
- User Account Control: Behavior of the elevation prompt for standard users set to Automatically deny elevation requestsAnswer
- BUser Account Control: Switch to the secure desktop when prompting for elevation set to Disabled
- CUser Account Control: Run all administrators in Admin Approval Mode set to Disabled
- DUser Account Control: Only elevate executable files that are signed and validated set to Enabled
Answer
Configure 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' in Local Security Policy (secpol.msc).
Setting 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests' prevents Windows from displaying an administrative credential prompt to non-admin users, immediately returning an access denied message whenever privilege elevation is requested.
Step-by-Step Solution
Key Concept
User Account Control (UAC) Local Security Policy Settings
Estimated Time:1m 15s