Erase a Registry Key using a .reg file
Erase-a-RegKey. - Miscellaneous Debris: "Erase-a-RegKey"
to Delete values: use a dash on the value like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\MyStuff]
"MyLittleValue"=-
"MyLittleValue2"=-
But if you still need to delete entire key
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\Software\MyStuff]
original post by AvnerK in Erase-a-RegKey. - Miscellaneous Debris
to Delete values: use a dash on the value like this:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\Software\MyStuff]
"MyLittleValue"=-
"MyLittleValue2"=-
But if you still need to delete entire key
Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\Software\MyStuff]
original post by AvnerK in Erase-a-RegKey. - Miscellaneous Debris
Comments
Erase a Registry Key using a .reg file can be done so easily by giving a dash in value.Can you give a bit of details on Windows Registry Editor Version 5.00
[-HKEY_LOCAL_MACHINE\Software\MyStuff]