What’s all the buzz about registry hives?
Notable amongst them is Microsoft’s REGEDIT program . Interestingly, the .REG format is an internal format of the registry editor Regedit.exe, only. There is no API for creating or manipulating .REG files. Since no API is available, programmatically working with .REG files is a tedious business. I wonder how many different parsers have been created […]