I just installed 1709 and there are some new appx packages i would like to remove.
PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers *people* | select name, PackageFullName
Name PackageFullName
---- ---------------
Microsoft.Windows.PeopleExperienceHost Microsoft.Windows.PeopleExperienceHost_10.0.16299.15_neutral_neutral_cw5n1h2t.
PS C:\WINDOWS\system32> Get-AppxPackage -AllUsers *people* | Remove-AppxPackage
But getting the following error:
Remove-AppxPackage : Deployment failed with HRESULT: 0x80073CFA, Removal failed. Please contact your software vendor.
(Exception from HRESULT: 0x80073CFA)
error 0x80070032: AppX Deployment Remove operation on package
I can remove other packages....
Thanks for the help.