The described behavior matches recent intentional changes to elevation and UAC behavior introduced by Windows updates, similar to the change where accessing Storage settings began requiring elevation after KB5074105.
From the available information:
- Changes to UAC detection logic in recent updates
KB5074105 (OS build 26200.7705) introduced a change where opening Settings → System → Storage started triggering a UAC prompt. A moderator explanation states this was an intentional configuration addition for safety concerns, not a bug. This shows that recent Windows builds are tightening elevation requirements for certain operations and entry points.
Given that KB5089549 is a security update for OS build 26200.8457, it is consistent with this pattern that UAC/elevation behavior for some executables or scenarios has been hardened. The context does not list the exact internal UAC logic changes for KB5089549 or KB5087051, but it does confirm that similar updates have intentionally changed elevation behavior.
- Conditions under which Windows adds the shield overlay
The shield overlay appears when Windows determines that launching the executable will require elevation. The Storage settings example shows that even a system settings page can be reclassified to require elevation after an update, which then causes a UAC prompt.
In practice, this overlay appears when:
- The system now treats the target as performing privileged operations that must run elevated, or
- The configuration for that entry point (shortcut, settings page, or associated component) has been updated to require elevation for safety.
The context does not provide a full list of all conditions, but it clearly shows that updates can change configuration so that previously non-elevated entry points now require elevation and thus show the shield.
- Use of EXE file names in detection logic
The provided context does not explicitly document any logic that uses EXE file names such as setup or install as part of UAC or installer detection, so no statement can be made from this material about name-based detection.
- Automatic elevation without
requireAdministratorin the manifest
The Storage settings case demonstrates that Windows can require elevation for an operation even though the user did not explicitly request requireAdministrator in an application manifest. The change was described as an intentional configuration addition for safety.
This shows that:
- Windows can reclassify certain operations or components as requiring elevation via configuration or updates.
- When this happens, UAC prompts can appear even if the application itself has not changed its manifest.
Applied to the described scenario, it is consistent that after installing KB5089549 (and KB5087051), some executables that perform or are associated with operations now considered sensitive may be treated as requiring elevation, causing:
- A UAC prompt on launch, and
- A shield overlay on their icons.
Because some similarly built applications do not show the issue, it is likely that only those performing or associated with newly protected operations are affected, rather than a blanket change to all applications.
For further troubleshooting, checking UAC settings (as suggested in a related case where users saw new UAC prompts after updates) may help confirm whether system-wide UAC configuration has changed.
References:
- After installing preview update KB5074105 (26200.7705), opening Settings → System → Storage triggers a UAC prompt. This did not occur before the update.
- storage settings: Do you want to allow this app to make changes to your device? - Microsoft Q&A
- Unexpected UAC prompt after you install update 2918614 in Windows
- A RemoteApp application main window takes the focus after the applications windows are maximized in Windows