Detect Windows Registry Modifications

  • Thread starter Thread starter NormanWilburn
  • Start date Start date
N

NormanWilburn

How can I detect any changes made to my windows registry? For example,
I want to be able to run a program that starts creating a log of all
registry changes. After I run the program I run an installation file
for some downloaded software, and I want to see all registry entries
added, modified, and removed by that software.

Is there pre-existing software for this purpose?

If not, how would I go about creating this program in VB.net, C#, or
C++.net?
 
Back
Top