-
Registry Record
Hey,
Does anyone know of a program that can record all registry changes between two time periods.
I need to get hold of all the reg keys that are created during an instalation.
If there is no program does anyone know of another way of doing this.
Thanks alot,
TNT
-
You could try backing up the registry and then installing the program. Compare the backup copy with the current registry and those are the changes. This method is kind of difficult because of the size of the registry though.
- Sean
-
The very best util (IMHO) for this is Regmon....it was written by Mark Russinovich who cowrote Inside Windows 2000....download it here for free.
The program shows all keys being altered and queried........you can filter by specific processes........very handy when you need to work out how a program is doing something and change it ;)