If you encounter the BAD_SYSTEM_CONFIG_INFO Blue Screen error in your Windows 10 PC, then read on as this post will guide you in fixing this issue. Usually, this kind of Blue Screen error is caused by some issues with the Boot Configuration Data file. The main issue inside of the Boot Configuration Data file is that either some boot order files or older files might be in conflict with the newer ones or the stable ones and thus triggering the BAD SYSTEM CONFIG INFO Blue Screen error.
This kind of Stop error also indicates that there is an error in the Windows Registry which is why you need to update potential culprit drivers as well as edit some entries in the Registry if need be. But before you get started, make sure that you create a System Restore Point first. After creating a System Restore Point, try to boot your computer into Safe Mode and then restart your computer normally. However, if it doesn’t work, proceed to the given options below.
Option 1 – Run System Restore
Performing System Restore might help you in fixing the BAD SYSTEM CONFIG INFO Blue Screen error. You can do this option either by booting into Safe Mode or in System Restore. If you are already in the Advanced Startup Options, just directly select System Restore and proceed with the next steps. And if you have just booted your PC into Safe Mode, refer to the steps below.
- Tap the Win + R keys to open the Run dialog box.
- After that, type in “sysdm.cpl” in the field and tap Enter.
- Next, go to the System Protection tab then click the System Restore button. This will open a new window where you have to select your preferred System Restore point.
- After that, follow the on-screen instructions to finish the process and then restart your computer and check if the problem is fixed or not.
Option 2 – Update or rollback your device drivers
If the first option didn’t work for you, then it’s time to either update or roll back the device drivers. It is most likely that after you updated your Windows computer that your driver also needs a refresh. On the other hand, if you have just updated your device drivers then you need to roll back the drivers to their previous versions. Whichever applies to you, refer to the steps below.
- Open the Devices Manager from the Win X Menu.
- Then locate the device drivers and right-click on them to open the Properties.
- After that, switch to the Driver tab and click on the Uninstall Device button.
- Follow the screen option to completely uninstall it.
- Finally, restart your computer. It will just reinstall the device drivers automatically.
Note: You can install a dedicated driver on your computer in case you have it or you could also look for it directly from the website of the manufacturer.
Option 3 – Try fixing the Windows Registry files
In order to fix the Windows Registry files, you need to make a bootable Windows 10 USB drive and then boot your PC using it. To do so, refer to the steps below.
- Once you see the Welcome Screen, click on Next.
- Then click on the “Repair your computer” option located on the bottom-left section of the window.
- Next, click on Troubleshoot > Advanced Options > Command Prompt.
- After opening Command Prompt, execute each one of the commands listed below in the sequence that they are given:
- CD C:WindowsSystem32config
- ren C:WindowsSystem32configDEFAULT DEFAULT.old
- ren C:WindowsSystem32configSAM SAM.old
- ren C:WindowsSystem32configSECURITY SECURITY.old
- ren C:WindowsSystem32configSOFTWARE SOFTWARE.old
- ren C:WindowsSystem32configSYSTEM SYSTEM.old
- After executing the commands given above, type in the next ones below and make sure to execute them in the given sequence below.
- copy C:WindowsSystem32configRegBackDEFAULT C:WindowsSystem32config
- copy C:WindowsSystem32configRegBackSAM C:WindowsSystem32config
- copy C:WindowsSystem32configRegBackSECURITY C:WindowsSystem32config
- copy C:WindowsSystem32configRegBackSYSTEM C:WindowsSystem32config
- copy C:WindowsSystem32configRegBackSOFTWARE C:WindowsSystem32config
- Now type “exit” to close Command Prompt.
- Restart your PC for the changes to take effect.
Option 4 – Run a Memory Check to test RAM
On the other hand, you can also fix the BAD SYSTEM CONFIG INFO Blue Screen error by running a Memory Check using the Windows Memory Diagnostic. Refer to these steps to do so.
- Tap the Win + R keys to open the Run dialog box.
- Then type “mdsched.exe” in the field and hit Enter to open the Windows Memory Diagnostic.
- After that, the Windows Memory Diagnostic will give out two options such as:
- Restart now and check for problems (recommended)
- Check for problems the next time I start my computer
- Select any of the given options. After that, your computer will restart and check for memory-based issues upon the restart. If there are any issues, it will automatically them.
Option 5 – Rebuild BCD files and repair MBR files
Like what you did on the third option above, you also have to make a bootable Windows 10 USB drive for this option and then boot your Windows 10 PC using it.
- Once you get to the Welcome Screen part, click on Next.
- Afterward, click on the Repair your computer option located on the bottom-left part of the window.
- Then click on Troubleshoot.
- Next, select the Advanced Options and then Command Prompt.
- Once Command Prompt has been pulled up, enter each one of the following commands and in the sequence that they are given to rebuild BCD files and repair MBR files:
- bootrec /repairbcd
- bootrec /osscan
- bootrec /repairmbr
- Now type “exit” to close Command Prompt and then restart your computer to successfully apply the changes made.