Added uninstallation of News and Interests taskbar newsfeed

It removes News and Interests taskbar newsfeed...
pull/409/head
Zoran Jankov 3 years ago committed by GitHub
parent cf2591d784
commit 148f4f6f24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save