Windows 10: BSOD when idle for 4 minutes, REGISTRY_ERROR

Discus and support BSOD when idle for 4 minutes, REGISTRY_ERROR in Windows 10 BSOD Crashes and Debugging to solve the problem; Starting on the 17th, which is how far back the dump files should go, my computer began receiving a BSOD with the error "REGISTRY_ERROR" whenever I... Discussion in 'Windows 10 BSOD Crashes and Debugging' started by Conkerkid11, Sep 20, 2015.

  1. BSOD when idle for 4 minutes, REGISTRY_ERROR


    Starting on the 17th, which is how far back the dump files should go, my computer began receiving a BSOD with the error "REGISTRY_ERROR" whenever I would leave it idle for about 4 minutes. Previously I've never had any issues with this computer. Everything's at stock. I'm also in the Windows 10 preview build, and should be receiving early updates if I understand that portion of the program correctly.

    Previously, to try and remedy the issue myself, I recorded footage of my desktop and then left the computer idle, with task manager on the screen viewing what was using up most of the CPU, because I had previously discovered my computer would jump in CPU usage shortly before crashing. It was something being run in the background by Windows Defender, and conveniently Windows Defender has something that begins running in 4 minutes after idle, so I turned Windows Defender off, and that solved the issue for most of the day yesterday, until Windows Defender turned itself on again and crashed the computer with the same error.

    Turning off Windows Defender has not solved the issue since, and I've even tried permanently turning it off through Group Policy, but now even when off, the computer crashes the same way. Without turning it off through Group Policy, it turns itself on almost immediately after being turned off. It has also had about 5 updates throughout the day.

    My temporary solution is to move the mouse a bit every once in awhile if I'm away from my computer, otherwise I get the BSOD again.

    Thanks for the assistance in advance! I hope I've provided enough information.

    Edit: I just visited the "Security and Maintenance" tab, clicked "Start Maintenance", and that caused the BSOD almost immediately. It would seem that this automatic maintenance activates after the computer is left idle for a few minutes, and is the culprit. I have no idea why though. Before the BSOD happens, CPU, Memory, and Disk usage rise really quickly.

    This is just right now with Chrome open
    Attachment 38573

    This is the peak after starting "Start Maintenance", 10 seconds before the BSOD
    Attachment 38576

    This is the final second before the BSOD
    Attachment 38577

    :)
     
    Conkerkid11, Sep 20, 2015
    #1

  2. BSoD every 5 - 10 minutes - REGISTRY_ERROR

    Try running
    sfc and dism
    first thing immediately after a reboot. If they get interrupted too, try running them from safe mode. Also scan your hard disk for errors using
    chkdsk /r.

    See if a new local admin user account also behaves the same way.

    Perhaps some of the solutions mentioned
    here
    might help.
     
    RobertJWin, Sep 20, 2015
    #2
  3. Windows 10 BSOD with REGESTRY_ERROR when PC idle

    I've been running windows 10 for a long time now, no problems at all, starting on 13th December My Pc began to get BSOD with Registry_Error message. It so far, it seems to only happen when PC is idle with no user interaction. It happened again today so
    I've attached link to the latest DMP files generated and system info generated my MSinfo

    DMP files and system info

    https://onedrive.live.com/redir?res...7924&authkey=!ALom01tzKpyV-7E&ithint=file,rar

    Any help will be appreciated as its beginning to worry me
     
    gerry_kelly, Sep 20, 2015
    #3
  4. axe0 New Member

    BSOD when idle for 4 minutes, REGISTRY_ERROR

    Hi Conkerkid11,

    Welcome to the 10forums.

    The error 'registry_error' means that the registry is corrupted.
    Because the registry is an extremely important part of the OS it needs to be fixed a.s.a.p.

    Please do the following:

    • Open an admin command prompt
    • Copy/paste "sfc/scannow" (without quotes) and press enter
    • When it finished reboot your system
    • Open again an admin command prompt
    • Enter sfc/scannow again
    If sfc/scannow does NOT say "Windows Resource Protection did not find any integrity violation", please upload the cbs.log file located at {windows partition}\Windows\Logs\CBS\, if the file is too large try a 3rd party uploader like dropbox, onedrive, google drive, mediafire etc.
    System File Check(SFC a.k.a. Windows Resource Protection) needs to have your system rebooted in order for sfc to try to fix the problems that it finds.
     
  5. Thank you for the quick response! I followed the steps you provided, and when I ran through that scan the first time, I received the "Windows Resource Protection did not find any integrity violations" message, but continued through the steps, and after a reboot, ran it again, and also received the "Windows Resource Protection did not find any integrity violations" message.
     
    Conkerkid11, Sep 20, 2015
    #5
  6. axe0 New Member
    You only get the registry_error crash when leaving the pc idle?
     
  7. Leaving the PC idle for roughly 4 minutes gives me the registry_error BSOD. And clicking "Start Maintenance" in the "Security and Maintenance" window gives me the registry_error BSOD. These are the only two things that I have found to give me the registry_error BSOD.

    I just tried running The Witcher 3, and it was running at the same speed with the same settings that it did before I began running into this issue, and my CPU, memory, and disk usage seemed to be fine after running that for quite some time as well. It was originally my worry that this would cause it to BSOD as well, considering I haven't done anything all that intensive since the issue came about, but that doesn't seem to be the case.
     
    Conkerkid11, Sep 20, 2015
    #7
  8. axe0 New Member

    BSOD when idle for 4 minutes, REGISTRY_ERROR

    This is most likely a bug in the preview built. It could also be hardware damage which I doubt reading your post.
     
  9. I mentioned being part of the Insider Build just in case that might be the issue, should it come up, but it really doesn't seem to be that way unfortunately. I'm counting on it being a software issue, but it could just as easily be a hardware issue.

    While being in the Insider Build thing, it turns out I'm set to a "slow" setting, so I receive the Insider Builds more close to public release than other insiders. I checked, and I'm currently running the latest build of the public release of Windows 10. The last time I received an update for Windows 10 was on the 8th, whereas this issue began on the 17th. On that day, the only things I had recently installed were Unity 5 and the latest version of Visual Studio that it came with. Oh, and the latest build of Nvidia GeForce Experience. My version of Windows Defender is also currently on the latest public build.

    This issue would be fine if I could find other people running into it, but after waiting 4 days, nothing else popped up, so I decided to make this thread hoping somebody else might have run into it, or something else might be able to discover something within the batch files that I didn't, because this is unfamiliar territory for me.

    Edit Using BlueScreenView for example, all of the dump files say the "Caused By Driver" is "ntoskrnl.exe". I've tried looking up BSODs caused by that, and it doesn't seem like it's a single specific issue.
     
    Conkerkid11, Sep 20, 2015
    #9
  10. axe0 New Member
    The ntoskrnl.exe file is an extreme important file for windows. You won't be able to boot without this file, because it is used for the boot process.
    Windows files are usually blamed when 3rd party drivers are 'hiding'.
    But it could also mean that a component of the pc is damaged in this case.
     
  11. Checking back in, did fine with memtest, and passed on both of my SSDs and HDD.

    I'm going to try booting in safe mode, and if that doesn't work, using the reset feature of Windows 10.
     
    Conkerkid11, Sep 20, 2015
    #11
  12. Thanks for the response once again! I spotted this runthrough of the diagnostics in other similar threads, and although I skipped the CPU and GPU tests, after using the "Reset" feature in Windows 10, everything seems to be fine. I'm able to run the maintenance feature without BSODing, and I'm able to idle as well.

    Unfortunately I'll never find out which piece of software was causing this issue.

    Am I able to mark this as solved and come back and unmark it if this doesn't turn out to be a permanent fix?
     
    Conkerkid11, Sep 20, 2015
    #12
  13. axe0 New Member

    BSOD when idle for 4 minutes, REGISTRY_ERROR

    Of course you are able to do that *Wink
    Threads are rarely closed, but when a thread is marked as solved it is not closed.
     
  14. Thank you very much for the assistance you provided, and I apologize if I've wasted any of your time. I've just opted out of the Insider Updates, and made sure I'm up-to-date on all of my drivers and whatnot. Everything's working fine so far.

    Once again, I will stop by again if I run into the same issue, but for now all appears to be well. *Biggrin
     
    Conkerkid11, Sep 20, 2015
    #14
  15. axe0 New Member
    You're welcome.
    Of course you haven't wasted my time, I will gladly offer time to help *Smile

    My opinion would really be that there was / is a bug in the insider version.
     
Thema:

BSOD when idle for 4 minutes, REGISTRY_ERROR

Loading...
  1. BSOD when idle for 4 minutes, REGISTRY_ERROR - Similar Threads - BSOD idle minutes

  2. BSOD REGISTRY_ERROR

    in Windows 10 BSOD Crashes and Debugging
    BSOD REGISTRY_ERROR: Hi,Last night I was working on my PC,i have got the blue screen of death before, so when it happened again, i just waited for my PC to restart and be okay again.But then the computer kept getting the same error and it kept restarting after restarting, kept getting the BSOD.It...
  3. BSOD REGISTRY_ERROR

    in Windows 10 Gaming
    BSOD REGISTRY_ERROR: Hi,Last night I was working on my PC,i have got the blue screen of death before, so when it happened again, i just waited for my PC to restart and be okay again.But then the computer kept getting the same error and it kept restarting after restarting, kept getting the BSOD.It...
  4. BSOD REGISTRY_ERROR

    in Windows 10 Software and Apps
    BSOD REGISTRY_ERROR: Hi,Last night I was working on my PC,i have got the blue screen of death before, so when it happened again, i just waited for my PC to restart and be okay again.But then the computer kept getting the same error and it kept restarting after restarting, kept getting the BSOD.It...
  5. Registry_error

    in Windows 10 Installation and Upgrade
    Registry_error: Hi, I recently encountered an error with my pc in which im stuck on the start up menu, telling me its an encountered an error and needs to restart, its been looping since it cant even boot, Says its a Registry_error I tried every troubleshooting method iv got, But it...
  6. BSOD with REGISTRY_ERROR after 4 minutes of idle time

    in Windows 10 BSOD Crashes and Debugging
    BSOD with REGISTRY_ERROR after 4 minutes of idle time: I have exactly the same problem as another forum post but the solutions there did not help. The computer seems very stable right up until I let it go idle. After 4 minutes I get the REGISTRY_ERROR bsod. The system is not over clocked. CPU temps are low. Memtest86(+) runs fine...
  7. BSoD's after 10 minutes idle

    in Windows 10 BSOD Crashes and Debugging
    BSoD's after 10 minutes idle: This has been going on for about a month. After ten minutes idle, I get a random blue screen. 8 passes of memtest yielded no errors. How many of the 42 .dmp files should I send and how should I send them? Thanks in advance 88850
  8. REGISTRY_ERROR Blue screen when idle

    in Windows 10 BSOD Crashes and Debugging
    REGISTRY_ERROR Blue screen when idle: Hi all, I'm experiencing random blue screens (REGISTRY_ERROR) when I idle for 5-10+ minutes. The time is never consistant, but if I leave a game playing in the background I can idle fine. Under heavy load I face no issues, either. I've disabled any tasks that were...
  9. BSOD Registry_Error (0x00000051)

    in Windows 10 BSOD Crashes and Debugging
    BSOD Registry_Error (0x00000051): Good Evening, So before I blow out my m.2 drive with a new OS, I figured I would attempt and try to fix this issue that started 2 days ago. My system likes to blue screen randomly anywhere from 5 to 120 minutes regardless of idle, gaming or anything. The error is always...
  10. System_service_exception / Registry_error BSOD

    in Windows 10 BSOD Crashes and Debugging
    System_service_exception / Registry_error BSOD: Started having BSOD/reboot problem yesterday. It seems to happen when the computer is idle and getting ready to turn off peripherals to enter sleep mode. I uploaded the error log... Not sure what happened. Bad Windows update perhaps? I ran sfc /scannow and it didn't...