220-801 · Question #1099
220-801 Question #1099: Real Exam Question with Answer & Explanation
The correct answer is A: bootrec. 'Operating system not found' indicates a corrupted or missing boot record. The bootrec tool, run from the Windows Recovery Environment, repairs the Master Boot Record (MBR), boot sector, and Boot Configuration Data (BCD) using commands like /fixmbr, /fixboot, and /rebuildbcd. dis
Question
Options
- Abootrec
- Bdiskpart
- Cformat
- Dsfc
Explanation
'Operating system not found' indicates a corrupted or missing boot record. The bootrec tool, run from the Windows Recovery Environment, repairs the Master Boot Record (MBR), boot sector, and Boot Configuration Data (BCD) using commands like /fixmbr, /fixboot, and /rebuildbcd. diskpart (B) manages partitions but doesn't repair boot records. format (C) erases the drive, destroying data. sfc (System File Checker) (D) scans for corrupted Windows system files but requires a bootable system to run.
Community Discussion
No community discussion yet for this question.