A Windows 11 workstation fails to start after a sudden power outage, presenting a screen with the error 'The Boot Configuration Data file is missing some required information. Error code: 0xc000000d.' An IT technician boots the computer into the Windows Recovery Environment (WinRE) Command Prompt and confirms that the Windows system directory on drive C: is fully accessible. Which command should the technician execute to scan for compatible Windows installations and rebuild the boot configuration database?
- bootrec /rebuildbcdAnswer
- Bbootrec /fixmbr
- Csfc /scannow
- Dchkdsk C: /r
Answer
Executing bootrec /rebuildbcd scans connected storage volumes for installed Windows operating systems and rebuilds the Boot Configuration Data (BCD) store.
Executing bootrec /rebuildbcd scans all connected disks for installed Windows operating systems and prompts the technician to add missing boot entries into the BCD store, successfully resolving the 0xc000000d startup error.
Step-by-Step Solution
Key Concept
Rebuilding the Boot Configuration Data (BCD) store using the bootrec utility in WinRE