Is there an application that watches the registry in real time, and tell me which registry keys got modified when I install a program?

This is useful as I don't want my program, downloaded from the Internet, simply change crucial registry and in the worse case, render my OS unusable.

link|improve this question

53% accept rate
feedback

1 Answer

There is a tool called regmon. It's pretty good for what you are trying to do.

You can also use its spin off called Process Monitor.

link|improve this answer
1  
Yes! The Sysinternals tools are the way to go! Regmon has actually been retired and replaced by Process Monitor, which is a much more flexible and powerful tool. – heavyd Sep 16 '10 at 14:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.