浏览代码

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

https://github.com/Sycnex/Windows10Debloater/issues/84
Justin Luth 6 年之前
父节点
当前提交
d3e4296603
共有 3 个文件被更改,包括 0 次插入3 次删除
  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*"
         "*Sway*"
         "*Speed Test*"
         "*Speed Test*"
         "*Dolby*"
         "*Dolby*"
-        "*Windows.CBSPreview*"
              
              
         #Optional: Typically not removed but you can if you need to for some reason
         #Optional: Typically not removed but you can if you need to for some reason
         #"*Microsoft.Advertising.Xaml_10.1712.5.0_x64__8wekyb3d8bbwe*"
         #"*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('*Sway*')
 [void] $listBox.Items.Add('*Speed Test*')
 [void] $listBox.Items.Add('*Speed Test*')
 [void] $listBox.Items.Add('*Dolby*')
 [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_x64__8wekyb3d8bbwe*')
 [void] $listBox.Items.Add('*Microsoft.Advertising.Xaml_10.1712.5.0_x86__8wekyb3d8bbwe*')
 [void] $listBox.Items.Add('*Microsoft.Advertising.Xaml_10.1712.5.0_x86__8wekyb3d8bbwe*')
 [void] $listBox.Items.Add('*Microsoft.BingWeather*')
 [void] $listBox.Items.Add('*Microsoft.BingWeather*')

+ 0 - 1
Windows10DebloaterGUIOLD.ps1

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