Hi,
Is it possible from a boot kernel driver to determine whether the boot is originated from a “last known configuration” boot?
Preferrably, I need a easy method that works on NT4 and above.
Thanks,
Eran.
Hi,
Is it possible from a boot kernel driver to determine whether the boot is originated from a “last known configuration” boot?
Preferrably, I need a easy method that works on NT4 and above.
Thanks,
Eran.
This may not be the best way, but I think what follows will work. Under
the registry key HKEY_LOCAL_MACHINE\Select, there are a few REG_DWORD
values, among them one called “Current,” and one called “LastKnownGood.”
If you booted from Last Known Good, then, I think, they should have
them value.
Hope this helps,
mm
>> xxxxx@topio.com 2007-03-12 02:01 >>>
Hi,
Is it possible from a boot kernel driver to determine whether the boot
is originated from a “last known configuration” boot?
Preferrably, I need a easy method that works on NT4 and above.
Thanks,
Eran.
Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer