Remove Pandora

VeiligStandaard geselecteerd voor verwijdering

Pandora music streaming app

App-ID
PandoraMediaInc

Verwijdercommando

Remove PandoraPowerShell
# Remove Pandora (PandoraMediaInc)
Get-AppxPackage -Name "PandoraMediaInc" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "PandoraMediaInc" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator