The BAD_SYSTEM_CONFIG_INFO is a bug check error which has a value of 0x00000074. This indicates that the error is in the registry, and this error can be fixed. The main cause of this error is a system failure, or corrupt system files, leading to this error.

Fix BAD_SYSTEM_CONFIG_INFO Error - 1

If you have recently made some changes to the registry, then chances are the registry entry got corrupted and is most likely causing this error. Anyway, let’s see how to Fix BAD_SYSTEM_CONFIG_INFO Error with the help of below-listed troubleshooting guide without wasting any time.

  • Fix BAD_SYSTEM_CONFIG_INFO Error
  • Method 1: Run Automatic Repair
  • Method 2: Rebuild BCD
  • Method 3: Repair Windows Registry

Fix BAD_SYSTEM_CONFIG_INFO Error

Make sure to create a restore point just in case something goes wrong.

Method 1: Run Automatic Repair

  1. Insert the Windows 10 bootable installation DVD and restart your PC.

  2. When prompted to Press any key to boot from CD or DVD, press any key to continue.

Press any key to boot from CD or DVD - 2
  1. Select your language preferences, and click Next. Click Repair your computer in the bottom-left.
Repair your computer | Fix BAD_SYSTEM_CONFIG_INFO Error - 3
  1. On choose an option screen, click Troubleshoot .
Choose an option at windows 10 automatic startup repair - 4
  1. On Troubleshoot screen, click the Advanced option .
select advanced option from troubleshoot screen - 5
  1. On the Advanced options screen, click Automatic Repair or Startup Repair .
run automatic repair - 6
  1. Wait till the Windows Automatic/Startup Repairs complete.

  2. Restart and you have successfully Fix BAD_SYSTEM_CONFIG_INFO Error, if not, continue.

Method 2: Rebuild BCD

  1. Using above method open command prompt using Windows installation disk.
Command prompt from advanced options | Fix BAD_SYSTEM_CONFIG_INFO Error - 7
  1. Now type the following commands one by one and hit enter after each one:
bootrec.exe /fixmbr

bootrec.exe /fixboot

bootrec.exe /rebuildBcd
bootrec rebuildbcd fixmbr fixboot - 8
  1. If the above command fails, then enter the following commands in cmd:
bcdedit /export C:\BCD_Backup

c:

cd boot

attrib bcd -s -h -r

ren c:\boot\bcd bcd.old

bootrec /RebuildBcd
bcdedit backup then rebuild bcd bootrec - 9
  1. Finally, exit the cmd and restart your Windows.

  2. This method seems to Fix BAD_SYSTEM_CONFIG_INFO Error but if it doesn’t work for you then continue.

Method 3: Repair Windows Registry

  1. Enter the installation or recovery media and boot from it.

  2. Select your language preferences , and click next.

Select your language at windows 10 installation - 10
  1. After selecting language press Shift + F10 to command prompt.

  2. Type the following command in command prompt:

cd C:\windows\system32\logfiles\srt\ (change your drive letter accordingly)

Cwindowssystem32logfilessrt | Fix BAD_SYSTEM_CONFIG_INFO Error - 11
  1. Press CTRL + O then from file type select “ All files ” and navigate to C:\windows\system32 then right-click CMD and select Run as administrator.
open cmd in SrtTrail - 12
  1. Type the following command in cmd: cd C:\windows\system32\config

  2. Rename Default, Software, SAM, System and Security files to .bak to back up those files.

  3. To do so type the following command:

(a) rename DEFAULT DEFAULT.bak (b) rename SAM SAM.bak (c) rename SECURITY SECURITY.bak (d) rename SOFTWARE SOFTWARE.bak (e) rename SYSTEM SYSTEM.bak

recover registry regback copied - 13
  1. Now type the following command in cmd:

copy c:\windows\system32\config\RegBack c:\windows\system32\config

  1. Restart your PC to see if you can boot to windows.

Recommended:

  • Fix Steam Error Failed to load steamui.dll
  • How to Fix Windows Experience Index Freezing Issue
  • Fix Windows cannot complete the extraction error
  • Fix DHCP is not enabled for WiFi in Windows 10

That’s it you have successfully Fix BAD_SYSTEM_CONFIG_INFO Error but if you still have any queries regarding this post then feel free to ask them in the comment’s section.