Remove Dell Support Assistant

Hi All,

New to Bigfix, please help me with a script to remove Dell Support Assistant on Windows systems

Regards,
TS

Assuming it is an installed application, you would create a Task or Fixlet to run the appropriate Uninstall String on the targeted systems.

There’s a lot of uninstall examples at bigfix.me

In my environment, there were a handful of computers that had some other exe version of Dell Support Assist.

The below command silently uninstalled that particular version:

“C:\Program Files\Dell\SupportAssist\uninstaller.exe” /arp /S

Relevance:
exists key “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\PC-Doctor for Windows” of native registry

1 Like