Remove Fitbit

SicuroSelezionata per la rimozione per impostazione predefinita

Fitbit activity tracker companion app

ID app
fitbit

Comando di rimozione

Remove FitbitPowerShell
# Remove Fitbit (fitbit)
Get-AppxPackage -Name "fitbit" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "fitbit" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator