diff --git a/Individual Scripts/Debloat Windows b/Individual Scripts/Debloat Windows index 620f599..8238daf 100644 --- a/Individual Scripts/Debloat Windows +++ b/Individual Scripts/Debloat Windows @@ -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