
Please remember to mark the replies as answers if they help. There is a possibility that present user account has been corrupted. If the issue persists, try to restart the machine then check the symptom again. I have tried to use that command to remove the packages and the icon will be removed from the start menu, too. Please remember to run "get-appxapckage >C:\appxpackages"confirm that those apps has been removed. Please note that those apps will be installed for new users if you didn't remove the provisionedpackage. Get-appxprovisionedpackage –online | where-object | remove-appxprovisionedpackage –online Get-appxpackage -allusers *Microsoft.WindowsMaps* | Remove-AppxPackage + FullyQualifiedErrorId : DeploymentError.Commands.RemoveAppxPackageCommandįor removing all the built-in apps, please try the following powershell command line(run as administrator). + CategoryInfo : ObjectNotFound: (Microsoft.Windo._8wekyb3d8bbwe:String), PSInval + Get-appxpackage -allusers *windowsmaps* | Remove-AppxPackage REMARQUE: pour obtenir des informations supplémentaires, recherchez 1b1d474e-ad59-0000-2834-1e1b59add201ĭans le journal des événements ou utilisez la ligne de commande Get-AppxLog -ActivityID

Utilisez Get-AppxPackage pour consulter la liste des packages installés. Windows ne peut pas supprimer Microsoft.WindowsMaps_5.1611.3342.0_圆4_8wekyb3d8bbwe, car l’utilisateur actif neĭispose pas du package installé. Remove-AppxPackage : Échec du déploiement avec HRESULT : 0x80073CF1, Le package est introuvable.

PS C:\Windows\system32> Get-appxpackage -allusers *windowsmaps* | Remove-AppxPackage Receive an error because the package already deleted
