Uninstalling a WinCollect agent from the command prompt

You can uninstall the WinCollect agent from the command prompt.

Procedure

  1. From the desktop, select Start > Run, type cmd, and click OK.
    Attention: You need to run the command prompt as an administrative user.
  2. If you want to remove all files, type the following command:
    msiexec /x{1E933549-2407-4A06-8EC5-83313513AE4B} REMOVE_ALL_FILES=True /qn
  3. If you want to remove just the WinCollect application, and not configuration files, stored events, and bookmarks, type the following command:
    msiexec /x{1E933549-2407-4A06-8EC5-83313513AE4B} REMOVE_ALL_FILES=False /qn
  4. Press Enter.