How can we uninstall Windows Nimsoft / DX UIM robots via the command line if the uninstaller (unistall.exe) is not present?
We want to uninstall DX UIM robots via command in line and in bulk, what is the procedure?
sc stop NimbusWatcherService
sc delete NimbusWatcherService
"C:\Windows\System32\REG" DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{4337A496-6773-4624-985F-E203E1D08CC9}" /f
rmdir /s /q <UIM_INSTALL_FOLDER>
--(Eg:rmdir /s /q "C:\Program Files (x86)\Nimsoft")sc stop NimbusWatcherServicesc delete NimbusWatcherService"C:\Windows\System32\REG" DELETE "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{D4BD8ECF-3D32-4F3E-A4DB-A87052CFD4EA}_is1" /frmdir /s /q <UIM_INSTALL_FOLDER>
--(Eg:rmdir /s /q "C:\Program Files\Nimsoft")
As of July 2024, current docs include incomplete steps for robot uninstallation on windows.
Start, Stop, or Uninstall a Robot (Command Line) (broadcom.com)