2026.06.24
Release 2026.06.24
Added 2
- Add GPO domain policy override warning alert
- Add WhatIf support to preview what changes the script will make
Changed 7
- Clean up styling to better match Windows fluent design guidelines
- Disable telemetry-related scheduled tasks under Microsoft\Windows
- Guard against loading, saving & executing undefined features
- Simplify Window management & update minimum window sizes
- Update start menu backup/restore with timestamped filenames to support multiple backups
- Clean up feature execution logic for readability
- Update CLI app removal to use newer app removal methods
Fixed 9
- Fix removal of Microsoft Copilot
- Replace P/Invoke dynamic DLL imports with WPF native methods to prevent false positive detections
- Fix Start Menu apps not being set correctly for all users when running script for other user
- Fix store suggestions not getting disabled correctly for all users when running as other user
- Respect Feature min/max version for comboboxes
- Don't treat AllUsers/CurrentUser as a username at startup
- Treat dismissed unsafe-removal confirmation as decline
- Surface runspace errors instead of swallowing them in GUI mode
- Correct sub-key path matching in backup allow-list validation
Removed 2
- Remove support for CustomAppsList file format, including -RemoveAppsCustom and -RunAppsListGenerator parameters
- Drop support for sunset apps (Fitbit, Shazam, Twitter, Viber, Wunderlist, XING) and Plex
From Win11Debloat
[!NOTE] With this release, the legacy app list generator and
CustomAppsListfile support is removed. This only affects users using legacy command-line methods. More info here: https://github.com/Raphire/Win11Debloat/discussions/664
What's Changed
Features & Improvements
- Clean up styling to better match Windows fluent design guidelines by @Raphire in https://github.com/Raphire/Win11Debloat/pull/638
- Add GPO domain policy override warning alert by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/611
- Add WhatIf support to preview what changes the script will make by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/611
- Disable telemetry-related scheduled tasks under Microsoft\Windows by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/615
- Guard against loading, saving & executing undefined features by @Raphire in https://github.com/Raphire/Win11Debloat/pull/665
- Simplify Window management & update minimum window sizes by @Raphire in https://github.com/Raphire/Win11Debloat/pull/671
- Update start menu backup/restore with timestamped filenames to support multiple backups by @Raphire in https://github.com/Raphire/Win11Debloat/pull/672
- Clean up feature execution logic for readability by @Raphire in https://github.com/Raphire/Win11Debloat/pull/641
- Clean up & improve app removal methods, remove legacy CLI app removal methods by @Raphire in https://github.com/Raphire/Win11Debloat/pull/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 prevent false positive detections by @Raphire in https://github.com/Raphire/Win11Debloat/pull/661
- Fix Start Menu apps not being set correctly for all users when running script for other user by @Raphire in https://github.com/Raphire/Win11Debloat/pull/637
- Fix store suggestions not getting disabled correctly for all users when running as other user by @Raphire in https://github.com/Raphire/Win11Debloat/pull/642
- Fix: Respect Feature min/max version for comboboxes by @Raphire in https://github.com/Raphire/Win11Debloat/pull/639
- Fix: Don't treat AllUsers/CurrentUser as a username at startup by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/647
- Fix: treat dismissed unsafe-removal confirmation as decline by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/651
- Fix: Surface runspace errors instead of swallowing them in GUI mode by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/655
- Fix: Correct sub-key path matching in backup allow-list validation by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/645* Fix: Detect WinGet uninstall failures by exit code, not English text by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/658
- Fix: Detect installed OneDrive in the "Only show installed" filter by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/656
Full Changelog: https://github.com/Raphire/Win11Debloat/compare/2026.06.14...2026.06.24
Get Win11Debloat) GitHub Downloads (specific asset, specific tag)