registry entry deletion

how do i delete or remove a registry entry ? i know i can remove the whole
key using zwDeleteKey, but how about a single entry ? thanks.

You can use RtlDeleteRegistryValue. You can use a handle with this call by
specifying RTL_REGISTRY_HANDLE. Read the documentation on this. On some
platforms it will close the handle on you.


Bill McKenzie
Windows DDK MVP
OSR - Windows System Software Development, Training, and Consulting

“cksiow” wrote in message news:xxxxx@ntdev…
>
> how do i delete or remove a registry entry ? i know i can remove the whole
> key using zwDeleteKey, but how about a single entry ? thanks.
>
>