Hi i want to edit registry entries with c language anyone please help me about how to edit stings,dwords,......etc in registry using c or c++ language
As I'm not allowed to post links yet, all I can suggest is to use Google - there are tons of examples available out there. RegOpenKeyEx, RegCloseKey and RegQueryValueEx should be enough for what you are asking for.