Fixmbr command
Updated: 11/12/2023 by Computer Hope
The fixmbr command is part of the Recovery Console. It creates a new MBR (Master Boot Record).
Availability
The fixmbr command is available in the following Microsoft operating systems.
Fixmbr syntax
Repairs the master boot record of the boot disk. The fixmbr command is only available when you are using the Recovery Console.
fixmbr [device_name]
device_name | The device (drive) you want to write a new master boot record. The name can be obtained from the output of the map command. |
Fixmbr examples
fixmbr \Device\HardDisk0
In the example above, the boot record would be re-written for the first disk drive.