220-802 · Question #17
A user has installed a legacy application in Windows 7 and reports that only some of the functionality in it is operational. Another user is using the same application on a different Windows 7…
The correct answer is B. User Account Control. User Account Control (UAC) enforces permission levels per user, so different UAC settings between two users on separate machines can cause a legacy application to behave differently.
Question
A user has installed a legacy application in Windows 7 and reports that only some of the functionality in it is operational. Another user is using the same application on a different Windows 7 machine and doesn't report those problems. Which of the following features in Windows 7 may be responsible for this problem?
Options
- ASystem Protection settings
- BUser Account Control
- CAction Center
- DData Execution Prevention
How the community answered
(44 responses)- A7% (3)
- B77% (34)
- C14% (6)
- D2% (1)
Why each option
User Account Control (UAC) enforces permission levels per user, so different UAC settings between two users on separate machines can cause a legacy application to behave differently.
System Protection manages restore points and shadow copies and does not directly restrict application functionality.
UAC restricts what applications can do without elevated privileges. A legacy application may require administrative rights for certain features. If one user's UAC settings are more restrictive or the user lacks elevated permissions, only the parts of the app not requiring admin access will function, while other features are silently blocked.
Action Center consolidates security and maintenance alerts but does not enforce permission policies that would block application features.
Data Execution Prevention (DEP) blocks code from running in non-executable memory regions to prevent exploits, but it would typically crash the application entirely rather than leave only some functionality operational.
Concept tested: User Account Control impact on legacy application behavior
Source: https://learn.microsoft.com/en-us/windows/security/application-security/application-control/user-account-control/how-it-works
Topics
Community Discussion
No community discussion yet for this question.