Skip to content

spddl/RegFileChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages