.REG files can not only add and modify but also delete keys and values from the Windows registry.
To delete a registry key
[-HKEY_LOCAL_MACHINE\Software\Test]
To delete a registry value
HKEY_LOCAL_MACHINE\Software\Test
"TestValue"=-
Nutrition for the ambitious .NET developer - since 2003
.REG files can not only add and modify but also delete keys and values from the Windows registry.
To delete a registry key
[-HKEY_LOCAL_MACHINE\Software\Test]
To delete a registry value
HKEY_LOCAL_MACHINE\Software\Test
"TestValue"=-
No comments:
Post a Comment