Wednesday, March 26, 2008

Tip: .REG files can also delete keys and values

Windows Tip .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: