Folks, TGIF

I have to delete a registry key that is a direct child of the
HKEY_CLASSES_ROOT hive.

Normally deleting a key is easy because you just open the parent key as
writable and call DeleteSubKeyTree.

In this case the parent is the HKCR hive itself, and I can't figure out how
to open it as writable. The Registry.ClassesRoot property is static and has
no open methods.

Chers,
*Greg K*

Reply via email to