Need Special Registry Traversal Tool
All,
I have scoured the forums and google to no avail. There are tons of registry hacks out there but I am looking for something more specific.
I want to traverse the entire registry for a key matching "Pattern", and return a collection of registry locations that match the Pattern.
Anyone see something like this? I can make it but I always look to see if its already been done first.
Thanks!
Dave
Re: Need Special Registry Traversal Tool
My best solution is to use regedit's export feature to dump the whole lot to disk and then grep it.
I expect you'd already thought of that though...
Re: Need Special Registry Traversal Tool
Yes, I intend to hook into this programmatically for a vaiety of purposes.