|
-
Jun 27th, 2000, 12:37 PM
#1
Thread Starter
Hyperactive Member
How can i make the program search through the registry, and when it finds the key, it deletes it??
-
Jun 27th, 2000, 12:57 PM
#2
Hyperactive Member
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
-
Jun 27th, 2000, 12:59 PM
#3
Thread Starter
Hyperactive Member
well I know what keys I am deleting...
-
Jun 27th, 2000, 01:25 PM
#4
Lively Member
Sacofjoea
Take a look at http://www.vb-world.net/articles/registry2/
That explain a lot of function to exploit the registry.
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
|