Introduction
This document outlines the procedure of manually uninstalling the Enterprise Agent on Windows so that it will properly remove all associated files and registry keys.
Procedure
- Copy the proper Agent installer MSI to the local machine (ensure it is the same version that is installed)
- Open a Command Prompt (as Administrator)
- Formulate and run the uninstallation command, according to the following:
msiexec /x "[full_path_to_agent_msi]" NUKE=1
Notes
- The above MSIEXEC command can be used in conjunction with an Agent MSI in SCCM (or similar) to uninstall Agents en masse.