🌐
PowerShell Forums
forums.powershell.org › powershell help
Any version of Dell Command Update remove script - PowerShell Help - PowerShell Forums
March 5, 2022 - Hello. I am new to powershell and need to run a script that will remove Dell Command Update from multiple different machines with multiple different versions. I have written then script but am having a bit of difficulty as there are brackets in the uninstallstring.
Discussions

Struggling with Uninstall Script
I've got a script that does just that. I've used this base for a few applications that we've wanted to uninstall with various versions in the environment. $Name = "Dell Command | Update" $Timestamp = Get-Date -Format "yyyy-MM-dd_THHmmss" $LogFile = "$env:TEMP\Dell-CU-Uninst_$Timestamp.log" $ProgramList = @( "HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*", "HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*" ) $Programs = Get-ItemProperty $ProgramList -ErrorAction SilentlyContinue $App = ($Programs | Where-Object { $_.DisplayName -eq $Name -and $_.UninstallString -like "*msiexec*" }).PSChildName Get-Process | ? {$_.ProcessName -eq "DellCommandUpdate"} | Stop-Process -Force $Params = @( "/qn" "/norestart" "/X" "$App" "/L*V ""$LogFile""" ) Start-Process "msiexec.exe" -ArgumentList $Params -Wait -NoNewWindow I use PDQ Deploy to run the uninstall, so logs are put in the temp location of the service account. More on reddit.com
🌐 r/PowerShell
10
8
May 7, 2021
Need help - Unable to uninstall app through Powershell/Intune
Hi All, I'm having some trouble with deploying a powershell script through our InTune enviroment. The script is set to uninstall the "Dell Command | Update" windows app but seems to be failing. I've checked the logs and can see it ran… More on learn.microsoft.com
🌐 learn.microsoft.com
2
1
Dell Command Update | Uninstall & Install
Start using driver updates from intune. It’s not as frequent or robust, but this shit goes away. More on reddit.com
🌐 r/Intune
2
1
November 12, 2024
windows - unable to uninstall ghost program via wmi on powershell or cmd - Stack Overflow
we have a ghost program Dell Command Update that is not uninstalling properly with WMI it keeps returning the result code of --> 1603 I try to run PowerShell and cmd as admin by right-clicking the More on stackoverflow.com
🌐 stackoverflow.com
🌐
SILENT INSTALL HQ
silentinstallhq.com › dell-command-update-silent-uninstall-powershell
Dell Command Update Silent Uninstall (PowerShell) - SILENT INSTALL HQ
October 12, 2025 - ##*===========================... 'Uninstallation' ## Uninstall Any Existing Version of Dell Command Update Remove-MSIApplications -Name "Dell Command | Update" ##*=============================================== ##* POST-UNINSTALLATION ...
🌐
Dell
dell.com › support › manuals › en-us › command-update › dellcommandupdate_3.1_ug › uninstall-dell-command-update-for-windows-10
Dell Command | Update Version 3.1 User's Guide | Dell US
To uninstall Dell Command | Update for Window 10 by using command prompt, run the following command with administrative privileges: Dell-Command-Update_xxxxx_WIN_y.y.y_A00.EXE /x
🌐
SILENT INSTALL HQ
silentinstallhq.com › dell-command-update-install-and-uninstall-powershell
Dell Command Update Install and Uninstall (PowerShell) - SILENT INSTALL HQ
October 12, 2025 - Search the Silent Install Knowledge ... ... Copy the PowerShell script below to “C:\Downloads\DellCommandUpdate“ & name it Deploy-DellCommandUpdate.ps1 · <# .SYNOPSIS This script performs the installation or uninstallation of Dell Command Update...
Find elsewhere
🌐
Reddit
reddit.com › r/powershell › struggling with uninstall script
r/PowerShell on Reddit: Struggling with Uninstall Script
May 7, 2021 -

Hello All,

I'm trying to write a script that searches for any install of a specific application (Dell Command | Update) in HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall. I'm trying to avoid using get-wmiobject. All I really want is for the application's GUID to be piped into a variable, so I can use it to make my own uninstall string with my own arguments. I can't seem to get this right or find an example online of this. Has anyone solved this already and can share?

🌐
Dell
dell.com › dell community › software › windows general
Uninstall Dell SupportAssist and Dell Command Update | DELL Technologies
May 15, 2024 - Then we can use Intune to send the script out and uninstall for the whole fleet. Thank you very much! ... Try this for Support Assist. "C:\Program Files\Dell\SupportAssist\uninstaller.exe" /arp /S · You can export settings from Command Update and import them into your existing installs to stop them from messaging users.
🌐
Patrick Domingues
patrickdomingues.com › home › tutorials › windows › how to remove dell support assist & command update with powershell
How to Remove Dell Support Assist & Command Update with PowerShell
August 16, 2024 - This PowerShell script is designed specifically to automate the removal of Dell SupportAssist and Dell Command | Update applications from systems. These Dell utilities are often pre-installed on Dell machines, and while useful for some environments, ...
🌐
Dell
dell.com › support › manuals › en-uk › command-update › dcu_ug › uninstall-dell-command-update
Dell Command | Update Version 5.x User's Guide | Dell UK
To uninstall, Dell Command | Update run the following command with administrative privileges: Dell-Command-Update-Application_XXXXX_WIN_y.y.y_A00.EXE /passthrough /x /s /v"/qn"
🌐
Dell
dell.com › support › manuals › en-us › command-update-v3.1 › dellcommandupdate_3.1_ug › uninstall-dell-command-update-for-windows-10
Uninstall Dell Command | Update for Windows 10
To uninstall Dell Command | Update for Window 10 by using command prompt, run the following command with administrative privileges: Dell-Command-Update_xxxxx_WIN_y.y.y_A00.EXE /x
🌐
GitHub
github.com › SuperJohan64 › Uninstall-DellCommandUpdateUniversal
GitHub - SuperJohan64/Uninstall-DellCommandUpdateUniversal: A PowerShell tool that removes Dell Command Update using the MSI install codes. · GitHub
A PowerShell tool that removes Dell Command Update using the MSI install codes. - SuperJohan64/Uninstall-DellCommandUpdateUniversal
Author   SuperJohan64
🌐
Microsoft Learn
learn.microsoft.com › en-us › answers › questions › 883028 › need-help-unable-to-uninstall-app-through-powershe
Need help - Unable to uninstall app through Powershell/Intune - Microsoft Q&A
Hi All, I'm having some trouble with deploying a powershell script through our InTune enviroment. The script is set to uninstall the "Dell Command | Update" windows app but seems to be failing. I've checked the logs and can see it ran…
🌐
Dell
dell.com › home › support home › product support › manuals
Dell Command | Update Version 3.1.1 User's Guide | Dell Belize
To uninstall Dell Command | Update for Window 10 by using command prompt, run the following command with administrative privileges: Dell-Command-Update_xxxxx_WIN_y.y.y_A00.EXE /x
🌐
Reddit
reddit.com › r/intune › dell command update | uninstall & install
r/Intune on Reddit: Dell Command Update | Uninstall & Install
November 12, 2024 -

I'm trying to manage BIOS & driver updates for Dell devices via Intune. I have packaged the latest DCU apps, settings are configured as per https://evil365.com/dell/UpdateDriversBIOS-DellCommandUpdate/ .

Everything is working fine only when the latest DCU universal app packaged and deployed to the devices. If the device is installed with the older version of DCU, the settings are not getting applied. I assume this is because I used the ADMX from the latest DCU app.

Is there a way to uninstall old app as part of the new app deployment? I have a PR script in place to uninstall DCU, but it could conflict with the installation as it'll detect the displayName and remove the app.

🌐
Reddit
reddit.com › r/powershell › [deleted by user]
[deleted by user] : r/PowerShell
May 4, 2023 - cheers for this, I'm testing this as a proactive remediation script ... try { $Name = "Dell Command | Update*" $ProgramList = @("HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall*","HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall*" ) $Programs =Get-ItemProperty ...