Remove Bing Health And Fitness

SeguroSeleccionada para eliminación por defecto

Health and fitness tracking/news via Bing (Discontinued)

ID de la aplicación
Microsoft.BingHealthAndFitness

Comando de eliminación

Remove Bing Health And FitnessPowerShell
# Remove Bing Health And Fitness (Microsoft.BingHealthAndFitness)
Get-AppxPackage -Name "Microsoft.BingHealthAndFitness" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "Microsoft.BingHealthAndFitness" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator