A desktop technician is troubleshooting a legacy 32-bit line-of-business application on a Windows 11 Pro workstation. When a standard user runs the application, configuration changes are saved without issue. However, when an administrative user logs in and opens the application normally (without selecting 'Run as administrator'), the application fails to save changes and throws a permission denied error. An inspection reveals that the application attempts to write settings to C:\Program Files (x86)\LegacyApp\config.ini, where NTFS permissions grant Write access exclusively to the local Administrators group. Which of the following best explains why the application saves configuration changes for the standard user but fails for the administrator?
- User Account Control file virtualization redirects writes to a user-specific VirtualStore directory for standard user tokens, but UAC virtualization is disabled for accounts belonging to the Administrators group.Answer
- BStandard user tokens dynamically inherit share permissions over local file directories when running legacy software, overriding local NTFS access control lists.
- CLaunching legacy applications from standard user accounts automatically triggers silent background elevation via the Windows Local Security Policy snap-in.
- DWindows 11 automatically forces standard user accounts to execute 32-bit executables in compatibility mode, which bypasses kernel-level security descriptors.