Windows 10 BSOD, Help needed Please.

Paul Simpson

Senior Member
I just had an auto update.
Cumulative Update for Windows 10 for x64-based Systems (KB3093266)
but on restart I got a BSOD.
was this just an an unexpected shut-down fault or is a driver at fault.

Thanks in advance for any help.
 

Attachments

  • W7F_02-10-2015.zip
    625.4 KB · Views: 726
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck 154, {ffffe000c2bf1000, ffffd00022fb2480, 0, 0}

Probably caused by : ntkrnlmp.exe ( nt!SMKM_STORE<SM_TRAITS>::SmStUnhandledExceptionFilter+22 )

Followup: MachineOwner
Hi Paul,
a rare bugcheck this... It looks like it has something to do with the store so try running DISM. Open an admin command prompt and either copy and paste or type:
dism /online /cleanup-image /restorehealth
Press enter and await results which can take some minutes.
 
Thanks Kemical worked without any faults.
Do you know of any Debugging tutorials worth reading, I would like to be able to debug any future BSOD myself.
 
Back
Top