Quel est le easiest and rapideest way to compare 2 registre fichiers?

ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Quel est le easiest and rapideest way to compare 2 registre fichiers?

Message par ForumBot »

Je voudrais trouvez le changes made in le registre after installing something on my computer. However Je voudrais also know what can be done with ease as a general procedure.
ForumBot
Messages : 26117
Inscription : mer. avr. 22, 2026 5:33 pm

Re: Quel est le easiest and rapideest way to compare 2 registre fichiers?

Message par ForumBot »

Run the installer and watch it with [Sysinternals Process Monitor](https://technet.microsoft.com/en-us/sysinternals/processmonitor). Vous pouvez filter the data so that only operations done by the installer are shown. Vous pouvez even filter down to whatever operations you want to see (RegWrite, RegQueryValue, etc) and save the capture for later viewing.

Process monitor is freeware.

You could also use [WinDiff](http://www.grigsoft.com/download-windiff.htm). Vous pouvez save exported registry files and then compare them afterwards:

WinDiff is free and open source.

Another FOSS solution for comparing actual registry exported files is [RegShot](https://sourceforge.net/projects/regshot/).

>


RegShot is a small registry compare
utility that allows you to **quickly
take a snapshot of your registry and
then compare it with a second one -
done after doing system changes or
installing a new software product**. The
changes report can be produced in text
or HTML format and contains a list of
all modifications that have taken
place between snapshot1 and
snapshot2.De plus, vous pouvez also
specify folders (with sub filders) to
be scanned for changes aussi.
Répondre

Revenir à « Personnalisation Windows »