LKBEN10783: Howto delete a single registry value with a reg file
LKB | Created: 02/04/2020 | Version: 0 | Language: EN | Rating: 0 | Outdated: False | Marked for deletion: False
Author: Wim Peeters - Keskon GmbH & Co. KG
Symptom
You want to delete a certain value but the key should stay
Cause
none
Solution
This can be used to delete a registry hive
[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]
In this case you delete all the values the hive contains. To just delete on of the values you can use the following construct:
e.g.
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader]
"EULA"=-
Please note the minus behind the comparison. If you cannot delete the registry key, you should have a look at your rights to delete the value. Under HKLM (HKEY_LOCAL_MACHINE) you might need administrator rights.
About the Author
Wim Peeters is electronics engineer with an additional master in IT and over 30 years of experience including time spent in support, development, consulting, training and database administration. Wim has worked with SQL Server since version 6.5. He has developed in C/C++, Java and C# on Windows and Linux in different European countries and different European languages. He writes knowledge base articles to solve IT problems and publishes them on the Lubby Knowledge Platform where he is one of the most important contributors and the main developer.