Remove Dell Digital Delivery Services

OptionalNot selected by default (system app)

Dell OEM software for delivering pre-purchased software

App ID
DellInc.DellDigitalDelivery

Removal Command

Remove Dell Digital Delivery ServicesPowerShell
# Remove Dell Digital Delivery Services (DellInc.DellDigitalDelivery)
Get-AppxPackage -Name "DellInc.DellDigitalDelivery" -AllUsers | Remove-AppxPackage -AllUsers
Get-AppxProvisionedPackage -Online | Where-Object { $_.DisplayName -eq "DellInc.DellDigitalDelivery" } | Remove-AppxProvisionedPackage -Online

Want to remove multiple apps at once?

Open Configurator