Just saw a "blue screen" in Windows 10. I wanted to google the error message but the moment I reached the phone to take a photo - computer rebooted.
Puis-je find this error message somewhere in the logs?
Où puis-je find last "écran bleu" erreur message après redémarrage in Windows 10?
Re: Où puis-je find last "écran bleu" erreur message après redémarrage in Windows 10?
Yes, it's recorded in the Event Log. I quote the [bsod](/questions/tagged/bsod) tag wiki:
>
If you didn't catch the BSOD display, information about the crash can be found in in System event log (viewable in the Observateur d'événements, `eventvwr.msc`). Error events from the `BugCheck` source contain the bugcheck code, the parameters, and the path to the dump file on the General tab. Critical events from the `Kernel-Power` source contain the code and parameters in the `EventData` section of the Details tab.
For a list of all possible BSOD errors and their descriptions, see the [Bug Check Code Reference](https://msdn.microsoft.com/en-us/library/windows/hardware/hh994433(v=vs.85).aspx).
Once you get the numeric bugcheck code as a hexadecimal number, vous pouvez consult that reference to find its symbolic name.
>
If you didn't catch the BSOD display, information about the crash can be found in in System event log (viewable in the Observateur d'événements, `eventvwr.msc`). Error events from the `BugCheck` source contain the bugcheck code, the parameters, and the path to the dump file on the General tab. Critical events from the `Kernel-Power` source contain the code and parameters in the `EventData` section of the Details tab.
For a list of all possible BSOD errors and their descriptions, see the [Bug Check Code Reference](https://msdn.microsoft.com/en-us/library/windows/hardware/hh994433(v=vs.85).aspx).
Once you get the numeric bugcheck code as a hexadecimal number, vous pouvez consult that reference to find its symbolic name.