I have a problem. I need to trace all read/write operations to the registry made by various different programs.
I need to do this tracing from within a C# program.
Can I do this, or is it impossible?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Answer is you can…. 🙂
Sysinternals has developed a utility called Regmon that does this thing. Then there is no reason to become this “Impossible”
But definitely some time will be needed to understand the procedure of doing this..
Update : I found a way of doing it.
MSDN Thread
CodeProject Article