• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

util to see registry changes?

dbarton

Senior member
Is there a free utility to show all changes a program makes when it installs?

I would like to try programs and have em leave *no* remnants behind..
 
Regmon is no joke! - it's going to spit out so much data it will be painful to parse.

If you are interested in monitoring the changes you could also try winstallLE that comes on your 2000 CD.
It does a before and after snapshot kind of thing.

If you're running XP you can also use a system restore point to roll back. This will work 100% for your registry but file wise it will only roll back system files, leaving any odd program files alone.
 
If you're running XP you can also use a system restore point to roll back. This will work 100% for your registry but file wise it will only roll back system files, leaving any odd program files alone.

While SR will leave My Documents alone, it will roll back contents in the Program Files directory and others (not just system files). It's very poorly documented, but I've seen the effect (from using it and having to reinstall some shareware apps that disappered)

Bill
 
I did try Regmon and it does seem like overkill..

I am only really interested in what the program I have just installed has doen to the registry and it seems like Regmoin is showing all kinds of stuff going on..

Didn't PC Magazine publish a simpler thing?
 
There is a somewhat clunky built-in registry auditing feature in XP, isn't there? If you have XP Pro, you can try this out if you want.
 
dbarton if you're just interested in making sure the registry is perfectly clean after installing/testing/uninstalling then make a restore point before you begin and then roll back to it when you are done. I guarantee it will be clean.

If you are interested in tracking what's happening you could try SysDiff as well. Search at MS for it.
 
Back
Top