Tuesday, May 17, 2011

Erasing Registry Values, Keys

http://www.robvanderwoude.com/regedit.php

As easy as using a minus in the .reg file.

Erase a value

[HKEY_CURRENT_USER\SomeKey\SomeOtherKey]
"RemoveThisValue"=-


Erase a key

[-HKEY_CURRENT_USER\SomeKey\RemoveThisKey]

No comments:

Post a Comment