Issue 84: CBSPreview is .NonRemovable - removed from blacklist.

https://github.com/Sycnex/Windows10Debloater/issues/84
pull/138/head
Justin Luth 5 years ago
parent 988ad90d64
commit d3e4296603

@ -107,7 +107,6 @@ Function DebloatBlacklist {
"*Sway*"
"*Speed Test*"
"*Dolby*"
"*Windows.CBSPreview*"
#Optional: Typically not removed but you can if you need to for some reason
#"*Microsoft.Advertising.Xaml_10.1712.5.0_x64__8wekyb3d8bbwe*"

@ -511,7 +511,6 @@ $listBox.SelectionMode = 'MultiExtended'
[void] $listBox.Items.Add('*Sway*')
[void] $listBox.Items.Add('*Speed Test*')
[void] $listBox.Items.Add('*Dolby*')
[void] $listBox.Items.Add('*Windows.CBSPreview*')
[void] $listBox.Items.Add('*Microsoft.Advertising.Xaml_10.1712.5.0_x64__8wekyb3d8bbwe*')
[void] $listBox.Items.Add('*Microsoft.Advertising.Xaml_10.1712.5.0_x86__8wekyb3d8bbwe*')
[void] $listBox.Items.Add('*Microsoft.BingWeather*')

@ -65,7 +65,6 @@ $global:Bloatware = @(
"Royal Revolt"
"Sway" # Issue 77
"Dolby" # Issue 78
"Windows.CBSPreview" # Issue 84
#Optional: Typically not removed but you can if you need to for some reason
#"Microsoft.Advertising.Xaml_10.1712.5.0_x64__8wekyb3d8bbwe"

Loading…
Cancel
Save