Uninstalling a WinCollect Agent from the Command Prompt
You can uninstall the WinCollect agent from the command prompt.
- From the desktop, select Start >Run, type cmd, and click OK.
Note You need to run the command prompt as an administrative user.
- If you want to remove all files, type the following command:
msiexec /x{1E933549-2407-4A06-8EC5-83313513AE4B} REMOVE_ALL_FILES=True /qn
- 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
- Press Enter.