Browse Source

Added uninstallation of News and Interests taskbar newsfeed

It removes News and Interests taskbar newsfeed...
pull/286/head
Zoran Jankov 3 years ago
committed by GitHub
parent
commit
b53109535a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      scripts/remove-default-apps.ps1

3
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

Loading…
Cancel
Save