Blue screen on Windows 10 - Happens many times in one day every week

idbanet

New member
Joined
Nov 24, 2020
Posts
4
Hello,
i uploaded the file here SysnativeFileCollectionApp.zip
(It's a test page of mine, couldn't find another way)

I think my problem is my SSD NVMe Kingston skc1000480g, because i changed the motherboard and the RAM (also did a format with the changes) but blue screen still happening.
 
Yes, but the problem still remains. Like i said i think it's the SSD NVMe Kingston skc1000480g 500GB, i just need to make sure of it.
 
When the system crashes again, use the Sysnative collection tool again and upload a new .zip, then we'll be able to hopefully determine what is causing the issue.
 
No minidumps... Download and install:

If you'll get other BSODs or crashes, post here the new logs (using sysnative bsod collection app).
If you won't get minidumps, we'll try to run verifier.




Please read CAREFULLY the following instructions:
  • Create a restore point
  • Create a system image.
    You can follow this tutorial, if you shouldn't know how to do: Using Macrium Free to Backup or Image your drives
  • Backup your important files (the files you don't want to lose)
  • Read the guide about Driver Verifier - BSOD related - Windows 10, 8.1, 8, 7 & Vista (click).
  • Read some other tutorials/guides and WARNINGS on internet.
  • Unzip on your desktop the file I attached Verifier.zip and then:
    1. Open an elevated command prompt (right-click on windows start button, click command prompt (admin)
    2. Type (copy/paste) in it:
      Code:
      bcdedit /export c:\DEFAULT-BCDedit-SystemStoreContent
      powershell -executionpolicy unrestricted "%userprofile%\desktop\EnableVerifier.ps1"
    3. Press enter
    4. The previous commands will modify your bcdedit settings, will set the necessary driver verifier settings, will reboot your PC in three minutes (but you can reboot it before).
      It will (more precisely):
      Read More:
  • After the reboot, open a command prompt and check if verifier settings are enabled with this command
    Code:
    verifier /querysettings
    Press enter.
    If they are enabled, let verifier run from 24 to 72 hours.
    If they are not enabled, inform me.
    If you'll get a very fast BSOD after you logged into windows, or after some dozens of minutes, the option ResetOnUnusualShutdown (rous) should reset driver verifier settings (and should allow you to boot your machine in a normal state).
    But if this won't happen, you'll need to go to safe mode to reset verifier settings.
    Once safe mode is available, from an elevated command prompt you'll type:
    Code:
    verifier /reset
    Press enter.
    Sometimes it is necessary to use a system restore point (or a system image).
  • If you get a verifier BSOD in next 24-72 hours, post here the new verifier dump; from an elevated command prompt, launch this command:
    Code:
    md "%userprofile%\desktop\minidump" && copy c:\windows\minidump "%userprofile%\desktop\minidump"
If you won't get BSODs at all, we'll wait the next BSOD in next days/weeks.




When we have finished and hopefully solved the BSOD, to restore the previous bcdedit settings you'll type (copy/paste) in an elevated command prompt:
Code:
bcdedit /import "c:\DEFAULT-BCDedit-SystemStoreContent"
Press enter.
 

Attachments

Last edited:

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

Back
Top