I want to monitor registry activity by process name, like the Process Explorer does with disk activity. The Process Monitor shows the actual registry accesses, but I just want the count of registry activities per process name. This way, I can see who the 'heavy hitter' is, when my PC is brought to its knees by registry accesses.
My best choice would be for Process Explorer to add selectable columns for registry reads, writes, delta reads, delta writes, etc.
I'm OK with writing a C# program, so if there are any internal system calls I might make that get this data, I could use them.
Andy