Disable the “Dell Command Update”

Written by  on June 22, 2026

Configured Dell Command Update for manual operation and disabled notifications:

powershell
& "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /configure -scheduleManual

powershell
& "C:\Program Files\Dell\CommandUpdate\dcu-cli.exe" /configure -updatesNotification=disable

## Result:

* Updates are set to **Manual Only**
* Update notifications are **Disabled**

The Dell Command Update Settings dialog correctly reflects both settings.