Remove Bing Health And Fitness

VeiligStandaard geselecteerd voor verwijdering

Health and fitness tracking/news via Bing (Discontinued)

App-ID
Microsoft.BingHealthAndFitness

Verwijdercommando

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