Erik Hoffmann
posted this on November 03, 2009 21:04
Remove collector service manually Sometimes the collector will not be removed automatically by the installer. Please follow the following steps to remove the collector manually For Windows XP and Windows 2003 use regedit.exe, for Windows 2000 use regedt32.exe If you cannot delete the keys, set the permissions of those key to "everyone, full access" Remove the following keys. Version 2.x HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_M42COLSVC HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_M42COLSVC HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_M42COLSVC HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\M42COLSVC Version 3.x or higher HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\Root\LEGACY_MIRROR42_METRICS_COLLECTOR HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Enum\Root\LEGACY_MIRROR42_METRICS_COLLECTOR HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\Root\LEGACY_MIRROR42_METRICS_COLLECTOR HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Mirror42 Metrics Collector Note: You may see a different combination of numbered control sets. Typically, only two control sets are stored in the SYSTEM subtree, but there can be up to four. The numbers may or may not be sequential. For example, another computers can contain the SYSTEM subtrees ControlSet001 and ControlSet003. For the sake of discussion, I’ll use ControlSet001 and ControlSet002 in the examples. The ControlSet001, ControlSet002, and Clone keys all contain complete copies of the required boot information in what are called control sets. One of the numbered control sets is used by default to boot the computer (in this case, ControlSet001), and the other contains the Last Known Good configuration (in this case, ControlSet002). For administrative convenience, CurrentControlSet is a pointer to whichever control set was used to boot the computer. In this case, CurrentControlSet points to ControlSet001