Browse Source

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

https://github.com/Sycnex/Windows10Debloater/issues/84
Justin Luth 6 years ago
parent
commit
d3e4296603
3 changed files with 0 additions and 3 deletions
  1. 0 1
      Windows10Debloater.ps1
  2. 0 1
      Windows10DebloaterGUI.ps1
  3. 0 1
      Windows10DebloaterGUIOLD.ps1

+ 0 - 1
Windows10Debloater.ps1

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

+ 0 - 1
Windows10DebloaterGUI.ps1

@@ -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*')

+ 0 - 1
Windows10DebloaterGUIOLD.ps1

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