This commit is contained in:
Zoran Jankov 2021-06-27 09:08:45 +02:00 committed by GitHub
commit 24e1c59284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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