joakim 4 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 Share this post Link to post Share on other sites
PsaltyDS 39 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 Share this post Link to post Share on other sites
joakim 4 Posted June 15, 2010 Hmm, I suck at searching. Thanks a lot. No need to reinvent the wheel then. Joakim Share this post Link to post Share on other sites