Skip to main content

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

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 malfunctioning of 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 hardware

Faulty hardware, like RAM or a bad hard drive, can cause the error. The easiest way to resolve it is by replacing your hard drive, but be sure to perform a detailed hardware inspection.

Update drivers

Incompatible or outdated drivers are a source of several issues, like they may hinder you from using some hardware. The worst thing bad drivers can do is bring up BSoD errors, such as the Bad System Config Info.

To resolve this, update your drivers as often as possible to ensure all major components have the latest drivers.

  • Verify that your devices all have the latest and correct drivers.
  • Visit your device manufacturer’s website, and download the latest drivers. (Choose only those compatible with your Windows 10 version.)
  • Install and update the drivers.

Note: you need to install and update as many drivers as required to fix this issue successfully.

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.

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

6. In the Advanced Options window select 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 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.”

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:\Windows\System32\config
ren C:\Windows\System32\config\DEFAULT DEFAULT.old
ren C:\Windows\System32\config\SAM SAM.old
ren C:\Windows\System32\config\SECURITY SECURITY.old
ren C:\Windows\System32\config\SOFTWARE SOFTWARE.old
ren C:\Windows\System32\config\SYSTEM 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:\Windows\System32\config\RegBack\DEFAULT C:\Windows\System32\config\
copy C:\Windows\System32\config\RegBack\SAM C:\Windows\System32\config\
copy C:\Windows\System32\config\RegBack\SECURITY C:\Windows\System32\config\
copy C:\Windows\System32\config\RegBack\SYSTEM C:\Windows\System32\config\
copy C:\Windows\System32\config\RegBack\SOFTWARE C:\Windows\System32\config\

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.

3. Press and hold Shift and click Restart.

4. Select “Troubleshoot -> 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.”

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.


Comments

Popular posts from this blog

IBM iAccess for windows 7.1 "a system restart is pending" error

 IBM iAccess for windows 7.1 "a system restart is pending" error HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager 1. Look for the following key:  PendingFileRenameOperations or   FileRenameOperations ** 2. Right-click ->  Rename . 3. Add a prefix ### and press Enter. 4. Close regedit and attempt the installation.  Note:  Make sure to go back and remove the ### prefix. The installation should continue.

How to change processor name permanently to fool your friends

How to change processor name permanently to fool your friends ------------------------------ ------------------------------ -------------- Would you like to show a brand new processor name which may not even published on market? Yes, definitely you will like it! With this trick, you can change the name of your processor to a personalized one like Intel i12 or something extreme like AMD Radon 30 GHz . So follow the given steps, Steps you have to perform 1. Open Notepad. Copy and paste below code into file. Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\HARDWARE\D ESCRIPTION\System\CentralProce ssor\0] "ProcessorNameString"="Intel(R ) Core(TM) i12-3470 CPU @ 32.5GHz " How to change processor name -- 2. Save the file with .reg extension, such as "anyname.reg". How to change processor name permanantly 3. Double click on file. You will get two prompt, Just allow them to install registry key. How to change processor n