Remove Disney Magic Kingdoms

SafeSelected for removal by default

Disney theme park building game

App ID
DisneyMagicKingdoms

Removal Command

Remove Disney Magic KingdomsPowerShell
# Remove Disney Magic Kingdoms (DisneyMagicKingdoms)
Get-AppxPackage -Name "DisneyMagicKingdoms" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "DisneyMagicKingdoms" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator