A technician is servicing a Windows 10 computer that fails to start due to a corrupted boot configuration. After booting from Windows installation media into the Windows Recovery Environment (WinRE) command prompt, which TWO bootrec utility commands should the technician execute to write a new boot sector to the system partition and rebuild the boot configuration store? (Select TWO.)
- bootrec /fixbootAnswer
- bootrec /rebuildbcdAnswer
- Cbootrec /cleanmbr
- Ddiskpart /repairbcd
Answer
The correct commands to write a new boot sector and rebuild the BCD store are bootrec /fixboot and bootrec /rebuildbcd.
The command bootrec /fixboot writes a new boot sector to the system partition, and bootrec /rebuildbcd scans connected drives for Windows installations and regenerates the BCD configuration file. Together, these two steps address boot sector corruption and missing BCD settings.
Step-by-Step Solution
Key Concept
Using bootrec switches in WinRE to repair system partition boot sectors and rebuild the BCD database.