From 02963b6844cf7d13ed3fa64d75128f4e312689ca Mon Sep 17 00:00:00 2001 From: John Neijzen Date: Sun, 15 Mar 2020 02:56:19 +0800 Subject: [PATCH] Fix Nvidia format, Adding Buddlewitch3sage to sponsored and last removing need to stop for confirmation --- Windows10Debloater.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Windows10Debloater.ps1 b/Windows10Debloater.ps1 index 13c3075..01a085c 100644 --- a/Windows10Debloater.ps1 +++ b/Windows10Debloater.ps1 @@ -44,7 +44,7 @@ Function DebloatAll { Microsoft.BioEnrollment|Microsoft.CredDialogHost|Microsoft.ECApp|Microsoft.LockApp|Microsoft.MicrosoftEdgeDevToolsClient|Microsoft.MicrosoftEdge|Microsoft.PPIProjection|Microsoft.Win32WebViewHost|Microsoft.Windows.Apprep.ChxApp|` Microsoft.Windows.AssignedAccessLockApp|Microsoft.Windows.CapturePicker|Microsoft.Windows.CloudExperienceHost|Microsoft.Windows.ContentDeliveryManager|Microsoft.Windows.Cortana|Microsoft.Windows.NarratorQuickStart|` Microsoft.Windows.ParentalControls|Microsoft.Windows.PeopleExperienceHost|Microsoft.Windows.PinningConfirmationDialog|Microsoft.Windows.SecHealthUI|Microsoft.Windows.SecureAssessmentBrowser|Microsoft.Windows.ShellExperienceHost|` - Microsoft.Windows.XGpuEjectDialog|Microsoft.XboxGameCallableUI|Windows.CBSPreview|windows.immersivecontrolpanel|Windows.PrintDialog|Microsoft.VCLibs.140.00|Microsoft.Services.Store.Engagement|Microsoft.UI.Xaml.2.0'|*Nvidia* + Microsoft.Windows.XGpuEjectDialog|Microsoft.XboxGameCallableUI|Windows.CBSPreview|windows.immersivecontrolpanel|Windows.PrintDialog|Microsoft.VCLibs.140.00|Microsoft.Services.Store.Engagement|Microsoft.UI.Xaml.2.0|*Nvidia*' Get-AppxPackage -AllUsers | Where-Object {$_.Name -NotMatch $WhitelistedApps -and $_.Name -NotMatch $NonRemovable} | Remove-AppxPackage Get-AppxPackage | Where-Object {$_.Name -NotMatch $WhitelistedApps -and $_.Name -NotMatch $NonRemovable} | Remove-AppxPackage Get-AppxProvisionedPackage -Online | Where-Object {$_.PackageName -NotMatch $WhitelistedApps -and $_.PackageName -NotMatch $NonRemovable} | Remove-AppxProvisionedPackage -Online @@ -97,6 +97,7 @@ Function DebloatBlacklist { "*Duolingo-LearnLanguagesforFree*" "*PandoraMediaInc*" "*CandyCrush*" + "*BubbleWitch3Saga*" "*Wunderlist*" "*Flipboard*" "*Twitter*" @@ -305,7 +306,7 @@ Function Protect-Privacy { $CloudStore = 'HKCU:\Software\Microsoft\Windows\CurrentVersion\CloudStore' If (Test-Path $CloudStore) { Stop-Process Explorer.exe -Force - Remove-Item $CloudStore + Remove-Item $CloudStore -Recurse -Force Start-Process Explorer.exe -Wait } }