Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

 
 

Uninstalling a WinCollect Agent from the Command Prompt

You can uninstall the WinCollect agent from the command prompt.

  1. From the desktop, select Start >Run, type cmd, and click OK.
    Note:

    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.