Click to See Complete Forum and Search --> : PROBLEM: Is it possible to delete Reg-Key through Registration-File ??


Mikey
February 2nd, 2003, 01:34 PM
Well, deleting a registry-value through a Registration-File can be done through setting the value to '-':

[KEY]
Value=-

But does anybody know, how to delete a registry-key (in the example above, deleting "[KEY]") through a Registration-File :confused: ??


TIA!

Mikey :(

Andreas Masur
February 2nd, 2003, 05:00 PM
The same way...

[-KEY]

In this case the entire branch and all subkeys underneath it will be deleted... :cool:

Mikey
February 3rd, 2003, 03:20 PM
Yes, that's it!

Thanks!