Remove Dell Digital Delivery Services

OptionnelNon sélectionnée par défaut (application système)

Dell OEM software for delivering pre-purchased software

Identifiant de l'application
DellInc.DellDigitalDelivery

Commande de suppression

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