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"=-
Posted 5:52 PM
|
0 comments
|
Permalink