Saturday, April 25, 2009

Deleting Specific Registry Value

In a previous tip, Automatically Deleting a Registry Key, it was mentioned how to remove an entire registry key.
If you want to simply remove a specific value within a key, use the syntax below:

[Registry Key]
"value"=-

For example:

REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
"MSConfig"=-

would delete the value MSCONFIG.

Share this

0 Comment to "Deleting Specific Registry Value"

Post a Comment