[SOLVED] Need a software to view and modify REG files as folder structure ?

baboo85

Reputable
Nov 6, 2017
16
1
4,515
Hi, I have 2 REG file exported from 2 different PCs, and I want to visually compare them.

There are too much entries to compare them with a text editor (one is 25MB), I need a tool that open the REG file as folder view like the normal regedit.
I can't find anything, all I can find are a "regedit clone" software or things like notepad++ / winmerge that display a text file.

There is something for that? Portable ones are preferred but doesn't matter if not. Thank you.
 

Ralston18

Titan
Moderator
Powershell Compare-Object

Overall there are a number of ways to do such comparisons and present the results.

https://devblogs.microsoft.com/scripting/use-powershell-to-compare-two-files/

https://learn-inside.com/how-to-compare-files-using-powershell/

Python is another tool you can use:

https://learn-inside.com/how-to-compare-files-using-powershell/

However, be sure to do any experimenting in a test environment where if something goes wrong the original files are somewhere safe.

Then you can simply copy the files into the test environment and try again.

Very good chance that you will find some already written script or app that will meet your requirements. Or be easily modified in some manner if necessary.
 

Latest posts