CleanupRegistry Monitor (Windows)
The CleanupRegistry monitor will remove a registry key or a keys children.
The following key prefixes are used:
-
HKCU\ — Current user
-
HKCC\ — Current config
-
HKLM\ — Local machine
-
HKPD\ — Performance data
-
HKU\ — Users
Parameters
-
Key — Registry key to remove
-
ChildrenOnly — Only cleanup sub-keys. (optional, defaults false)
Examples
Clean up after office
<Agent name="Local">
<Monitor class="CleanupRegistry">
<Param name="Key" value="HKLM\SOFTWARE\Office13\Recovery" />
</Monitor>
</Agent>


