Is there a way to track changes in Windows registry? I\'d like to see what changes in the registry are made during installation of various programs.
When using a VM, I use these steps to inspect changes to the registry:
HKLM\SYSTEM
or HKLM\SOFTWARE
Now use your favourite diff program to compare the 'before' and 'after' snapshots.