Explorar o código

Update Windows10SysPrepDebloater.ps1

Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
Richard Newton %!s(int64=7) %!d(string=hai) anos
pai
achega
c49ce96d55
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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*"