Here's the issue:
I am running Windows 7. When I boot up my computer I get the boot menu for Windows 7 or Windows XP setup. Windows XP setup is a broken setup (missing files), and Windows XP is also set as the default OS. How can I delete the XP entry and just boot directly to Windows 7?
Here are is the ouput of bcdedit /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {84bd1ec0-de20-11de-bc85-bf302483c12e}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {84bd1ec2-de20-11de-bc85-bf302483c12e}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {84bd1ec0-de20-11de-bc85-bf302483c12e}
nx OptIn
and here is the boot.ini:
[boot loader]
timeout=5
default=c:\$WIN_NT$.~BT\BOOTSECT.DAT
[operating systems]
c:\$WIN_NT$.~BT\BOOTSECT.DAT="Microsoft Windows XP Professional Setup"
Any help? Thanks.
I am running Windows 7. When I boot up my computer I get the boot menu for Windows 7 or Windows XP setup. Windows XP setup is a broken setup (missing files), and Windows XP is also set as the default OS. How can I delete the XP entry and just boot directly to Windows 7?
Here are is the ouput of bcdedit /enum
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
description Windows Boot Manager
locale en-US
inherit {globalsettings}
default {current}
resumeobject {84bd1ec0-de20-11de-bc85-bf302483c12e}
displayorder {current}
toolsdisplayorder {memdiag}
timeout 30
Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows 7
locale en-US
inherit {bootloadersettings}
recoverysequence {84bd1ec2-de20-11de-bc85-bf302483c12e}
recoveryenabled Yes
osdevice partition=C:
systemroot \Windows
resumeobject {84bd1ec0-de20-11de-bc85-bf302483c12e}
nx OptIn
and here is the boot.ini:
[boot loader]
timeout=5
default=c:\$WIN_NT$.~BT\BOOTSECT.DAT
[operating systems]
c:\$WIN_NT$.~BT\BOOTSECT.DAT="Microsoft Windows XP Professional Setup"
Any help? Thanks.