I've searched the web for hours trying to find how to delete a file from the registry but havent found anything.
basically what I want to do is delete a file from a folder inside of the software folder of HKEY_CURRENT_USER for example
HKEY_CURRENT_USER -> Software -> MyProgram -> MySettings -> File
where 'File' is a binary file.
please help, I just want a simple code in C++ with an explanation on how to delete ONE file in the directory above.