Remove Xbox Identity Provider

RisquéNon sélectionnée par défaut (application système)

Xbox sign-in framework, required for some games and Xbox services

Identifiant de l'application
Microsoft.XboxIdentityProvider

Commande de suppression

Remove Xbox Identity ProviderPowerShell
# Remove Xbox Identity Provider (Microsoft.XboxIdentityProvider)
Get-AppxPackage -Name "Microsoft.XboxIdentityProvider" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.XboxIdentityProvider" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator