From 148f4f6f24a466b290245f1e2a4c288986170879 Mon Sep 17 00:00:00 2001 From: Zoran Jankov Date: Sat, 26 Jun 2021 12:49:02 +0200 Subject: [PATCH] Added uninstallation of News and Interests taskbar newsfeed It removes News and Interests taskbar newsfeed... --- Individual Scripts/Debloat Windows | 1 + 1 file changed, 1 insertion(+) diff --git a/Individual Scripts/Debloat Windows b/Individual Scripts/Debloat Windows index 620f599..8238daf 100644 --- a/Individual Scripts/Debloat Windows +++ b/Individual Scripts/Debloat Windows @@ -65,3 +65,4 @@ $AppXApps = @( Get-AppxPackage -AllUsers | Where-Object {$_.Name -NotMatch $WhitelistedApps} | Remove-AppxPackage Get-AppxPackage | Where-Object {$_.Name -NotMatch $WhitelistedApps} | Remove-AppxPackage Get-AppxProvisionedPackage -Online | Where-Object {$_.PackageName -NotMatch $WhitelistedApps} | Remove-AppxProvisionedPackage -Online + Get-AppxPackage Microsoft.BingNews | Remove-AppxPackage