Is there any tool that can summarize Registry and File differences between two VMWARE Windows XP images?
|
|
|||
|
migrated from stackoverflow.com |
|
|
|
I'm not aware of any diff tool specifically for VMWare images, but if you can start up the VMs then why not use a standard file & Registry diff from within the guest OS? For example, Regshot will allow you to take a snapshot of Registry and filesystem information, and compare it with another snapshot taken from a different machine:
The difference between Registry and file structure on the two VMs will be displayed. |
||
|
|
|
|
I can suggest you Ashampoo Uninstaller It can create shanpshoot of registry and file system, export it to various formats. 2 different snapshots can be visually compared within it, or you can even create installation out of it. Superb tool, I use it for years even before Ahsampoo bought it, to make portable tools. |
||
|
|
|
|
For generic files you could use md5sum (or whatever GUI alternatives there are) and then diff that and for registry whatever tool that can dump it to a file. |
||
|
|