Home » Gaming » How to fix Bad System Config Info error on Windows

How to fix Bad System Config Info error on Windows

You are minding your business, doing whatever you do online, when a terrifying blue screen appears on your display. What does this mean? Don’t fret! If it’s the “Bad System Config Info” error, in this post we will tell you what it is, what causes it, and how to fix it.


What is the “Bad System Config Info” error?

The “Bad System Config Info” error is one of the most frequent “blue screen of death” errors on Windows 10, 8, and 7. It is a bug check error message that tells you Windows is having trouble processing something. Finding the culprit is usually the hard part, but it is often an issue that is easily fixable.


What causes the “Bad System Config Info” error?

As mentioned above, possible reasons for this error message are multiple. Here are the most popular.

  • Damaged hard drive
  • Damaged RAM
  • Old, corrupted, or missing drivers
  • Damaged Boot Configuration Data (BCD)
  • Faulty Windows registry settings
  • Faulty Windows system files.

How to fix “Bad System Config Info” error

Let’s get rid of that blue screen of death, shall we? Here are some of the most common solutions for getting rid of this error message.

Update Windows and drivers

Running your device on old software can often create issues, including the dreaded “Bad System Config Info” error. At the very least, your machine won’t be running optimally. Check if there are any Windows updates available by going to Settings>Update & Security>Windows Update>Check for updates. It’s also important to keep all drivers up to date, and you can grab them from the manufacturer’s website.

Check your hardware

Did you recently replace your RAM, hard drive, or any other hardware? Have you dropped your computer? Check your hardware for any obvious signs of damage, and replace it if necessary.

make an Android game

Fix Windows registry

As mentioned above, Windows registry issues are a common cause of the “Bad System Config Info” error message.

  1. Insert Windows 10 Installation DVD or flash drive (here is a guide for creating one).
  2. Boot from the DVD or flash drive. Doing this is different on many computers. Google is your friend!
  3. When the welcome screen appears, click “next”.
  4. Select “Repair your computer”
  5. Select Troubleshoot>Advanced Options>Command Prompt.
  6. Enter the following command: CD C:WindowsSystem32config
  7. Enter the following command: ren C:WindowsSystem32configDEFAULT DEFAULT.old
  8. Enter the following command: ren C:WindowsSystem32configSAM SAM.old
  9. Enter the following command: ren CWindowsSystem32configSECURITY SECURITY.old
  10. Enter the following command: ren C:WindowsSystem32configSOFTWARE SOFTWARE.old
  11. Enter the following command: ren C:WindowsSystem32configSYSTEM SYSTEM.old
  12. These command lines have renamed folders that can no longer be used. Now it’s time to insert the new ones.
  13. Enter the following command: copy C:WindowsSystem32configRegBackDEFAULT C:WindowsSystem32config
  14. Enter the following command: copy C:WindowsSystem32configRegBackSAM C:WindowsSystem32config
  15. Enter the following command: copy C:WindowsSystem32configRegBackSECURITY C:WindowsSystem32config
  16. Enter the following command: copy C:WindowsSystem32configRegBackSYSTEM C:WindowsSystem32config
  17. Enter the following command: copy C:WindowsSystem32configRegBackSOFTWARE C:WindowsSystem32config
  18. Close the Command Prompt and restart the computer. If this was the issue, you should be set.

Windows 10 choose troubleshoot

Windows 10 choose advanced options

Windows 10 Advanced options command prompt

Fix Boot Configuration Data (BCD)

  1. Insert Windows 10 Installation DVD or flash drive (here is a guide for creating one).
  2. Boot from the DVD or flash drive. Doing this is different on many computers. Google is your friend!
  3. When the welcome screen appears, click “next”.
  4. Select “Repair your computer”.
  5. Select Troubleshoot>Advanced Options>Command Prompt.
  6. Enter the following command: bootrec /repairbcd
  7. Enter the following command: bootrec /osscan
  8. Enter the following command: bootrec /repairmbr 
  9. Close the Command Prompt and restart the computer. If this was the issue, you should be set.

Fix system configuration with bcdedit command

It could be possible your system configuration has the wrong information. If the RAM amount, number of processor cores, and other information doesn’t match, an error message is sure to show up.

  1. Insert Windows 10 Installation DVD or flash drive (here is a guide for creating one).
  2. Boot from the DVD or flash drive. Doing this is different on many computers. Google is your friend!
  3. When the welcome screen appears, click “next”.
  4. Select “Repair your computer”.
  5. Select Troubleshoot>Advanced Options>Command Prompt.
  6. Enter the following command: bcdedit/deletevalue {default} numproc
  7. Enter the following command: bcdedit/deletevalue {default} truncatememory
  8. Close the Command Prompt and restart the computer. If this was the issue, you should be set.

Perform a System Restore

As the name entails, this will bring your computer to a previous state. You need to have back ups in order to do this. If you do, you can take the computer to a previous state in which the problem was non-existent.

  1. Open Start menu.
  2. Search for “Create a restore point”.
  3. Click top result to open System Properties.
  4. Select “System Restore” and then hit “Next”.
  5. Select the restore point you want to go back to.
  6. Select “Scan for affected programs”.
  7. Hit “Next”, and then “Finish”.
  8. Let the computer do its work.

Factory data reset

If all else fails, you can perform a factory data reset. This will essentially delete all files and restore the computer to the state it was when you turned it on for the first time (software wise). Make sure to save all important personal files, because this process will delete them forever.

  1. Insert Windows 10 Installation DVD or flash drive (here is a guide for creating one).
  2. Boot from the DVD or flash drive. Doing this is different on many computers. Google is your friend!
  3. When the welcome screen appears, click “next”.
  4. Select “Repair your computer”.
  5. Select Troubleshoot>Reset this PC>Remove everything > Only the drive where Windows is installed > Just remove my files.
  6. Hit the “Reset” button and let the computer do its thing.

These solutions should have you up and running in no time. Hopefully you didn’t have to deal with the more serious issues, like hardware problems! Have any of you encountered the blue screen of death before? What was the problem?

Also read:

Source of the article – Android Authority