Browse Source

Update Windows10SysPrepDebloater.ps1

Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
Richard Newton 6 years ago
parent
commit
c49ce96d55
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Windows10SysPrepDebloater.ps1

+ 1 - 2
Windows10SysPrepDebloater.ps1

@@ -12,7 +12,6 @@ Function Remove-AppxPackagesForSysprep {
 
         #Unnecessary Windows 10 AppX Apps
         "*Microsoft.BingNews*"
-        "*Microsoft.DesktopAppInstaller*"
         "*Microsoft.GetHelp*"
         "*Microsoft.Getstarted*"
         "*Microsoft.Messaging*"
@@ -25,7 +24,7 @@ Function Remove-AppxPackagesForSysprep {
         "*Microsoft.OneConnect*"
         "*Microsoft.People*"
         "*Microsoft.Print3D*"
-        "*Microsoft.RemoteDesktop*"
+        "**"
         "*Microsoft.SkypeApp*"
         "*Microsoft.StorePurchaseApp*"
         "*Microsoft.WindowsAlarms*"