A tier-2 helpdesk technician is providing remote assistance to a user on a Windows 11 Enterprise workstation. Whenever an administrative command or application requiring privilege elevation is launched during the remote session, the technician's remote screen goes completely black, and control is temporarily lost until the local user interacts with the prompt. Corporate policy requires that User Account Control (UAC) remain active and continue prompting for elevation. Which Local Security Policy setting should the technician modify on the target workstation to allow remote management tools to display and interact with elevation prompts without turning off UAC?
- Disable the 'User Account Control: Switch to the secure desktop when prompting for elevation' policy setting.Answer
- BChange the 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' policy setting to 'Elevate without prompting'.
- CGrant the standard user account Full Control NTFS permissions on C:\Windows\System32.
- DOpen User Accounts in Control Panel and adjust the User Account Control slider to 'Never notify'.
Answer
Disable the 'User Account Control: Switch to the secure desktop when prompting for elevation' policy setting.
When UAC triggers an elevation prompt, Windows switches to the Secure Desktop by default to prevent malicious applications from intercepting user credentials. Because standard user-mode remote control software cannot capture the Secure Desktop, the remote session displays a black screen. Disabling the policy setting 'User Account Control: Switch to the secure desktop when prompting for elevation' via secpol.msc forces UAC prompts to appear on the standard user desktop, allowing remote support agents to view and handle prompts while maintaining active UAC elevation rules.
Step-by-Step Solution
Key Concept
Windows UAC Secure Desktop vs Interactive Desktop Isolation in Remote Administration