Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 993 Bytes

File metadata and controls

27 lines (20 loc) · 993 Bytes

RegFileChecker

Downloads GitHub stars


Currently, the easiest way is to drag a *.reg file to RegFileChecker.exe to see the result.

  • Green entries match
  • Yellow have other values
  • Red does not exist
  • Pink has no access rights

example

With the CLI flags it is also possible to simplify this process if you have multiple files and want to have only the differences that are not written or are written incorrectly.

echo Windows Registry Editor Version 5.00 > diff.reg
RegFileChecker.exe -noinfo -nocolor -exit test1.reg >> diff.reg
RegFileChecker.exe -noinfo -nocolor -exit test2.reg >> diff.reg