joakim Posted June 14, 2010 Posted June 14, 2010 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
PsaltyDS Posted June 14, 2010 Posted June 14, 2010 Been there, done that, nobody giving out t-shirts though... _RegSearch() Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
joakim Posted June 15, 2010 Author Posted June 15, 2010 Hmm, I suck at searching. Thanks a lot. No need to reinvent the wheel then. Joakim
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now