Volleynerd Knowledge Base

Wednesday, February 18, 2004


Delete Key from .REG file

REG files are useful for importing data into the registry, but you can also delete keys and values with a REG file.

Delete the whole key (recursively, of course) like this (note the minus sign just inside the left bracket):
[-HKEY_CLASSES_ROOT\foo]
Delete a single value like this:
[HKEY_CLASSES_ROOT\foo]

"Name"=-





Comments: Post a Comment

Home