From c49ce96d558795416ed4eaa29f09200373217c25 Mon Sep 17 00:00:00 2001 From: Richard Newton Date: Sat, 28 Jul 2018 20:37:07 -0700 Subject: [PATCH] Update Windows10SysPrepDebloater.ps1 Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep --- Windows10SysPrepDebloater.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Windows10SysPrepDebloater.ps1 b/Windows10SysPrepDebloater.ps1 index 9888ab4..f0bd7b0 100644 --- a/Windows10SysPrepDebloater.ps1 +++ b/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*"