Browse Source

Merge b53109535a into d87b427540

pull/286/merge
Zoran Jankov 1 year ago
committed by GitHub
parent
commit
642849b2a2
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

@ -169,3 +169,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