-
-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
win: fix system app removal affecting updates $287
This commit fixes an issue where removing systems apps could disrupt Windows Cumulative updates as reported in $287. The fix involves removing the `EndOfLife` registry key after the app is removed. Keeping the key at `HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Appx\AppxAllUserStore\EndOfLife` was identified as the cause for update failures in $287. This commit also refactors the registry key creation/removal logic to be owned by separate functions for easier readability and reusability.
- Loading branch information
1 parent
1442f62
commit 8797da2
Showing
1 changed file
with
91 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters