Hi everybody,
i want to read all the exe files which are below this path.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths
I knew how to read the following files AcroRd32.exe and bckgzm.exe, etc;
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\AcroRd32.exe
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\bckgzm.exe
by using the RegOpenKeyEx() function.
But now i need to list all the exe files which are under
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths directory.
Thro' which method i can get all the files.
kindly reply for this asap.
Also provide the links which is useful for this question.
Regards
Pugazharasu Chandrakesan