Update Windows10SysPrepDebloater.ps1

Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
This commit is contained in:
Richard Newton 2018-07-28 20:37:07 -07:00 committed by GitHub
parent 16016cf829
commit c49ce96d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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