-
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(WU): deprecated !systemPackage to use CAB approach instead
Credits to echnobas, Atlas team and all the contributors for the CAB approach Reasons for this change: - Removing system packages with !systemPackage causes Windows Updates to fail - In cases one of the removed components causes unexpected behavior, it is possible to revert the change without reinstalling the whole system There are also additional changes: - Unregistered appx manifests from StateRepostiory instead of removing, such as advertisment banners in Settings, the GetStarted placeholder in the Start Menu and Windows Backup. Removing them causes Windows Update to fail. - Moved PowerShell optimization action at the start - GitHub Actions automatically builds a CAB file
- Loading branch information
Showing
7 changed files
with
675 additions
and
889 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
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
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
Oops, something went wrong.