• v0.9 9f7e18ced4

    v0.9 Stable

    x9 released this 2026-06-03 16:29:49 +02:00 | 5 commits to main since this release

    Added

    • 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 app Microsoft.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
      removeSnippingTool is 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.keepPackages was dropped at runtime: the Go Config struct had no Bloatware
      field, so the GUI's runtime-config regeneration silently discarded keepPackages. Added the
      field so the keep-list survives and is honored by 01-bloatware.ps1.

    Built from 9f7e18c

    Downloads