How Can I Stop Dell Command Update from Auto-Updating?

0
45
Asked By TechieGamer42 On

I'm managing multiple applications in our organization using Ansible and Chocolatey with a local ProGet package repository. The issue I'm facing is that Dell Command Update (DCU) keeps auto-updating itself to version 5.5, which we want to avoid. I've seen that the 5.x reference guide mentions using the dcu-cli.exe with the configure flag "-scheduleManual" to prevent this, but it doesn't seem to be working. Is there possibly a cached download of version 5.5 causing this? What's the best way to handle this situation? Appreciate any insights!

3 Answers

Answered By SysAdminSage On

Honestly, letting it update itself might be the easiest option. You're making things harder for no reason by trying to control the updates that way.

TechieGamer42 -

You might be right. I need to stop complicating things for myself.

Answered By SoftwareNerd88 On

Why not just let it update? You could uninstall it and manage driver and firmware updates manually instead. It might be simpler in the long run!

UserFriendly94 -

That makes sense. Maybe I should just download the drivers as packages and write a quick PowerShell script to manage them.

Answered By DriverGuru99 On

I'm totally on board with letting DCU update itself. If you're already using Ansible/Chocolatey, remove it from your workflow and let it handle the updates. It could save you a lot of hassle.

TechieGamer42 -

I guess I was too focused on trying to control DCU since we usually managed it through Chocolatey. It probably makes sense to let it go and keep things simple.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.