Hello, 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?
Hello, 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?
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.