stopcode 0xa0000006

Discussion in 'Windows 10' started by chuckman45, Jun 8, 2020.

  1. chuckman45

    chuckman45 MDL Junior Member

    Nov 3, 2008
    51
    2
    0
    can someone tell me what this is for. and how to fix. only happens
    at startup
     
  2. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,937
    120
    startup of what ?
     
  3. kaljukass

    kaljukass MDL Guru

    Nov 26, 2012
    3,451
    1,345
    120
    This code says nothing if there is no other data. It would also be good to know when this code started appearing. What you did before that - installed something, removed something, updated something, and so on.
    One can only assume that something is wanted to start, but for some reason it fails. It may be some app, it may be some driver, some periferials, .... what ever. Remove all plugged devices, run cmd.exe as administrator and then sfc.exe /scannow repair all errors if needed, restart. Look what changes.
    If nothing changes, the first thing, please give us more info.
    If the scan ends and You see something like this: there were some errors but we can't repair...
    run this command, it shows scan log, also puts it on desktop.
    Code:
    @echo off
    findstr /c:"[SR]" %windir%\logs\cbs\cbs.log >%userprofile%\Desktop\sfcdetails.txt
    Start notepad "%userprofile%\Desktop\sfcdetails.txt"
    exit
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...