Uninstalling a program on Windows

4

2

When I install and uninstall a program there always seems to be stuff leftover that the uninstall didn't remove.(files,registry keys) Is there an easy way to log everything that was installed so it can be cleanly and compleatly removed at a later time? Are there any open source projects that can take a snapshot of your system before and after an install?

Tony

Posted 2009-07-24T11:58:35.043

Reputation: 233

Doesn't system recovery do something similar? – None – 2009-07-24T12:01:46.427

Answers

7

I've been using Revo Uninstaller for over a year to clean out the junk (registry keys, empty folder), and it works great in Advanced mode. Totally free.

Mark Struzinski

Posted 2009-07-24T11:58:35.043

Reputation: 955

2

I don't know any programs like you described but CCleaner can clean the things you described (files, registry etc.).

erelender

Posted 2009-07-24T11:58:35.043

Reputation:

1

Sandboxie will do this for you.

Espo

Posted 2009-07-24T11:58:35.043

Reputation: 294

Superuser says: "This site is currently in private beta testing." Why should the question belong there? – None – 2009-07-24T12:08:13.620

1

I think the quick answer is no.

Even if you took a snapshot before and after, and reset things to how they were, you would encounter some other process that modified or created a file while the install took place.

If you want to clean up your registry, there are tons of registry-cleaning tools out there that fix problems and remove orphaned entries.

Fenton

Posted 2009-07-24T11:58:35.043

Reputation: 194

0

You could use a virtual machine to take a snapshot and then compare the output, though this is admittedly a very heavy-handed method.

Here is a tool that seems to monitor registry changes and might be what you are looking for.

user1596

Posted 2009-07-24T11:58:35.043

Reputation: 1 414