From b53109535a2a8214acef1d21e0975939ced1403e Mon Sep 17 00:00:00 2001 From: Zoran Jankov Date: Sat, 26 Jun 2021 13:43:48 +0200 Subject: [PATCH] Added uninstallation of News and Interests taskbar newsfeed It removes News and Interests taskbar newsfeed... --- scripts/remove-default-apps.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/remove-default-apps.ps1 b/scripts/remove-default-apps.ps1 index 7f212ac..ab45eb6 100644 --- a/scripts/remove-default-apps.ps1 +++ b/scripts/remove-default-apps.ps1 @@ -170,3 +170,6 @@ Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\WindowsStore" "AutoDow # Prevents "Suggested Applications" returning New-FolderForced -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" "DisableWindowsConsumerFeatures" 1 + +#Remove AppxPackages +Get-AppxPackage Microsoft.BingNews | Remove-AppxPackage