What is Peach
Installing
Tutorials
Methodology
Introduction
FAQ
Peach 3
Peach Pits
 General Conf
 Data Modeling
 State Modeling
 Agents
  Monitors
 Test
  Publishers
  Loggers
Running
Minset
Peach 2.3

License

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>