I am trying to read all the registry keys below this path:
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\
Under that folder there are a list of GUIDs that I want to get
Edit – I cannot use .Net
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the REG.exe QUERY command and capture the results (see this page: http://www.rgagnon.com/wshdetails/wsh-0017.html)