Note
With this release, the legacy app list generator and CustomAppsList file support is removed. This only affects users using legacy command-line methods. More info here: #664
What's Changed
Features & Improvements
- Clean up styling to better match Windows fluent design guidelines by @Raphire in #638
- Add GPO override warning alert and WhatIf dry-run previews by @HetCreep in #611
- Disable telemetry-related scheduled tasks under Microsoft\Windows by @HetCreep in #615
- Guard against loading, saving & executing undefined features by @Raphire in #665
- Simplify Window management & update minimum window sizes by @Raphire in #671
- Update start menu backup/restore with timestamped filenames by @Raphire in #672
- Clean up feature execution logic for readability by @Raphire in #641
- Clean up & improve app removal methods, remove legacy CLI app removal methods by @Raphire in #662
- Remove support for CustomAppsList file format, including
-RemoveAppsCustomand-RunAppsListGeneratorparameters - Update CLI app removal to use newer app removal methods
- Drop support for sunset apps (
Fitbit,Shazam,Twitter,Viber,Wunderlist,XING) andPlex - Fix removal of Microsoft Copilot
- Remove support for CustomAppsList file format, including
Fixes
- Fix: Replace P/Invoke dynamic DLL imports with WPF native methods to fix temp DLL access-denied errors by @Raphire in #661
- Fix Start Menu apps not being set correctly for all users when running script for other user by @Raphire in #637
- Fix store suggestions not getting disabled correctly for all users when running as other user by @Raphire in #642
- Fix: Respect Feature min/max version for comboboxes by @Raphire in #639
- Fix: Don't treat AllUsers/CurrentUser as a username at startup by @HetCreep in #647
- Fix: treat dismissed unsafe-removal confirmation as decline by @HetCreep in #651
- Fix: Surface runspace errors instead of swallowing them in GUI mode by @HetCreep in #655
- Fix: Correct sub-key path matching in backup allow-list validation by @HetCreep in #645* Fix: Detect WinGet uninstall failures by exit code, not English text by @HetCreep in #658
- Fix: Detect installed OneDrive in the "Only show installed" filter by @HetCreep in #656
Full Changelog: 2026.06.14...2026.06.24