Tech Support > Microsoft Windows > Drivers > When can I read registry(HKLM\SOFTWARE) at booting?
When can I read registry(HKLM\SOFTWARE) at booting?
Posted by Polo.G.Z on December 10th, 2003


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

Posted by Doron Holan [MS] on December 11th, 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...



Similar Posts