Update Windows10SysPrepDebloater.ps1

Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
pull/47/head
Richard Newton 6 years ago committed by GitHub
parent 16016cf829
commit c49ce96d55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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*"

Loading…
Cancel
Save