Re: When can I read registry(HKLM\SOFTWARE) at booting? by Doron
Doron
Thu Dec 11 00:12:47 CST 2003
there is no way. store your data under
hklm\system\currentcontrolset\services\<your driver>. this is guaranteed to
be present when your driver is loaded.
d
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Polo.G.Z" <anonymous@discussions.microsoft.com> wrote in message
news:081201c3bf04$a472d7b0$a401280a@phx.gbl...
> In driver, it always fails to read registry key of
> SOFTWARE hive at booting, is there any way to determine
> when to read it?
>
> Thanks in advance!
>
> -Polo