BSOD Windows 8.1

I ran the chkdsk through method two, and it said " Your drive was successfully repaired. The drive is ready to use"; I clicked on show details and went to event properties. It says that windows found problems online and it was successfully repaired. I assume I should go back to normal use again and see if it blue screens again?
 
Given you ran chkdsk and it said it found problems, can you follow this specific part so I can check the log?

Press Windows Key + R and type powershell.exe in the run box

Paste the following command and press enter afterwards:

get-winevent -FilterHashTable @{logname="Application"; id="1001"}| ?{$_.providername –match "wininit"} | fl timecreated, message | out-file Desktop\CHKDSKResults.txt

This will output a .txt file on your Desktop containing the results of the chkdsk.

Regards,

Patrick
 
Not a problem, thanks.

Well, just keep me updated. If you crash again, go ahead and run Seatools.

Regards,

Patrick
 
Not well at all unfortunately :( It won't stay on long enough to get through the long generic test. 2 clock watchdog timeouts and 1 system thread exception not handled blue screens.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top