-
latest
Pre-releaseAll checks were successfulrelease / build-and-release (push) Successful in 38sreleased this
2026-06-05 14:57:20 +02:00 | 0 commits to main since this releaseAdded
- Bloatware feature toggles (01): the bloatware step now exposes three GUI checkboxes -
standardBloatware(default on, the bulk AppX/capability/feature list),removeNewOutlook
(default on, the new Outlook for Windows appMicrosoft.OutlookForWindows) and
removeSnippingTool(default OFF). Each toggle is independent, so a technician can spare
Outlook or remove the Snipping Tool without affecting the rest.
Changed
- Snipping Tool now kept by default (01):
Microsoft.ScreenSketch(the modern Snipping Tool
app) plus the legacy capability and optional feature are no longer removed unless
removeSnippingToolis checked - it is a commonly used productivity tool, like Calculator.
Classic Outlook from M365 was never removed (it is a Win32 app, not an AppX package); only the
bundled new Outlook is, and that is now toggleable.
Fixed
bloatware.keepPackageswas dropped at runtime: the GoConfigstruct had noBloatware
field, so the GUI's runtime-config regeneration silently discardedkeepPackages. Added the
field so the keep-list survives and is honored by01-bloatware.ps1.
Built from
76b72e5Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
xetup.exe
3 downloads · 9.2 MiB
- Bloatware feature toggles (01): the bloatware step now exposes three GUI checkboxes -