If you receive the following error message when you try to boot your Windows 10 computer, then this post may help you:
The Boot Configuration Date file is missing some required information.
File:\BCD
Error Code: 0zc000000d
If you receive this error screen, then boot your device to Advanced Startup Options and try the following:
Run System Restore and see if it helps
Run Startup Repair
You may have to rebuild BCD and repair MBR.
Open a Command Prompt and run the following commands one after the other:
Code:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
See these posts for more details:
Restore, Fix, Repair Master Boot Record (MBR) in Windows
Dual Boot Repair Tool: Repair BCD Boot Configuration Data
Restart your computer and see if it has helped.