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.
As a plus, you can also specify to scan folders and subfolders for changes.
What's New in This Release: [ read full changelog ]
· Change some calls to ANSI version(lstrcmp->strcmp...)
· Use risk . and .. compare
· Use HeapAlloc instead of GlobalAlloc,danger but slightly faster,see sourcecode
· html differ color from e0e0e0 to e0f0e0.
· Add french languagefixed, kazakh language.
· Add new style browseforfolder by Belogorokhov Youri! (NT )
· Do not save setting to regshot.ini when there is no such ini file.( idea from "alan borer" in My msg board)
· Fix crash bug in former version if start from cmd window
· minor changes and minor bug fixed