A user on a Windows 11 workstation reports that a legacy line-of-business application fails to save local configuration settings unless it is launched by right-clicking the icon and choosing 'Run as administrator'. The workstation is logged into by a Standard User account. The helpdesk technician wants to enable the user to save settings within the application without granting the account local administrator rights or lowering overall system User Account Control (UAC) security settings. Which of the following actions should the technician take?
- Grant the Standard User account explicit Modify permissions on the application's file folder and registry subkeys.Answer
- BOpen User Account Control Settings from the Control Panel and adjust the slider to 'Never notify'.
- CConfigure Local Security Policy to set 'User Account Control: Behavior of the elevation prompt for standard users' to 'Automatically deny elevation requests'.
- DAdd the account to the local Administrators group and enable 'Run this program as an administrator' on the executable shortcut.
Answer
Grant the Standard User account explicit Modify permissions on the application's file folder and registry subkeys.
Granting explicit Modify permissions to the specific folder and registry keys used by the application resolves write access errors under a Standard User account without elevating the user's overall system privileges or disabling system security controls.
Step-by-Step Solution
Key Concept
Principle of Least Privilege and UAC Application Security
Estimated Time:1m 15s