- 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
- dvd-rom drive not read on booting (Hardware) by Hash
- HKLM registry branch - XP permissions problem (Help and Support) by abcd55
- Disk Read Error on booting XP (Help and Support) by Nick
- Read Values from and to the Registry using Matlab (Microsoft Windows) by kartoun@gmail.com
- How to programmatically read registry for instance and version of 3 apps... (Security & Administration) by Phillip

