Results 1 to 2 of 2

Thread: Registry Key Dump

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2000
    Posts
    19
    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

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    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
  •  



Click Here to Expand Forum to Full Width