Переглянути джерело

new nonremovables: from Windows 10 1709

Found by being unable to remove these despite running debloat
multiple times.
Justin Luth 6 роки тому
батько
коміт
92e3c35492
1 змінених файлів з 4 додано та 0 видалено
  1. 4 0
      Windows10DebloaterGUIOLD.ps1

+ 4 - 0
Windows10DebloaterGUIOLD.ps1

@@ -128,11 +128,15 @@ if ($NonRemovables -eq $null ) { # the .NonRemovable property doesn't exist unti
         "Microsoft.Windows.CloudExperienceHost"
         "Microsoft.Windows.ContentDeliveryManager"
         "Microsoft.Windows.Cortana"
+        "Microsoft.Windows.HolographicFirstRun"         # Added 1709
         "Microsoft.Windows.NarratorQuickStart"
+        "Microsoft.Windows.OOBENetworkCaptivePortal"    # Added 1709
+        "Microsoft.Windows.OOBENetworkConnectionFlow"   # Added 1709
         "Microsoft.Windows.ParentalControls"
         "Microsoft.Windows.PeopleExperienceHost"
         "Microsoft.Windows.PinningConfirmationDialog"
         "Microsoft.Windows.SecHealthUI"                 # Issue 117 Windows Defender
+        "Microsoft.Windows.SecondaryTileExperience"     # Added 1709
         "Microsoft.Windows.SecureAssessmentBrowser"
         "Microsoft.Windows.ShellExperienceHost"
         "Microsoft.Windows.XGpuEjectDialog"