searching registry keys.
-
Hi, I would like to write a utility which will clear all those registry entries which has a particular sub string (e.g "mycompany"). So to achieve this I think i need to implement some logic which will check all those registry paths having keys which contain string/sub string "mycompany". I am trying to find out is there any API like FindNextFile() or some thing like that for registry keys. Thanks in advance.
Birajendu SonicWALL Bangalore India
-
Hi, I would like to write a utility which will clear all those registry entries which has a particular sub string (e.g "mycompany"). So to achieve this I think i need to implement some logic which will check all those registry paths having keys which contain string/sub string "mycompany". I am trying to find out is there any API like FindNextFile() or some thing like that for registry keys. Thanks in advance.
Birajendu SonicWALL Bangalore India
-
Hi, I would like to write a utility which will clear all those registry entries which has a particular sub string (e.g "mycompany"). So to achieve this I think i need to implement some logic which will check all those registry paths having keys which contain string/sub string "mycompany". I am trying to find out is there any API like FindNextFile() or some thing like that for registry keys. Thanks in advance.
Birajendu SonicWALL Bangalore India
If you are using C++/CLI, see here: http://msdn.microsoft.com/en-us/library/microsoft.win32.registry.aspx[^] If you are looking for a native code solution, please ask in the appropriate forum: http://www.codeproject.com/Forums/1647/C-Cplusplus-MFC.aspx[^]
Regards, Nish
My technology blog: voidnish.wordpress.com Code Project Forums : New Posts Monitor This application monitors for new posts in the Code Project forums.