PDA

View Full Version : how to delete a key in registry editor



jingxiang
08-19-2004, 06:42 PM
Hi,

we can create a registry file in Notepad, and save as .reg format.

for example:
[HKEY_CURRENT_USER\Control Panel\don't load]
"access.cpl"="no"


if i want to delete a "don't load" folder, i just add a minus "-" in front of the hive. such as:

[-HKEY_CURRENT_USER\Control Panel\don't load]


Question.
now i don't want to delete the "don't load" folder, i just want to delete the "access.cpl"="no"" string key, what should i add in front of the string?

i tries
-"access.cpl"="no"

still cannot delete the key.


Thank you.