Browse Source

new nonremovables: from Windows 10 1709

Found by being unable to remove these despite running debloat
multiple times.
Justin Luth 6 years ago
parent
commit
92e3c35492
1 changed files with 4 additions and 0 deletions
  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"