|
-
Mar 29th, 2000, 12:53 AM
#1
Thread Starter
Junior Member
I'm in need of a snippet that can give me a dump of ALL registry keys to a flat file. I've been searching all over the net and all I seem to come up with are editors that home in a pre-defined key. Arrgh. Please help
-
Mar 29th, 2000, 06:45 AM
#2
Hyperactive Member
I'm not going to give you the code... (Because I would have to write it) and it happens to be a recursive algorithm.
But what you are looking for is an API call by the name of RegEnumValue (Or very close).
What that does is allows you to call a specific key and if you call it again will give you the next key in the list.
Its up to you to determine when the key is actually a new folder and recursively scan down that one as well.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|