A user modified partition settings on a legacy MBR-based Windows 10 system, resulting in a startup failure with error code 0xc000000e indicating missing or corrupted Boot Configuration Data. A help desk technician boots the computer into the Command Prompt within the Windows Recovery Environment (WinRE). Which TWO commands should the technician execute to locate installed operating systems and reconstruct the boot database? (Select TWO.)
- bootrec /scanosCevap
- bootrec /rebuildbcdCevap
- Cbootrec /fixmbr
- Dchkdsk C: /r
Cevap
The technician must execute `bootrec /scanos` to identify Windows installations missing from the Boot Configuration Data and `bootrec /rebuildbcd` to reconstruct the BCD database.
The correct steps involve using `bootrec /scanos` to detect installed Windows instances missing from the boot configuration and `bootrec /rebuildbcd` to rebuild the Boot Configuration Data store, allowing the OS entry to be restored.
Adım Adım Çözüm
Anahtar Kavram
Rebuilding the Windows Boot Configuration Data (BCD) store using Bootrec commands in WinRE