Skip to content

Remove Agents

It’s easy to remove PerformanceGuard agents from computers.
Prerequisites:

  • You must be logged in to the computer with local administrator rights.
  • You must use the same .msi package that was used for the installation.
  • If the agent was installed on a per-user basis, you must use the same login that was used for the installation. If you don’t use the same login, the installer won’t be able to find the software to remove.
  • Components may be in use at the time of removal. If that’s the case, a restart of the computer will be required after the removal has finished.

Remove the PerformanceGuard agent using the following command line:

Terminal window
msiexec /x XXXXX.msi

Replace XXXXX.msi with the name of the agent installation file (note that names are different, depending on whether you use a 32-bit or a 64-bit agent installation file).
Removal usually takes less than a minute.

If removing multiple agents you may want to keep the removal process completely transparent to the end users.

In that case, apply the /q (quiet) and /n (don’t ask) parameters to the command line when removing:

Terminal window
msiexec /x XXXXX.msi /qn

Replace XXXXX.msi with the name of the agent installation file (note that names are different, depending on whether you use a 32-bit or a 64-bit agent installation file).