Forum Discussion
taichroth_84
Jul 01, 2021Copper Contributor
remove W10 App Microsoft.PPIProjection
Can someone help me to remove the app >>Microsoft.PPIProjection<< form Windows 20H2, i want to generalize my image for deployments. The app is marked as "NonRemovable" - i tried several scripts,...
Pete5e-CZ
Mar 16, 2022Copper Contributor
Hi taichroth_84, I had the same problem,
this works for me Get-AppxPackage -Name Microsoft.PPI* -AllUsers |Remove-AppxPackage -AllUsers
Petr