Remove entry from Windows 7 bootloader

3

1

After making an error installing windows, I now have two entries in the Windows 7 boot loader, one of which is incorrect.

How can I remove it? I've seen some entries recommending EasyBCD, but can't it be done easily without 3rd party software?

Adrian Mouat

Posted 2010-11-15T10:50:45.703

Reputation: 483

Answers

6

The easiest way to remove an entry in the Windows 7 Boot Configuration is to use msconfig.

To launch msconfig:

  1. Click Start
  2. In the Search text box, type msconfig
  3. Launch msconfig by selecting it from the search results above the search text box.

After msconfig is launched:

  1. Go to the Boot tab
  2. Slect the boot entry you want to delete.
  3. Click the Delete button and then click OK.

source

harrymc

Posted 2010-11-15T10:50:45.703

Reputation: 306 093

Works on Windows 10 as well. – Augiwan – 2015-08-26T04:21:24.573

1Thanks! Pretty sure that's exactly what I was looking for. I'll try that tonight. – Adrian Mouat – 2010-11-15T11:52:39.667