Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.