bcdedit / deletevalue {default} truncatememory
Step 9 . Close Command Prompt.
Step 10 . Start Windows 10.
If the BCD file is corrupted it can cause a "Bad System Config Info" error and deny access to Safe Mode, as well as Windows 10.
To fix this, you need a USB boot Windows 10 or DVD installation drive. You can use Media Creation Tool without USB boot drive. After having a USB boot, follow these steps:
Step 1 . Plug the USB boot into the computer and boot from there.
Step 2 . The Windows 10 setup process will begin.
Step 3 . Click Next .
Step 4 . Click Repair your computer .
Step 5 . Select Troubleshoot> Advanced Options> Command Prompt .
Step 6 . Enter the following line into the Command Prompt. (Press Enter after each line to execute the command).
bootrec / repairbcd
bootrec / osscan
bootrec / repairmbr
Step 7 . Close Command Prompt.
Step 8 . Restart the computer.
Note: The last command you enter will delete and recreate Master Boot Records, be careful when using it.
Some registry problems can cause this error, follow the steps below to fix the error.
Step 1 . Boot from Windows 10 installation DVD.
Step 2 . Select Troubleshoot> Advanced Options> Command Prompt .
Step 3 . Enter the following line into the Command Prompt. (Press Enter after each line to execute the command)
CD C: WindowsSystem32config
thread C: WindowsSystem32configDEFAULT DEFAULT.old
thread C: WindowsSystem32configSAM SAM.old
ren C: WindowsSystem32configSECURITY SECURITY.old
thread C: WindowsSystem32configSOFTWARE SOFTWARE.old
ren C: WindowsSystem32configSYSTEM SYSTEM.old
Note: The directory for each of these commands will be renamed when pressing Enter and after finishing, Windows 10 will not reuse them. It can be deleted, so you should change the name in case you want to restore the system.
Step 4 . Next, enter the following line into the Command Prompt.
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
These commands will copy the backup copies of the registry and replace the old ones. After running the command, close the Command Prompt and restart the computer.
If the above methods do not solve the problem, try restoring the system. Refer to the article Windows System Recovery Guide for how to recover.
This is probably the last method to fix the "Bad System Config Info" error if the above methods do not work. Before resetting, make a backup because this process will delete all files in drive C. Refer to the article Summary of some simple ways to Reset Windows 10 to know how to do it.
I wish you all success!