Browse Source
Added uninstallation of News and Interests taskbar newsfeed
It removes News and Interests taskbar newsfeed...
pull/286/head
Zoran Jankov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
scripts/remove-default-apps.ps1
|
@ -170,3 +170,6 @@ Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\WindowsStore" "AutoDow |
|
|
# Prevents "Suggested Applications" returning |
|
|
# Prevents "Suggested Applications" returning |
|
|
New-FolderForced -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" |
|
|
New-FolderForced -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" |
|
|
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" "DisableWindowsConsumerFeatures" 1 |
|
|
Set-ItemProperty -Path "HKLM:\SOFTWARE\Policies\Microsoft\Windows\CloudContent" "DisableWindowsConsumerFeatures" 1 |
|
|
|
|
|
|
|
|
|
|
|
#Remove AppxPackages |
|
|
|
|
|
Get-AppxPackage Microsoft.BingNews | Remove-AppxPackage |
|
|