I noticed that my MFC based applications (also using BCGControlBar Pro) is creating several keys under the application key with a GUID (e.g. Computer\HKEY_CURRENT_USER\SOFTWARE\Acme\Program Name\3CF4873E-E8CC-4e67-A3D2-56F5B610B4FA
). In those keys are a single REG_SZ value named Untitled
with the Data blank (empty string).
This must be something the framework is doing because I don't create them. What are these and how do I stop it from happening?
Thanks.