or to do it the manual way:
Open CMD with administrator rights
type :
bcdedit {enter}
Find your Windows 7 Installation, it should look something like:
Code:
Windows Boot Loader
-------------------
identifier {4c218259-e04b-11dd-b760-00195b61617a}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7 Beta 32bit
locale en-US
inherit {bootloadersettings}
osdevice partition=C:
systemroot \Windows
resumeobject {4c218259-e04b-11dd-b760-00195b61617a}nx OptIn Next to identifier above, you'll find your Windows 7 UUID. So now type:
note: change my UUID in {} BELOW with yours.
bcdedit /set {4c218259-e04b-11dd-b760-00195b61617a} description "Microsoft Windows 7"