Jump to content

Looping through the registry


Recommended Posts

I am wondering if anybody knows how to recursively loop through the registry. We must therefore be able to loop through an unknown level of depth of subkeys with entries. I am thinking that RegEnumKey() and RegEnumVal() (in loops) must be transformed to arrays, but am not sure. Any thoughts on how to do this?

The actions to perform on a given entry is not important at the moment, but will ultimately be a search/replace utility for strings (this part is not too hard though).

Joakim

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...