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