Here’s how you can delete the unnecessary boot loader entries and straight boot into your Windows 7
First, you need to boot into Windows 7.
Open up the command prompt and type “bcdedit”. Make sure you are running the command line as Administrator.
Here is an example, everybody might have different results when you type the command. Basically it lists out all the OS that has registered to the Windows Boot Manager. For instance, as you can see, there is an entry called “Windows Legacy OS Loader”, the identifier of which contains the value “{ntldr}”. From this, I can tell the Windows Legacy OS Loader used to load Windows XP on this system, since the value of ntldr is default for winxp bootloader.
Now type bcdedit /delete...