Arkady
Wed Aug 03 02:44:12 CDT 2005
Additionally look at
http://support.microsoft.com/kb/192463/ and
http://support.microsoft.com/kb/314084/EN-US/
Arkady
"Arkady Frenkel" <arkadyf@hotmailxdotx.com> wrote in message
news:eZtYeG$lFHA.3144@TK2MSFTNGP12.phx.gbl...
> Another option to read system log , obviously if that option "write an
> event to system log" set in "System failure" options
> Arkady
>
> "Pavel A." <pavel_a@NOwritemeNO.com> wrote in message
> news:F687B902-1685-44B9-BC6C-534C544FB03C@microsoft.com...
>> "Omer" wrote:
>>> Hi
>>>
>>> Is there some registry key (or something else) that i can read
>>> from a boot driver in order to know if the last boot was successfull?
>>> (no BSOD)
>>
>> Not exactly a registry key. Look in MSDN about NotifyBootConfigStatus.
>> You can add a bootverificationprogram that talks to your driver.
>>
>>> And if there was a BSOD, is there any way to know what driver caused
>>> it, or what was the last loading driver?
>>
>> Again, not exactly. The dump analyzer of windbg has a
>> "knowledge base" that allows it to guess the root cause of the crash.
>> Of course it is not always the last driver.
>> An unsigned driver from unknown vendor possibly is the culprit.
>>
>> --PA
>>
>>
>
>