[Updated] An AES Encrypting Registry Class
The CAESEncRegKey class addresses the occasional problem of securely saving data to the Registry. This article presents Yet Another Registry Class that encrypts data using AES.
The CAESEncRegKey class addresses the occasional problem of securely saving data to the Registry. This article presents Yet Another Registry Class that encrypts data using AES.
Change hidden system settings with a GUI instead of going directly through the Registry.
MFC and Win API don't have functions that store arrays in the Windows Registry. This article describes the class based on MFC CArray class that solves this problem.
Read and write data in the Registry.
Very useful class that also includes the ability to filter out specific module names and types
A quick loko at the Internet Explorer System Registry settings.
This tool helps developers to export the registry information.
You can use this code to let your program run automatically at system startup, it shows you also how to use some of API registry functions.
Very sophisticated class for serializing your date to the Registry
Template based Registry class with serialization
A registry class that gives you the ability to easily persist member variables of any C++ class
Registry manipulation class with exception handling
Serializing CStringList in the registry