Customer Help Portal
Categories
< All Topics
Print

How to Fix ‘Bad System Config Info’ Error in Windows 10

Bad System Config Info is a common bug check error on Windows systems, caused mainly by a malfunctioning of the system and registry files or the Boot Configuration Data (BCD) file. Some boot order files in the BCD, or even some older ones, may conflict with newer, stable files. When this happens, the error otherwise known as the Blue Screen of Death (BSoD) occurs.

The bug check error can also be caused by:

  • faulty hardware
  • incorrect system settings
  • a bad driver
  • installing an important update

However, most error messages will often have a description of what the problem may be. Below are some tried and tested solutions to help you fix a Bad System Config Info error in Windows 10.

Check your RAM and Hard Drive

For some, it may seem daunting to look inside your PC and start twiddling around with the physical components. However, the health and fitting of your RAM and hard drive can be the cause of the bad system config info error.

Your RAM sticks will look a bit like this. Make sure they’re nice and snug in their slots

If you’re comfortable with opening up your PC, you can take a look inside to make sure that your RAM is correctly fitted into the slots and that your hard drive SATA cables are properly connected, too. These checks shouldn’t take more than a couple of minutes.

Assuming your RAM and hard drive are properly fitted, you should then check on the health of your RAM and health of your hard drive, both of which we have guides for here on the site. If you get back bad results on either front, this could be causing the errors, and it may be time to look into replacing the relevant components.

Update or Reinstall Drivers

Incompatible or outdated drivers are a source of several issues. The worst thing bad drivers can do is bring up BSoD errors, such as the Bad System Config Info.

To resolve this, you should go to the Window Device Manager (Win key, then type device manager). In the Device Manager window, click “Action -> Scan for hardware changes,” then look to see if any yellow exclamation mark symbols appear next to any of the devices. (You’ll need to click the drop-down icons to seek them out.)

If you find any misbehaving drivers, right-click them, then click “Update driver.” If the problem continues, right-click the driver, then click “Uninstall device.” If it’s a system device (like the driver for your onboard ethernet port), it will reinstall automatically after rebooting your PC.

If it’s a third-party driver, it will reinstall after reconnecting the device in question or after reinstalling the software.

bcdedit command

Quite often the Bad System Config Info error can appear when system configuration is incorrect or not configured properly. Additionally, if the memory and processors in the configuration file have the wrong value, the error will appear as well, preventing access to Windows 10.

To resolve this, trigger Windows 10 to access the Advanced Startup menu:

1. Click Start.

2. Click Power.

3. Press and hold Shift and click Restart.

4. The “Choose an Option” screen will display. Select Troubleshoot.

fix-bad-system-config-info-windows-10-choose-an-option-troubleshoot

5. In the Troubleshoot window, select “Advanced Options.”

fix-bad-system-config-info-windows-10-choose-an-option-troubleshoot-advanced-options

6. In the Advanced Options window, select Command Prompt.

fix-bad-system-config-info-windows-10-advanced-options-command-prompt

7. Your computer will restart and then display the Command Prompt blue screen. You’ll be asked to select an account to continue. Press Enter and then key in your password for that account.

8. Enter the following lines once Command Prompt starts:

bcdedit/deletevalue {default} numproc
bcdedit/deletevalue {default} truncatememory

9. Close Command Prompt.

10. Start Windows 10 again.

Fix BCD file

If your BCD file is corrupt or damaged, the Bad System Config Info error may appear and deny you access to Safe Mode and Windows 10 altogether.

To resolve this, you need your bootable USB flash drive with Windows 10 or the installation DVD. You can also use the Media Creation Tool if you don’t have a bootable USB drive.

Here’s what to do next:

1. Insert the bootable Windows 10 installation DVD and boot from it.

2. Windows 10 setup will begin.

3. Click Next.

4. Click “Repair your computer.”

5. Select “Troubleshoot -> Advanced Options -> Command Prompt.”

fix-bad-system-config-info-windows-10-advanced-options-command-prompt

6. Enter the following lines when Command Prompt starts. (Press enter after each line to execute it.)

bootrec /repairbcd
bootrec /osscan
bootrec /repairmbr

7. Close Command Prompt.

8. Restart your computer.

Note: the last command you enter will delete and then recreate Master Boot Records. Be careful using it.

Fix the Registry

There are specific registry issues that can bring up the error, but you can repair the registry to resolve it by following these steps:

1. Boot from the Windows 10 installation DVD.

2. Select “Troubleshoot -> Advanced Options -> Command Prompt.”

3. Enter the following lines when Command Prompt starts. (Press enter after each line to execute it.)

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

Note: the folders of each of these commands are renamed as you press Enter, and once this is done, Windows 10 won’t use them again. They can be deleted, but you’re better off renaming in case you need to do a system restore much later.

4. Next, enter the lines below into Command Prompt:

copy C:WindowsSystem32configRegBackDEFAULT C:WindowsSystem32config
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

This process copies the registry’s backup and replaces old files. Close Command Prompt and restart your PC.

System Restore

If the other methods don’t help, this may be one of your last two solutions to try.

1. Click Start.

2. Click Power.

fix-bad-system-config-info-windows-10-start

3. Press and hold Shift and click Restart.

4. Select “Troubleshoot -> Advanced Options -> System Restore.”

fix-bad-system-config-info-windows-10-advanced-options-system-restore

5. Choose your username.

6. Follow the on-screen prompts.

7. Select the restore point you want.

8. Click Next and wait for the process to complete.

Reset Windows 10

This is the last solution to try if none of the others worked. Before resetting, create a backup because once you reset Windows, all files will be deleted from the C partition.

1. Click Start.

2. Click Power.

3. Press and hold Shift and click Restart.

4. Select “Troubleshoot -> Reset this PC.”

fix-bad-system-config-info-windows-10-choose-an-option-troubleshoot-reset-this-pc

5. Select “Remove everything -> Only the drive where Windows is installed -> Just remove my files.”

6. Click Reset and wait for it to complete the process. You’ll have a fresh Windows 10 installation once this is done.

The reset should fix the problem if it was related to your PC’s software.

(source: https://www.maketecheasier.com/fix-bad-system-config-info-error-windows10/)

Table of Contents