mirror of
https://github.com/Sycnex/Windows10Debloater.git
synced 2025-09-25 19:18:58 +02:00
Update Windows10SysPrepDebloater.ps1
Removed Microsoft.DesktopAppInstaller and Microsoft.RemoteDesktop from the blacklist function Remove-AppxPackagesForSysprep
This commit is contained in:
parent
16016cf829
commit
c49ce96d55
@ -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*"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user