# Win11Debloat changelog > A simple, lightweight PowerShell script that allows you to remove pre-installed apps, disable telemetry, as well as perform various other changes to declutter and customize your Windows experience. Win11Debloat works for both Windows 10 and Windows 11. - Vendor: Raphire - Category: System Utilities - Official site: https://github.com/Raphire/Win11Debloat - Tracked by: What's New (https://whatsnew.fyi/product/win11debloat) - Harvested from: GitHub (Raphire/Win11Debloat) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### 2026.07.11 — Release 2026.07.11 - Date: 2026-07-11 - Version: 2026.07.11 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.07.11 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.07.11 - **added** — Add WhatIf support to Get.ps1 - **added** — Add feature to disable Windows Notifications - **added** — Add feature to prevent automatic driver companion app installation - **added** — Add reboot required warning when disabling Window Snapping - **added** — Add tooltip to user selection selectbox - **changed** — Refuse to run under PowerShell 7 with a clear message - **changed** — Hide irrelevant Settings home page settings in Windows 10 - **fixed** — Properly surface registry-backup load failures to the user - **fixed** — Fix broken contributing link in README.md - **fixed** — Fix resetting permissions when re-enabling store suggestions in search - **fixed** — Fix main script admin relaunch not working correctly for paths with certain characters - **fixed** — Fix icons not loading correctly on Windows 10 - **fixed** — Fix issues with domain accounts - **fixed** — Fix run.bat breaking when launched from path with certain characters - **fixed** — Show reboot warning for undoing features that require it ##### What's Changed * Add WhatIf support to Get.ps1 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/681 * Add feature to disable Windows Notifications by @Sqidy-P in https://github.com/Raphire/Win11Debloat/pull/690 * Add feature to prevent automatic driver companion app installation by @Raphire in https://github.com/Raphire/Win11Debloat/pull/695 * Refuse to run under PowerShell 7 with a clear message by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/676 * Fix: Properly surface registry-backup load failures to the user by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/685 * Fix broken contributing link in README.md by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/688 * Fix resetting permissions when re-enabling store suggestions in search by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/684 * Fix main script admin relaunch not working correctly for paths with certain characters by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/683 * Fix icons not loading correctly on Windows 10 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/696 * Fix issues with domain accounts by @Raphire in https://github.com/Raphire/Win11Debloat/pull/693 * Fix run.bat breaking when launched from path with certain characters by @Raphire in https://github.com/Raphire/Win11Debloat/pull/693 * Fix: Show reboot warning for undoing features that require it by @Raphire in https://github.com/Raphire/Win11Debloat/pull/699 * Add reboot required warning when disabling Window Snapping by @Raphire * Hide irrelevant Settings home page settings in Windows 10 by @Raphire * Add tooltip to user selection selectbox by @Raphire ##### New Contributors * @Sqidy-P made their first contribution in https://github.com/Raphire/Win11Debloat/pull/690 **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.06.24...2026.07.11
[![Get Win11Debloat)](https://img.shields.io/badge/Get-Win11Debloat-blue?style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) [![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.07.11/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) ### 2026.06.24 — Release 2026.06.24 - Date: 2026-06-24 - Version: 2026.06.24 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.06.24 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.06.24 - **changed** — Clean up styling to better match Windows fluent design guidelines - **added** — Add GPO domain policy override warning alert - **added** — Add WhatIf support to preview what changes the script will make - **changed** — Disable telemetry-related scheduled tasks under Microsoft\Windows - **changed** — Guard against loading, saving & executing undefined features - **changed** — Simplify Window management & update minimum window sizes - **changed** — Update start menu backup/restore with timestamped filenames to support multiple backups - **changed** — Clean up feature execution logic for readability - **removed** — Remove support for CustomAppsList file format, including -RemoveAppsCustom and -RunAppsListGenerator parameters - **changed** — Update CLI app removal to use newer app removal methods - **removed** — Drop support for sunset apps (Fitbit, Shazam, Twitter, Viber, Wunderlist, XING) and Plex - **fixed** — Fix removal of Microsoft Copilot - **fixed** — Replace P/Invoke dynamic DLL imports with WPF native methods to prevent false positive detections - **fixed** — Fix Start Menu apps not being set correctly for all users when running script for other user - **fixed** — Fix store suggestions not getting disabled correctly for all users when running as other user - **fixed** — Respect Feature min/max version for comboboxes - **fixed** — Don't treat AllUsers/CurrentUser as a username at startup - **fixed** — Treat dismissed unsafe-removal confirmation as decline - **fixed** — Surface runspace errors instead of swallowing them in GUI mode - **fixed** — Correct sub-key path matching in backup allow-list validation > [!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: 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 `-RemoveAppsCustom` and `-RunAppsListGenerator` parameters * Update CLI app removal to use newer app removal methods * Drop support for sunset apps (`Fitbit`, `Shazam`, `Twitter`, `Viber`, `Wunderlist`, `XING`) and `Plex` * Fix removal of Microsoft Copilot ###### 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)](https://img.shields.io/badge/Get-Win11Debloat-blue?style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) [![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.06.24/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) ### 2026.06.14 — Release 2026.06.14 - Date: 2026-06-14 - Version: 2026.06.14 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.06.14 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.06.14 - **fixed** — Refactor Get-RegFileOperations.ps1 to address false positives in Windows Defender and Bitdefender - **changed** — Add logging around WinGet app retrieval and increase timeout to 20 seconds This is a minor release that hopefully addresses the false positives in Windows Defender and Bitdefender that prevented users from downloading and/or running Win11Debloat. ##### What's Changed * Refactor Get-RegFileOperations.ps1 to address false positives by @Raphire in https://github.com/Raphire/Win11Debloat/pull/626 * Add logging around WinGet app retrieval and increase timeout to 20s by @Raphire **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.06.11...2026.06.14
[![Get Win11Debloat)](https://img.shields.io/badge/Get-Win11Debloat-blue?style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) [![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.06.14/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) ### 2026.06.11 — Release 2026.06.11 - Date: 2026-06-11 - Version: 2026.06.11 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.06.11 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.06.11 - **removed** — Remove -RemoveCommApps and -RemoveW11Outlook command-line parameters for uninstalling specific apps - **added** — Automatically detect previously applied tweaks for the logged-in user - **added** — Revert detected tweaks by unchecking the corresponding setting - **added** — Support running under the SYSTEM account - **added** — Apply changes to users who are still logged in - **added** — Add option to show and undo previously applied tweaks - **added** — Add additional options to change the All Apps view in the start menu (Hide, Grid, Category, List) - **added** — Add confirmation dialogs and warning for Windows Terminal Removal - **fixed** — Fix lock screen spotlight option being disabled when disabling the start recommended section - **fixed** — Fix log message formatting - **fixed** — Fix nested quoting bug in Run.bat when path has spaces - **fixed** — Fix desync issue when toggling Only Show Installed checkbox too fast - **fixed** — Fix missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content - **fixed** — Fix Disable Animations Sysprep settings not being set for new users - **fixed** — Fix typo in Disable_Game_Bar_Integration Sysprep registry file - **changed** — Clean up logging of exceptions during Appx Package uninstallation via Write-Verbose - **changed** — Improve log output in Get.ps1/Get-Dev.ps1 and clean up file exclusions > [!NOTE] > The `-RemoveCommApps` and `-RemoveW11Outlook` command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see [this wiki page](https://github.com/Raphire/Win11Debloat/wiki/App-Removal#app-removal-via-cli) for alternative methods of removing these apps. This release brings some long-requested features alongside a host of fixes. For starters, Win11Debloat can now automatically detect previously applied tweaks for the logged-in user. And reverting them is as simple as unchecking the corresponding setting. The script now also fully supports running under the SYSTEM account, which has also made it possible to apply changes to users who are still logged in. This makes it far easier to integrate Win11Debloat into your automations and deployments. ##### What's Changed * Fix lock screen spotlight option being disabled when disabling the start recommended section by @Raphire in https://github.com/Raphire/Win11Debloat/pull/619 * Fix log message formatting by @Raphire **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.06.10...2026.06.11 ##### What's Changed in the Last Release * Add confirmation dialogs & warning for Windows Terminal Removal by @Raphire * Add Support for running the script under SYSTEM account by @soccerzockt in https://github.com/Raphire/Win11Debloat/pull/609 * With this, support was also added for applying changes to users that are still logged-in. * Add option to show & undo previously applied tweaks by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Add additional options to change the `All Apps` view in the start menu (Hide, Grid, Category, List) by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Clean up logging of exceptions during Appx Package uninstallation via Write-Verbose by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/617 * Improve log output in Get.ps1/Get-Dev.ps1 and clean up file exclusions by @Raphire * Remove `RemoveCommApps` and `RemoveW11Outlook` app removal parameters. Use `-RemoveApps` parameter instead by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Resolve nested quoting bug in Run.bat when path has spaces, see https://github.com/Raphire/Win11Debloat/issues/583 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix desync issue when toggling "Only Show Installed" checkbox too fast by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix: add missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix 'Disable Animations' Sysprep settings not being set for new users by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix typo in Disable_Game_Bar_Integration Sysprep registry file by @Raphire ##### New Contributors * @soccerzockt made their first contribution in https://github.com/Raphire/Win11Debloat/pull/609 * @HetCreep made their first contribution in https://github.com/Raphire/Win11Debloat/pull/617 **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.05.20...2026.06.10
[![Get Win11Debloat)](https://img.shields.io/badge/Get-Win11Debloat-blue?style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) [![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.06.11/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) ### 2026.06.10 — Release 2026.06.10 - Date: 2026-06-10 - Version: 2026.06.10 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.06.10 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.06.10 - **removed** — Remove RemoveCommApps and RemoveW11Outlook command-line parameters - **added** — Automatically detect previously applied tweaks for the logged-in user - **added** — Support running the script under the SYSTEM account - **added** — Apply changes to users who are still logged in - **added** — Add option to show and undo previously applied tweaks - **added** — Add additional options to change the All Apps view in the start menu (Hide, Grid, Category, List) - **added** — Add confirmation dialogs and warning for Windows Terminal removal - **changed** — Clean up logging of exceptions during Appx Package uninstallation via Write-Verbose - **changed** — Improve log output in Get.ps1/Get-Dev.ps1 and clean up file exclusions - **fixed** — Resolve nested quoting bug in Run.bat when path has spaces - **fixed** — Fix desync issue when toggling Only Show Installed checkbox too fast - **fixed** — Add missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content - **fixed** — Fix Disable Animations Sysprep settings not being set for new users - **fixed** — Fix typo in Disable_Game_Bar_Integration Sysprep registry file > [!NOTE] > The `-RemoveCommApps` and `-RemoveW11Outlook` command-line parameters for uninstalling a few specific apps have been removed with this release. If you previously relied on these parameters, please see [this wiki page](https://github.com/Raphire/Win11Debloat/wiki/App-Removal#app-removal-via-cli) for alternative methods of removing these apps. This release brings some long-requested features alongside a host of fixes. For starters, Win11Debloat can now automatically detect previously applied tweaks for the logged-in user. And reverting them is as simple as unchecking the corresponding setting. The script now also fully supports running under the SYSTEM account, which has also made it possible to apply changes to users who are still logged in. This makes it far easier to integrate Win11Debloat into your automations and deployments. ##### What's Changed * Add confirmation dialogs & warning for Windows Terminal Removal by @Raphire * Add Support for running the script under SYSTEM account by @soccerzockt in https://github.com/Raphire/Win11Debloat/pull/609 * With this, support was also added for applying changes to users that are still logged-in. * Add option to show & undo previously applied tweaks by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Add additional options to change the `All Apps` view in the start menu (Hide, Grid, Category, List) by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Clean up logging of exceptions during Appx Package uninstallation via Write-Verbose by @HetCreep in https://github.com/Raphire/Win11Debloat/pull/617 * Improve log output in Get.ps1/Get-Dev.ps1 and clean up file exclusions by @Raphire * Remove `RemoveCommApps` and `RemoveW11Outlook` app removal parameters. Use `-RemoveApps` parameter instead by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Resolve nested quoting bug in Run.bat when path has spaces, see https://github.com/Raphire/Win11Debloat/issues/583 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix desync issue when toggling "Only Show Installed" checkbox too fast by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix: add missing keys in Sysprep/Undo regfiles for Disabling Recall and Windows Suggested content by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix 'Disable Animations' Sysprep settings not being set for new users by @Raphire in https://github.com/Raphire/Win11Debloat/pull/599 * Fix typo in Disable_Game_Bar_Integration Sysprep registry file by @Raphire ##### New Contributors * @soccerzockt made their first contribution in https://github.com/Raphire/Win11Debloat/pull/609 * @HetCreep made their first contribution in https://github.com/Raphire/Win11Debloat/pull/617 **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.05.20...2026.06.10
[![Get Win11Debloat)](https://img.shields.io/badge/Get-Win11Debloat-blue?style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) [![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.06.10/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat#usage) ### 2026.05.20 — Release 2026.05.20 - Date: 2026-05-20 - Version: 2026.05.20 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.05.20 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.05.20 - **fixed** — Increase System Restore point creation timeout to 90 seconds - **changed** — Limit backup restore files to .json only - **added** — Add Registry write fall-back in case applying registry file fails - **changed** — Continue on registry failures and show details after execution - **removed** — Remove DisableSearchHighlights and DisableSearchHistory settings - **removed** — Remove widget-related registry changes as they are no longer required for disabling widgets - **changed** — Update tooltip for DisableTelemetry feature to clarify impact on Windows Insider updates > [!NOTE] > This release removes the option to disable local search history and the taskbar search highlights as they wouldn't apply properly for some users. Taskbar search highlights can be disabled instead by opting to remove Bing/Copilot integration from Windows search. ##### What's Changed * Fix: Increase System Restore point creation timeout to 90 seconds by @ahmadsh2007 in https://github.com/Raphire/Win11Debloat/pull/586 * Limit backup restore files to `.json` only by @Raphire * Add Registry write fall-back in case applying registry file fails by @Raphire in https://github.com/Raphire/Win11Debloat/pull/592 * Continue on registry failures and show details after execution by @Raphire in https://github.com/Raphire/Win11Debloat/pull/592 * Remove DisableSearchHighlights and DisableSearchHistory settings by @Raphire in https://github.com/Raphire/Win11Debloat/pull/592 * Remove widget-related registry changes as they're no longer required for disabling widgets by @Raphire in https://github.com/Raphire/Win11Debloat/pull/592 * Update tooltip for DisableTelemetry feature to clarify impact on Windows Insider updates by @Raphire in https://github.com/Raphire/Win11Debloat/pull/592 ##### New Contributors * @ahmadsh2007 made their first contribution in https://github.com/Raphire/Win11Debloat/pull/586 **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.05.11...2026.05.20
[![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.05.20/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use) ### 2026.05.11 — Release 2026.05.11 - Date: 2026-05-12 - Version: 2026.05.11 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.05.11 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.05.11 - **fixed** — Fix capture and restore of signed dword/qword registry values - **changed** — Add restart instructions to registry restore success message This is just a minor release to fix an issue with registry backup creation introduced with release [2026.05.10](https://github.com/Raphire/Win11Debloat/releases/tag/2026.05.10) ##### What's Changed * Fix capture and restore of signed dword/qword registry values * Add restart instructions to registry restore success message **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.05.10...2026.05.11
[![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.05.11/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use) ### 2026.05.10 — Release 2026.05.10 - Date: 2026-05-10 - Version: 2026.05.10 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.05.10 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.05.10 - **changed** — Improve user validation - **added** — Add System Registry backup and restore - **added** — Add Start Menu pinned apps layout backup and restore - **changed** — Make tweak columns responsive - **changed** — Refactor app removal scope handling and styling - **changed** — Update feature labels to include Windows default indicators ##### What's Changed * Improve user validation by @Raphire in https://github.com/Raphire/Win11Debloat/pull/568 * Add System Registry backup & restore by @Raphire in https://github.com/Raphire/Win11Debloat/pull/566 * Add Start Menu pinned apps layout backup & restore by @Raphire in https://github.com/Raphire/Win11Debloat/pull/566 * Make tweak columns responsive * Refactor app removal scope handling & styling * Update feature labels to include Windows default indicators **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.04.26...2026.05.10
[![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.05.10/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use) ### 2026.04.26 — Release 2026.04.26 - Date: 2026-04-26 - Version: 2026.04.26 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.04.26 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.04.26 - **removed** — Remove Disable Fast Startup from default settings - **added** — Add prompt asking user to run as administrator - **added** — Add new presets to quickly select all settings in the Privacy & Suggested Content and AI categories - **added** — Add setting details in config import/export interface - **added** — Add Get-Dev.ps1 launch script for development - **changed** — Manually add system32 to System PATH when it's missing - **changed** — Improve app & tweak selection UI - **changed** — Improve HideOnedrive feature so it also works in Windows 11 - **changed** — Improve DisableWidgets feature by removing additional apps - **changed** — Update tooltip for BitLocker automatic device encryption feature to clarify behavior - **changed** — Update regfile encoding for consistency - **fixed** — Fix full-screen window snapping on secondary monitors > [!NOTE] > This release removes `Disable Fast Startup` from the default settings. For most users, fast startup has more benefits than downsides. Run [this registry file](https://github.com/Raphire/Win11Debloat/blob/master/Regfiles/Undo/Enable_Fast_Startup.reg) to re-enable fast startup on your system. ##### What's Changed * Manually add system32 to System PATH when it's missing by @Raphire see #548 * Added prompt asking user to run as adminstrator by @David17c in https://github.com/Raphire/Win11Debloat/pull/556 * Fix full-screen window snapping on secondary monitors by @Raphire in https://github.com/Raphire/Win11Debloat/pull/557 * Improve app & tweak selection UI by @Raphire in https://github.com/Raphire/Win11Debloat/pull/558 * This includes new presets to quickly select all settings in the Privacy & Suggested Content and AI categories * Improve HideOnedrive feature so it also work in Windows 11 by @Raphire in https://github.com/Raphire/Win11Debloat/pull/559 * This feature hides the `OneDrive` section in the File Explorer navigation pane * Improve DisableWidgets feature by removing additional apps by @Raphire in https://github.com/Raphire/Win11Debloat/pull/561 * Add setting details in config import/export interface by @Raphire in https://github.com/Raphire/Win11Debloat/pull/562 * Remove 'Disable Fast Startup' from default settings by @Raphire * Update tooltip for BitLocker automatic device encryption feature to clarify behavior by @Raphire * Add Get-Dev.ps1 launch script for development by @Raphire * Update regfile encoding for consistency by @Raphire ##### New Contributors * @David17c made their first contribution in https://github.com/Raphire/Win11Debloat/pull/556 **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.04.05...2026.04.26
[![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.04.26/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use) ### 2026.04.05 — Release 2026.04.05 - Date: 2026-04-05 - Version: 2026.04.05 - Original notes: https://github.com/Raphire/Win11Debloat/releases/tag/2026.04.05 - Permalink: https://whatsnew.fyi/product/win11debloat/releases/2026.04.05 - **added** — Add option to export and import settings configuration - **added** — Add drive letter position and visibility options - **added** — Add support for multiple AppIds for app removal - **fixed** — Skip confirmation when running last used settings with -Silent parameter - **fixed** — Fix inconsistent search highlighting after sorting - **fixed** — Close app preset menu when main window loses focus - **fixed** — Block window resizing beyond minimum height and width - **changed** — Set default launch mode to CLI for deployment-targeted parameters - **changed** — Improve registry file import error handling - **changed** — Improve window controls - **changed** — Improve user validation - **changed** — Improve styling on various UI elements - **removed** — Remove DisableSearchHighlights from default mode as this is already implicitly disabled by DisableBing setting ##### What's Changed * Add option to export/import settings configuration by @Raphire in https://github.com/Raphire/Win11Debloat/pull/522 * Add drive letter position and visibility options (#527) by @natanheringer in https://github.com/Raphire/Win11Debloat/pull/533 * Add support for multiple AppIds for app removal by @Raphire in https://github.com/Raphire/Win11Debloat/pull/526 * Fix: Skip confirmation when running last used settings with `-Silent` parameter by @Raphire see #521 * Fix inconsistent search highlighting after sorting by @Raphire * Fix: Close app preset menu when main window loses focus by @Raphire * Set default launch mode to CLI for deployment-targeted parameters by @Raphire * Improve registry file import error handling by @Raphire * Improve Window controls by @Raphire * Improve user validation by @Raphire * Improve styling on various UI elements by @Raphire * Fix: block window resizing beyond min. height/width by @Raphire * Remove DisableSearchHighlights from default mode as this is already implicitly disabled by DisableBing setting by @Raphire ##### New Contributors * @natanheringer made their first contribution in https://github.com/Raphire/Win11Debloat/pull/533 **Full Changelog**: https://github.com/Raphire/Win11Debloat/compare/2026.03.15...2026.04.05
[![GitHub Downloads (specific asset, specific tag)](https://img.shields.io/github/downloads/Raphire/Win11Debloat/2026.04.05/Get.ps1?label=Downloads&style=for-the-badge)](https://github.com/Raphire/Win11Debloat/wiki/How-To-Use)