From d2912872671f7a5166824733ae32b6173125b6c6 Mon Sep 17 00:00:00 2001 From: Justin Luth Date: Thu, 28 Oct 2021 10:53:59 +0200 Subject: [PATCH] add some new Windows 11 apps to the default Whitelist --- Windows10DebloaterGUI.ps1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Windows10DebloaterGUI.ps1 b/Windows10DebloaterGUI.ps1 index d90341a..eecd2ab 100644 --- a/Windows10DebloaterGUI.ps1 +++ b/Windows10DebloaterGUI.ps1 @@ -127,6 +127,10 @@ $global:WhiteListedApps = @( "Slack" # Issue 83 "*Nvidia*" # Issue 198 "Microsoft.MixedReality.Portal" # Issue 195 + "Microsoft.Paint" # new in Windows 11 + "Microsoft.WindowsNotepad" # new in Windows 11 + "Microsoft.WindowsTerminal" # new in Windows 11 + "Microsoft.UI.Xaml.2.4" # new in Windows 11 - an earlier version was non-removable and this probably should be too ) #NonRemovable Apps that where getting attempted and the system would reject the uninstall, speeds up debloat and prevents 'initalizing' overlay when removing apps