I have a computer whose hard disk I recently formatted. As soon as I implement a .wim image in the computer using the WindowsPE disc with imagex utility, two entries are shown in the mbr menu: one for the previously installed system and another for the new one.

How can I edit this menu so that only the actual system appears?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Use BCDEdit from an elevated Command Prompt. Next, check the identifier of the other OS between {}. Once you identify the ID of the other operating system, type BCDEDIT /delete {long-id} and press Enter.

link|improve this answer
Thank you! It was what I was looking for. – haroldmoma Jul 19 '11 at 19:55
Make sure to +1 it then :P – Luke Jul 19 '11 at 22:27
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.