Monday 21 March 2016

How to Fix the Master Boot Record in Windows

One useful and often necessary thing you can do in the Windows Recovery Console is fix a corrupt or damaged master boot record (MBR). The MBR plays a role in starting your PC and what happens when it’s damaged. Recovery is entirely possible if you can access the Recovery Console and you know which command to type for your version of Windows.
In Windows 7 and Windows Vista, type the following command at the Recovery Console prompt:
BOOTREC /FIXMBR
Type the command exactly as written: BOOTREC, a space, a forward slash, and then FIXMBR not followed by a period. Press Enter.
In Windows XP, you type the following command to fix the master boot record at the Recovery Console prompt:
FIXMBR
Press the Enter key and then press Y and Enter to confirm.
For all versions of Windows, this command works instantly. You see another command prompt displayed. Type exit to quit the command prompt. Restart the PC if it doesn’t restart automatically.
When the computer restarts, whatever problems afflicted the MBR should be gone. For example, if you were removing a boot manager program, it no longer appears when the PC first starts.
No danger is involved in fixing the MBR; if it wasn’t damaged, running the FIXMBR command doesn’t screw anything up (well, unless something else is wrong with the boot drive).

Unknown

Author & Editor

I am an allround web developer. I am a senior programmer with good knowledge of front-end techniques. I love structure and order and I also stand for quality. I love spending time on fixing little details and optimizing web apps. Also I like working in a team.

0 comments:

Post a Comment

Back to Top