Hello,
Hmm.
OK open and elevated cmd prompt and run:
bcdedit /delete {ntldr} /f
This is the syntax for the delete command for bcdedit. The last entry in
this is the example of the above command.
C:\Windows\system32>bcdedit /delete /?
This command deletes an entry from the boot configuration data store.
bcdedit [/store <filename>] /delete <id> [/f] [/cleanup | /nocleanup]
<filename> Specifies the store to be used. If this option is not
specified, the system store is used. For more
information,
run "bcdedit /? store".
<id> Specifies the identifier of the boot entry that you
want to
delete. For more information about identifiers,
run "bcdedit /? ID".
/f Deletes the specified entry. Without this option,
Bcdedit
will not delete any entries that have a well-known
identifier.
/cleanup Deletes the specified entry and removes the entry from
the
display order. Any other references to the entry being
deleted will also be removed from the store. When
deleting
an OS loader entry, the associated resume from
hibernation
entry is also deleted if it is not referenced by any
other
OS loaders. This option is assumed unless /nocleanup is
specified.
/nocleanup Deletes the specified entry without removing the entry
from
the display order.
Examples:
The following command deletes the specified operating system entry from the
store and removes the entry from the display order:
bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71}
The following command deletes the specified operating system entry from the
store and removes the entry from the display order:
bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71} /cleanup
The following command deletes the specified operating system entry from the
store without removing the entry from the display order:
bcdedit /delete {cbd971bf-b7b8-4885-951a-fa03044f5d71} /nocleanup
The following command deletes the NTLDR based OS loader entry from the
store:
bcdedit /delete {ntldr} /f
Thanks,
Darrell Gorter[MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
|>From: "miss-information" <
[email protected]>
|>References: <
[email protected]>
<
[email protected]>
|>In-Reply-To: <
[email protected]>
|>Subject: Re: Remove Windows Recovery Console
|>Date: Sun, 4 Mar 2007 20:23:53 -0600
|>Lines: 43
|>MIME-Version: 1.0
|>Content-Type: text/plain;
|> format=flowed;
|> charset="Windows-1252";
|> reply-type=original
|>Content-Transfer-Encoding: 7bit
|>X-Priority: 3
|>X-MSMail-Priority: Normal
|>X-Newsreader: Microsoft Windows Mail 6.0.6000.16386
|>X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6000.16386
|>Message-ID: <
[email protected]>
|>Newsgroups: microsoft.public.windows.vista.performance_maintenance
|>NNTP-Posting-Host: bv1-55.aircanopy.net 66.160.217.55
|>Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl
|>Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.vista.performance_maintenance:2786
|>X-Tomcat-NG: microsoft.public.windows.vista.performance_maintenance
|>
|>Under "Boot" in msconfig one line is listed > Microsoft Windows Vista
|>(C:\Windows) : Current OS; Default OS. < When I boot the PC and get to
the
|>window that list boot options the choices listed are Windows Vista >
Windows
|>Recovery Console >. From bcdedit.exe, beside the normal boot
configuration,
|>the following is shown:
|>
|>Windows Legacy OS Loader
|>------------------------------
|>identifier <ntldr>
|>device partition=C:
|>path \ntldr
|>description Earlier Version of Windows
|>
|>Which is why I wanted conformation before doing any edits.
|>
|>mi
|>
|>
|>> Hello,
|>> Try using MsConfig to remove entries rather than running bcdedit.
|>> Start- Run-msconfig.
|>> Choose the boot tab.
|>> highlight the entry you wish to remove, and click the delete button.
|>> Thanks,
|>> Darrell Gorter[MSFT]
|>>
|>
|>> |>From: "miss-information" <
[email protected]>
|>> |>Upgraded from XP Pro SP2 to Vista Ultimate. Vista is running good so I
|>> |>deleted the Windows.old folder. Now I want to remove the Windows
|>> Recovery
|>> |>Console, that I installed in XP. I found the instructions for removal,
|>> |>deleting the Cmdcons folder and the file Cmldr and editing Boot.ini in
|>> |>Notepad to remove the entry for the Recovery Console:
|>> |>C:\cmdcons\bootsect.dat="Microsoft Windows Recovery Console"
/cmdcons.
|>> My
|>> |>question is about the Boot Configuration Data file. What do I need to
|>> edit,
|>> |>if anything, in BCDEDIT.exe?
|>> |>
|>> |>mi
|>
|>