Results 1 to 4 of 4

Thread: and I said ohhhhhhhhhhhhhhhhhhhhhhhhhhhhh

  1. #1

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    How can i make the program search through the registry, and when it finds the key, it deletes it??

  2. #2
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    461
    Do a search in this forum on "RegEnumValue"

    It is an API call that produces a list of keys given a particular key value.

    You can use it (with heavy modification) to scan through each key and recursively search for another one until it found the one you are after and delete it.

    But I would be very wary of doing this... as some keys exist in areas like the class id's that really shouldn't be touched or they will bring your system down

  3. #3

    Thread Starter
    Hyperactive Member Sacofjoea's Avatar
    Join Date
    May 2000
    Location
    Never Never Land
    Posts
    472
    well I know what keys I am deleting...

  4. #4
    Lively Member
    Join Date
    Jun 2000
    Location
    Belgium
    Posts
    77

    Wink

    Sacofjoea

    Take a look at http://www.vb-world.net/articles/registry2/
    That explain a lot of function to exploit the registry.
    KWell

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