Win 10 ошибка bad system config info

Эта ошибка свидетельствует о неисправности реестра компьютера. Вам придется вернуться к предыдущей конфигурации.

  1. Нажмите и удерживайте кнопку питания, чтобы отключить компьютер, а затем снова включите его. Увидев логотип изготовителя компьютера, повторно отключите компьютер. Повторяйте процесс, пока не увидите значение Подождите.

  2. На следующем экране выберите Устранение неполадок, а затем дополнительные параметры > Восстановление системы.

  3. Выберите учетную запись администратора и введите пароль. Нажмите Продолжить.

  4. Теперь выберите точку восстановления для перезапуска компьютера. Выберите последнюю известную хорошую конфигурацию.

  5. Если у вас по-прежнему возникают проблемы или нет доступной точки восстановления, сбросьте компьютер. 

Нужна дополнительная помощь?

Нужны дополнительные параметры?

Изучите преимущества подписки, просмотрите учебные курсы, узнайте, как защитить свое устройство и т. д.

В сообществах можно задавать вопросы и отвечать на них, отправлять отзывы и консультироваться с экспертами разных профилей.

What does bad system config info mean? How to solve the blue screen problem caused by it? This article will give you answers. It will provide 7 practical solutions to this error and you can try them one by one to fix error.

What Causes Bad System Config Info Error Code

Some computer users report that they have encountered bad system config info error and this error will cause blue screen and prevent them to boot up computer (there are other causes to blue screen, click here to know more). When bad system config error occurs, the computer often displays the following information and indicates the stop code bad system config info.

stop code bad system config info

Surely, the computer also may display the following information when bad system config info error occurs. BAD_SYSTEM_CONFIG_INFO error is also indicated on the screen.

BAD_SYSTEM_CONFIG_INFO

Bad system config info error can be caused by both software problem and hardware problem, such as: 

  • Hardware Issues: damaged memory bar and hard disk, loose cable and port, etc.
  • Software Issues: problematic Windows update and software incompatibility, corrupted MBR, incorrect Boot Configuration Data (BCD) file, corrupted registry, bad drivers, etc.

How to fix bad system config info Windows 10/11? You can adopt the following methods to fix it. Please note that most of the following methods require you to enter Windows. If you can’t enter Windows, you can try entering Safe Mode. Here is the guide on how to enter Safe Mode Windows: 

  • Enter WinRE.
  • Navigate to Troubleshoot > Advanced options > Startup Settings.
  • Click F4 key to choose Enable Safe Mode option.

choose Enable Safe Mode option

Fix 1. Troubleshoot Hardware Issues

Please make sure all cables and hardware components are connected correctly. Then, you should check RAM and hard drive for errors. Here is the guide:

  • Press “Windows + R” keys and type “mdsched.exe“.
  • Select “Restart now and check for problems“. The computer will restart and run a memory check. This process will usually take a few minutes.

If the result indicates that there are some problems with the RAM and it can’t fix these issues, you may have to replace the RAM or contact the RAM manufacturer to get help. In addition, if you have two memory bars installed, please make sure they can work together.

Then, you need to check hard drive and fix errors. Please refer to this post: How to Check Hard Drive and Fix the Error? Solutions Are Here!

Fix 2. Uninstall Applications and Updates

Some users report that the BAD_SYSTEM_CONFIG_INFO error appears after they install a new application or Windows update. In this case, the reasonable cause should be incompatibility problem. So, uninstalling the problematic application or update may solve this problem.

How to uninstall applications and Windows updates: 

  • Open File Explorer.
  • Right click on This PC and choose Properties.
  • Click Control Panel Home at upper left corner of the new pop-up window.
  • Select Programs and Features in the next pop-up window.
  • Right click an application and click Uninstall.
  • In the same window, click View installed updates.
  • Right click a problematic update to uninstall.

uninstall applications

Fix 3. Update Drivers

  • Press “Windows + X” keys and select Device Manager in the pop-up menu.
  • Expand directory and select Update driver. Sometimes, the problematic driver will be displayed. But if not, you should especially try updating drivers for hard drives, USB, and other important devices.
  • Select Search automatically for updated driver software in the pop-up window.

update driver in Device Manager

Tip: If Windows can’t find a new driver, users can find a driver on the device manufacturer’s website and follow its instruction to perform operation.

Surely, there are some users who report that the BAD_SYSTEM_CONFIG_INFO error occurs after they update to unsuitable drivers. If so, users can uninstall device to fix this problem.

Fix 4. Use BCDEdit Command

Windows 10 bad system config info error may occur due to incorrect system configuration like improper number of processors and wrong memory amount value. Some users report that the computer will overheat if the number of processors is very large, which will cause BAD_SYSTEM_CONFIG_INFO error sequentially.

Besides, some users also report that the abnormal value (usually it is too small) of memory amount will prevent computer to boot up. Fortunately, the two problems can be solved by bcdedit commands (even if the computer can’t boot into safe mode). Here is the tutorial: 

Step 1: Enter WinRE. Navigate to Troubleshoot > Advanced options > Command Prompt.

Step 2: Input the following two command lines (each command line is followed by pressing Enter key):

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

bcdedit command

Step 3: Close the Command Prompt window and try rebooting computer to see whether it is OK.

Fix 5. Fix Windows Registry

Windows registry is an important database in Microsoft Windows for storing settings information of system and application. The various parameters stored in registry control directly the startup of Windows, the loading of hardware drivers, and the operation of some Windows applications.

Therefore, some registry issues can also cause bad system config info error. And usually, this registry issue can be repaired through command lines.

Here is a tutorial for solving bad system config info Windows 11/10 error caused by corrupted registry.

Step 1: Enter WinRE and navigate to Troubleshoot > Advanced options > Command Prompt.

Step 2: Execute the following commands one by one.

  • CD C:WindowsSystem32config
  • ren C:WindowsSystem32configDEFAULT DEFAULT.old
  • ren C:WindowsSystem32configSAM SAM.old
  • ren CWindowsSystem32configSECURITY SECURITY.old
  • ren C:WindowsSystem32configSOFTWARE SOFTWARE.old
  • ren C:WindowsSystem32configSYSTEM SYSTEM.old
  • 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

The cd and ren command lines will enter WindowsSystem32config and rename folders under it. Thus, Windows can’t use them anymore and users can restore them later (in system restore) if necessary. The copy command lines will copy the files in RegBack to config. In other words, these command lines will replace the old registry entry files with the registry backup.

If these command lines don’t work, users can type “notepad.exe” to open this program. Then click File and Open. And then, navigate to boot system > Windows > System32 > config. Display all files and rename them by just adding a symbol in case these files need to be restored. Then go to RegBack folder to copy all files from it and paste them to config folder.

Windows/System32/config folder

Step 3: Close the Command Prompt and restart computer to see whether bad system config info error is solved.

Fix 6. Bootrec Command

If the BCD files get corrupted, bad system config info error may also occur. Bootrec.exe is a computer program file that can be used in WinRE Command Prompt to solve and repair Master Boot Record (MBR) issue, boot sector issue, and Boot Configuration Data storage issue. But this tool requires you to enter WinPE. 

Here is the tutorial.

Step 1: Enter WinPE and open Command Prompt window.

Step 2: Execute the following command lines one by one.

  • bootrec /fixmbr
  • bootrec /fixboot
  • bootrec /rebuildbcd

Fix 7. System Restore or Reset Computer

If the previous methods can’t solve the bad system config info error, users can perform system restore or computer reset to solve Windows 10 bad system config info error.

However, the bad system config info error may cause data loss, so users should recover and backup important files in advance. Aiming to recover data when computer can’t boot, MiniTool Partition Wizard is recommended.

Here is a tutorial for recovering data when computer can’t boot.

Step 1: Make a bootable disk of MiniTool Partition Wizard.

Buy MiniTool Partition Wizard and launch it on a normal running computer to get its main interface. And then click Bootable Media on the toolbar.

click Bootable Media on the toolbar

Click WinPE-based media with MiniTool plug-in. And then choose the media destination.

choose media destination

Tip: USB Flash Drive option is recommended, because the boot.iso file will be burnt into it directly to complete a bootable disk. Or, ISO File option is selected, thus the boot.iso file is generated and can be burnt to USB flash drive later by using another media creation tool. CD/DVD Writer option can also be chosen if the computer supports CD/DVD.

Step 2: Set in the Firmware to make the computer boot from the disk containing the burnt boot.iso file.

set firmware

Step 3: Recover data on system partition to other data partitions.

When the computer is booted up by the bootable disk, MiniTool Partition Wizard will open automatically after a few seconds. Then, click Data Recovery.

Note: The drive letters have been changed in bootable disk.

click Data Recovery on the toolbar

Choose logical drive E (the original boot partition C) and then click Scan.

choose a partition for data recovery scanning

Step 4: Find the files that need to be recovered and then click Save button.

Tip: Features like Show Lost File, Find, and Filter can help users find files faster. Then please preview files before it is saved.

find the files that need to be recovered and then click Save

Here is a tutorial for system restore.

Step 1: Enter WinRE and navigate to Troubleshoot > Advanced options > System Restore.

Step 2: Follow the wizard the perform system restore. But please note that Show more restore points should be selected if users don’t see any suitable system restore point.

select a proper system restore point

Click Easily Fix: Windows 10 System Restore Stuck (Focus on 2 Cases) for some help if system restore process is not smooth.

If users disable system protection feature and didn’t create a system restore point manually, they may find that there is no system restore point. If that happens, please consider resetting this PC.

Here is a tutorial for resetting PC.

Step 1: Enter WinRE and navigate to Troubleshoot > Rest this PC.

Step 2: Follow the wizard to reset PC, but please select Keep my files option.

Click 3 Ways to Fix Windows 10 Reset Stuck at 1/66/99% Black Screen for some help if the computer reset process is not smooth.

If the computer can boot up after system restore or reset this PC, please check whether the important files still exist. If the files are not there, users can refer to the above steps to retrieve them. However, if the bad system config info error still occurs after resetting PC, users should consider hardware problems.

Here are 7 solutions to bad system config info error. These solutions are explained step by step and some of them are illustrated with pictures. Click to Tweet

Bottom Line

The above seven ways can solve bad system config info errors caused by most common reasons. But if you have any other solutions, please leave a comment below for sharing. Likewise, if you have problems in performing the above solutions, please leave a comment for discussion.

Surely, if you have problems in data recovery or backup, please leave a comment or email [email protected] to for help.

Bad System Config Info FAQ

What is bad system config info Windows 10/11?

Bad system config info is a common BSOD bug on Windows systems. When it occurs, you can’t boot up your computer.

What causes bad system config info?

The bad system config info error can be caused by hardware problems like memory back and hard disk corruption, and loose wire winding and port, as well as software problems like problematic update, software incompatibility, corrupted MBR, incorrect Boot Configuration Data (BCD) file, corrupted registry, damaged or corrupted RAM, bad drivers, etc.

Не секрет, что причины появления критических ошибок Windows, сопровождающихся «синим» экраном смерти, не всегда бывают очевидны. Название ошибки зачастую даёт лишь общее представление о неполадке, но не указывает на вызвавшую её конкретную причину. BAD SYSTEM CONFIG INFO в Windows 10 как раз является примером такой ошибки, которая может вызываться подключением новых устройств, установкой или обновлением драйверов, изменением настроек BIOS, повреждением загрузчика, сбоем в работе протокола NTLDR и прочими причинами так или иначе имеющими отношение к изменению конфигурации программной или аппаратной составляющей компьютера, на что, собственно, указывает название ошибки. Поэтому и подход к её устранению должен быть плановым и разносторонним.

Так как появление ошибки BAD SYSTEM CONFIG INFO чаще всего бывает связано с изменением конфигурации, первое, что можно предпринять для устранения неполадки, это загрузить Windows с параметрами последней удачной конфигурации. К сожалению, опции, которая позволяла бы такую загрузку выполнить, в меню дополнительных вариантов загрузки Windows 10 больше нет, как нет и самого меню, вызываемого, если кто помнит, нажатием клавиши F8 сразу после включения компьютера. Для восстановления меню «Дополнительные варианты» загрузки» необходимо будет в рабочей системе (об этом нужно позаботиться раньше) запустить командную строку и выполнить команду bcdedit /set {current} bootmenupolicy legacy. 

Кроме того, если на ПК у вас включена опция «Быстрый старт», её также потребуется отключить, установив для параметра HiberbootEnabled значение 0 в ключе реестра HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Power. Это можно сделать как из работающей системы, так и из-под Live, например, из-под диска WinPE 10-8 Sergei Strelec, которому на нашем сайте посвящён целый цикл статей.

После проделанных манипуляций жмём при обычной загрузке F8 и выбираем в восстановленном меню «Дополнительные варианты» загрузки» опцию «Последняя удачная конфигурация». Если Windows 10 загрузится без ошибки, замечательно, можете отключить, если хотите, дополнительное меню командой bcdedit /set {default} bootmenupolicy standard. Если проблема не решена, следуем дальнейшим инструкциям. 

Примечание: даже если команда восстановления дополнительного меню будет выполнена успешно (есть вероятность получить ошибку «Ошибка при установке ссылки указанной записи»), не факт, что опция «Последняя удачная конфигурация» в нём появится. Мы пробовали этот трюк в Windows 11, меню успешно восстановилось, но без указанной опции. 

Если с описанной ошибкой вы столкнулись после замены оборудования или подключения к компьютеру новых устройств, начинать нужно не с восстановления меню дополнительных параметров загрузки, а с восстановления аппаратной конфигурации, так как очевидно, что причиной ошибки стало новое устройство. Либо удаляем это устройство, либо разбираемся с его драйверами, в частности, загрузившись (если возможно) в безопасном режиме, удаляем драйвера старого устройства и устанавливаем драйвера нового. В том случае, если ошибка появилась после внесения изменений в BIOS, восстановите исходную конфигурацию или сбросьте BIOS к заводским настройкам, если не помните, какие изменения вносили.

Этот простой и действенный способ поможет устранить ошибку BAD SYSTEM CONFIG INFO, если она была вызвана изменением конфигурации системы через реестр или модификацией системных файлов. Загрузите компьютер с установочного диска, нажмите «Далее», затем Восстановления системы → Поиск и исправление неисправностей → Восстановление системы, выберите целевую ОС и проследуйте указаниям мастера восстановления. Заодно обратите также внимание на опцию «Восстановление при загрузке», ею вы можете воспользоваться с целью исключения повреждения загрузочных файлов.

Ошибка BAD SYSTEM CONFIG INFO может быть вызвана некорректными настройками дополнительных параметров конфигурации в утилите msconfig, например, изменением количества процессоров и выделенной памяти. Сброс этих настроек должен помочь восстановить нормальную загрузку операционной системы. Загрузитесь с установочного или спасательного диска в среду восстановления, запустите командную строку и выполните эти две команды: 

bcdedit /deletevalue {default} numproc

bcdedit /deletevalue {default} truncatememory

Не исключаем, что в запасе у вас есть и другие варианты решения этой проблемы, но, скорее всего, это будут дополнительные решения вроде проверки жёсткого диска и оперативной памяти на ошибки. Эффективность их сомнительна, если устранить ошибку не удастся, придётся идти на радикальные меры — сброс системы к изначальному состоянию или её полной переустановке.

Одной из самых популярных проблем, с которой приходится сталкивать чуть ли не каждому пользователю – синий экран «BSOD» с уведомлением о перезагрузки и текстом BAD SYSTEM CONFIG INFO «0x00000074». Ошибка может появиться как во время работы Windows 10, 8 и Windows 7, так и сразу при загрузке компьютера, делая при этом дальнейшую работу невозможной.

Давайте разбираться, что делать и как исправить положение. Исходя из названия ошибки можно понять, что мы столкнулись с проблемой на стороне конфигурации операционной системы. Но что именно повлекло ее появление, не уточняется, остается лишь предполагать и по порядку выполнять пункты, о которых я поведаю ниже.

Если Windows не загружается в обычном режиме, то запустите ее в безопасном или с помощью загрузочного диска (флешки). Так вы сможете выполнить все действия, о которых пойдет речь дальше.

Содержание статьи

  1. Основные моменты
  2. Причины возникновения ошибки
  3. Исправляем поврежденные данные
  4. Исправляем файлы BCD и восстанавливаем загрузочную область
  5. Другие варианты решения
  6. Видео инструкция
  7. Комментарии пользователей

Основные моменты

  1. Если до появления сбоя были изменены настройки BIOS, то их необходимо вернуть к прежнему состоянию. Для этого войдите в настройки BIOS, воспользуйтесь опцией «Load Optimized Defaults» или похожей, сохраните настройки и перезапустите компьютер.

Фото 2

  1. Бывает, что сбой вызывает новое устройство, которое было подключено к компьютеру. Тогда следует его отключить.

Фото 15

Фото 16

Фото 17

  1. Если было выполнено обновление с семерки или восьмерки на более новую десятку, то возможно проблема находится на стороне несовместимых драйверов. Тогда их следует переустановить, для начала удалив старые. При этом драйвера желательно скачивать с официальных сайтов.
  2. Также не стоит исключать возможность некорректной установки драйвера или его несовместимости с текущей системой. В первую очередь убедитесь, что он полностью совместим с вашей ОС и затем переустановите его.

Фото 18

  1. Иногда код остановки BAD SYSTEM CONFIG INFO появляется послеавтоматического обновления определенного драйвера. Например, видеокарты. Тогда может помочь полное удаление с дальнейшей установкой чистой версии или откат драйвера.
  2. Некоторым пользователям помогает замена неисправной планки памяти, которая легко вычисляется в программе «Memtest».

Фото 3

  1. Также проблема может находиться на стороне поврежденного реестра. Который вполне мог повредиться в результате работы программы чистильщика или оптимизатора, например, «Ccleaner» и прочих. Первый вариант исправления – загружаемся в безопасном режиме, после чего в обычном. Таким образом самые важные записи реестра будут перезаписаны, что повысит шансы успешной загрузки. Второй вариант – использовать точки восстановления или провести процедуру ручного восстановления реестра.

Фото 19

  1. Обязательно проверьте компьютер на вирусы.
  2. Нередко сбой BAD SYSTEM CONFIG INFO вызывает жесткий диск или материнская плата. Причем здесь может быть что угодно, поломка материнской платы в результате которой начал сбоить SATA / IDE порт, перегиб SATA / IDE кабеля, неплотный контакт с разъемом на жестком диске или BAD блоки. Еще один вариант – наличие повреждений на стороне важных файлов и файловой системы.

Фото 20

Фото 21

  1. В момент загрузки ПК начните нажимать «F8» до появлений черного экрана с набором параметров. Затем с помощью стрелок выберите пункт последней конфигурации и щелкните «Enter». Не самый эффективный способ, но иногда выруливает ситуацию.

Фото 4

Итак, мы разобрали основные типы неисправностей, которые чаще всего влекут за собой различные сбои, но это еще не все.

Причины возникновения ошибки

Ошибка BAD SYSTEM CONFIG INFO «0x00000074» возникает по следующим причинам:

  • Изменение параметров работы дисков в BIOS;
  • Некорректное изъятие устройства из слота на материнской плате или USB;
  • Сбой процесса NTLDR;
  • Поврежденный реестр.

Каждая из них может быть диагностирована и устранена пользователем без глубоких технических знаний.

Исправляем поврежденные данные

Теперь разберем способ, который можно использовать если код ошибки BAD SYSTEM CONFIG INFO «0x00000074» появляется при загрузке Windows 10 и 7.

  1. В момент загрузки компьютера начните нажимать «F8» до тех по, пока не появятся варианты запуска. Также можно зажать клавишу «Shift» и нажать по иконке выключения — перезагрузка, доступной в меню «Пуск».

Фото 5

  1. Войдите в раздел «Устранение неполадок», нажав «Enter». Если загрузились с помощью F В противном случае переходите к следующему пункту.
  2. Переместитесь в раздел «Поиска и устранения неисправностей».

Фото 6

  1. Щелкните по пункту «Дополнительные параметры».

Фото 7

  1. Запустите консоль команд.

Фото 8

  1. Выберите запись администратора.

Фото 9

  1. В черном окне введите «diskpart» (без кавычек) и щелкните «Enter».
  2. Следом выполните – «list volume».

Фото 10

  1. В результате вы увидите список из всех существующих томов. Запомните букву раздела с установленной ОС и букву с загрузочным сектором, обычно он имеет наименьший размер «около 500 мб и сопровождается сообщением — зарезервировано».
  2. Введите exit и нажмите «Enter».
  3. Введите chkdsk d: /f /r и нажмите «Enter». Где «D» это раздел с установленной системой, если в вашем случае используется другая буква, то укажите ее вместо буквы «D».

Фото 11

  1. Дождитесь завершения проверки и следом задействуйте другую команду — sfc /scannow /OFFBOOTDIR=C:\ /OFFWINDIR=D:\Windows, нажав «Enter». Где «C» — загрузочный сектор и «D» диск с ОС.

Фото 12

  1. Дожидаемся окончания проверки и перезагружаем компьютер.

После этого ошибка BAD SYSTEM CONFIG INFO с кодом «stop 0x00000074» должна быть устранена.

Пользователям семерки предлагаю воспользоваться загрузочной флешкой (диском), войти в «Восстановление системы», затем в консоль команд и выполнить действия из пунктов 6 — 11.

Исправляем файлы BCD и восстанавливаем загрузочную область

В некоторых случаях повреждается загрузочная область, в результате чего система отказывается запускаться. Восстановить работоспособность можно с помощью нескольких команд.

Для этого требуется:

  1. Повторить действия из пунктов 1 — 5 предыдущего раздела.
  2. Поочередно ввести: «bootrec /fixmbr», «bootrec /fixboot (без кавычек). Каждая из которых должна сопровождаться нажатием «Enter».

Фото 13

  1. Для десятки предусмотрена еще одна команда – bcdboot d:\Windows. Где «D» это том с установленной ОС, его мы нашли с помощью команды «list volume» из предыдущего раздела (7-8 пункты).

После этого повторяем попытку запуска компьютера в обычном режиме.

Другие варианты решения

Существует еще одно дополнительное средство для устранения ошибки BAD SYSTEM CONFIG INFO, которое работает на Windows 7 и только на некоторых сборках Windows 10 и 8. Для начала нужно загрузиться с установочного диска (флешки), войти в «Восстановление», запустить командную строку и поочередно задействовать следующие команды.

  1. bcdedit /deletevalue {default} numproc;
  2. bcdedit /deletevalue {default} truncatememory;

Фото 14

После этого запускаем ОС в обычном режиме и проверяем результат.

Если и это не помогло, то больше ничего не остается, кроме как откатить систему до начального состояния с сохранением всех настроек, либо же сразу переустановить ее.

Фото 22

Некоторые пользователи отмечают, что проблема может находиться на стороне используемой сборки и установленных программ. Поэтому стоит также задуматься о смене сборки и удалении лишних программ, например, «Volume2».

Видео инструкция

How to Fix BAD SYSTEM CONFIG INFO Error on Windows 10

The BAD SYSTEM CONFIG INFO is a Blue Screen of Death (BSoD) error caused by corrupted Windows registry files or malfunctioning system files, among other reasons. This article contains instructions on how to fix this error.

bad system config info

Blue Screen of Death is displayed in full-screen and usually indicates that the system has crashed. There are various reasons for the occurrence of the Blue Screen of Death. BSODs are generally caused by problems with computer hardware or driver software.

What Causes BAD SYSTEM CONFIG INFO?

The BAD SYSTEM CONFIG INFO error is often caused by corrupted Windows registry files or malfunctioning system files. Other causes include damaged or corrupted hard drives, incorrectly configured device drivers, driver conflicts with other installed hardware, or damaged or corrupted RAM (Random Access Memory).

In this guide, we’ve included several methods to help you fix this error.

Note: Users who get the BAD SYSTEM CONFIG INFO error often can’t log in to Windows. If you are stuck on the blue screen and cannot log into Windows 10, you must boot Windows into Safe Mode. Read this article to find out how. If you are also unable to boot into Safe Mode, use a Windows installation DVD (or USB) and use Automatic Repair from there.

Video Showing How to Fix BAD SYSTEM CONFIG INFO Error on Windows 10

Table of Contents:

  • Introduction
  • Use the Bcdedit Command
  • Repair the Boot Configuration Data (BCD)
  • Fix BAD SYSTEM CONFIG INFO by Fixing Windows Registry
  • Use System Restore
  • Video on How to Fix BAD SYSTEM CONFIG INFO Error on Windows 10

Use the Bcdedit Command

bcdedit (or BCDEdit) is a command-line tool for managing Boot Configuration Data (BCD). It can be used to create new stores, modify existing ones, add boot menu options, and so on. A possible reason for the «BAD_SYSTEM_CONFIG_INFO» error is that the system configuration is incorrect.

We can use the bcdedit command to set the correct values so that the number of processors and amount of memory in the configuration file match.

Continually restart your computer until Windows launches Automatic Repair. This should take 3-4 restarts. In the Automatic Repair window, click «Troubleshoot».

how to fix BAD_SYSTEM_CONFIG_INFO error by using bcdedit command step 1

Now, click «Advanced options».

how to fix BAD_SYSTEM_CONFIG_INFO error by using bcdedit command step 2

In Advanced options, click «Command Prompt».

how to fix BAD_SYSTEM_CONFIG_INFO error by using bcdedit command step 3

In the Command Prompt window, type the «bcdedit/deletevalue {default} numproc» command and press Enter on the keyboard to execute it.

how to fix BAD_SYSTEM_CONFIG_INFO error by using bcdedit command step 4

Now, type the «bcdedit/deletevalue {default} truncatememory» command and press Enter.

how to fix BAD_SYSTEM_CONFIG_INFO error by using bcdedit command step 5

Close the Command Prompt window, exit Automatic Repair, and start the Windows operating system to see if this fixes the «BAD_SYSTEM_CONFIG_INFO» blue screen error.

[Back to Table of Contents]

Repair the Boot Configuration Data (BCD)

If the BCD file was corrupted or damaged, you need to fix it to resolve the «BAD_SYSTEM_CONFIG_INFO» error. Access Automatic Repair and open Command Prompt by following the steps mentioned above.

If you cannot access Automatic Repair in this way, we recommend that you use a Windows installation DVD (or USB). Boot it, and when in the Windows Setup window, enter your language and other preferences. Click «Next». Then, click the «Repair your computer» button to launch the Windows Automatic Repair tool.

In the Command Prompt window, type the «bootrec /rebuildbcd» command and press Enter on the keyboard to execute it.

how to fix BAD_SYSTEM_CONFIG_INFO error by fixing the bcd file step 1

Now, type the «bootrec /scanos» command and press Enter again.

how to fix BAD_SYSTEM_CONFIG_INFO error by fixing the bcd file step 2

The last command you need to type is «bootrec /fixmbr». Then, press Enter. This command deletes Master Boot Records and recreates them.

Close «Command Prompt» and try to start Windows again. See if this fixes the «BAD_SYSTEM_CONFIG_INFO» error.

how to fix BAD_SYSTEM_CONFIG_INFO error by fixing the bcd file step 3

[Back to Table of Contents]

Fix BAD_SYSTEM_CONFIG_INFO by Fixing Windows Registry

Windows Registry is a collection of databases of configuration settings in Microsoft Windows operating systems. It stores much of the information and settings for software programs, hardware devices, user preferences, operating system configurations, and much more. Many of the options exposed in the registry are not accessible elsewhere in Windows.

Registry issues can cause the «BAD_SYSTEM_CONFIG_INFO» error. To fix this error, you first need to resolve the Windows Registry problem. Launch Automatic Repair by following the previously mentioned steps and open Command Prompt.

Type the following commands and press Enter after each.

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

9a

By executing these commands, you have renamed the current main registry files. Now replace the original registry files with the ones created by the backup using these commands:

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\

Close Command Prompt and restart the computer. See if this fixes the «BAD_SYSTEM_CONFIG_INFO» error.

[Back to Table of Contents]

Use System Restore

The System Restore tool creates restore points. A restore point is a collection of important system files stored by System Restore on a given date and time. To use this tool, you must have created restore points. With a created restore point, this feature will bring your system back to the previous working state, without affecting your files and data.

To launch System Restore, access Automatic Repair, click «Troubleshoot», click «Advanced options», and then select «System Restore». Select your account username and follow the instructions. If there are restore points created, you will see a list of them.

Mark the «Show more restore points» checkbox, which should display more restore points. Select the most appropriate restore point (depending on the time created, etc.) and click «Next».

Do not select a Restore Point at a time when the «BAD_SYSTEM_CONFIG_INFO» error was already present.

how to fix BAD_SYSTEM_CONFIG_INFO error by using system restore step 1

Confirm your restore point. The computer will be restored to the state prior to the event detailed in the «Description» field. If you are happy with your choice, click «Finish» and the system restore process will begin. See if this fixes the «BAD_SYSTEM_CONFIG_INFO» error.

how to fix BAD_SYSTEM_CONFIG_INFO error by using system restore step 2

We hope that these methods solve the «BAD_SYSTEM_CONFIG_INFO» problem. If you know of other solutions not mentioned in our guide, please share them with us by leaving a comment in the section below.

[Back to Top]

Понравилась статья? Поделить с друзьями:
  • Win 10 ошибка 21a
  • Win 10 ошибка 1068
  • Win 10 ошибка 1058
  • Win 10 ошибка 10010
  • Will to live online ошибка античита