I looked at this post https://gal.vin/2017/04/06/removing-uwp-apps-mdt/
And found some great tips. Look at the list of apps that can not be removed. You desperately want to, but don't be fooled.
I added an out-gridview command to mine.
Get-AppxPackage -allusers | out-gridView -Mode Multiple | remove-AppxPackage
Get-AppxProvisionedPackage -Online | Out-GridView -Mode Multiple | Remove-AppxProvisionedPackage -Online
And the same for the Provisioned Packages.
No comments:
Post a Comment