Results 1 to 1 of 1

Thread: Reading Registry Values (Resolved)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member vb_dba's Avatar
    Join Date
    Jun 2001
    Location
    Somewhere aloft between the real world and insanity
    Posts
    1,016

    Reading Registry Values (Resolved)

    How would I create a loop to read through the subkeys of a registry key? For example, I want to know what all software has been installed on a computer. The key that contains this information is HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall. There are several subkeys under here that contain the information I need. How can I loop through the subkeys to obtain the information (DisplayName & DisplayVersion)?

    -----------------------------
    I found an example on MSDN.


    Chris
    Last edited by vb_dba; Dec 3rd, 2001 at 04:49 PM.
    Chris

    Master Of My Domain
    Got A Question? Look Here First

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width