Use this unit if you want to do only a few actions with the registry. Each action is done by writing only one line of code. No need to declare a variable as TRegistry, to choose the ROOT, the KEY and only then to read/write a value...
Example: QuickWriteBool('HKEY_CURRENT_USERSoftwareMy progAutosave', CheckBox1.Checked, True);