Remove TuneIn Radio

SicherStandardmäßig zur Entfernung ausgewählt

Internet radio streaming app

App-ID
TuneInRadio

Entfernungsbefehl

Remove TuneIn RadioPowerShell
# Remove TuneIn Radio (TuneInRadio)
Get-AppxPackage -Name "TuneInRadio" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "TuneInRadio" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator