A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

Remove Windows Recovery Console



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 4th 07, 06:21 AM posted to microsoft.public.windows.vista.performance_maintenance
miss-information
external usenet poster
 
Posts: 73
Default Remove Windows Recovery Console

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


  #2 (permalink)  
Old March 4th 07, 11:38 PM posted to microsoft.public.windows.vista.performance_maintenance
Darrell Gorter[MSFT]
external usenet poster
 
Posts: 685
Default Remove Windows Recovery Console

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]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
|From: "miss-information"
|Subject: Remove Windows Recovery Console
|Date: Sun, 4 Mar 2007 01:21:45 -0600
|Lines: 12
|MIME-Version: 1.0
|Content-Type: text/plain;
| format=flowed;
| charset="iso-8859-1";
| 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:
|Newsgroups: microsoft.public.windows.vista.performance_mainten ance
|NNTP-Posting-Host: bv1-55.aircanopy.net 66.160.217.55
|Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP02.phx.gbl
|Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.vista.performance_mainten ance:2746
|X-Tomcat-NG: microsoft.public.windows.vista.performance_mainten ance
|
|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
|
|
|

  #3 (permalink)  
Old March 5th 07, 01:23 AM posted to microsoft.public.windows.vista.performance_maintenance
miss-information
external usenet poster
 
Posts: 73
Default Remove Windows Recovery Console

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


""Darrell Gorter[MSFT]"" wrote in message
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"
|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


  #4 (permalink)  
Old March 5th 07, 07:26 PM posted to microsoft.public.windows.vista.performance_maintenance
Darrell Gorter[MSFT]
external usenet poster
 
Posts: 685
Default Remove Windows Recovery Console

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\system32bcdedit /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
sto

bcdedit /delete {ntldr} /f
Thanks,
Darrell Gorter[MSFT]

This posting is provided "AS IS" with no warranties, and confers no rights
--------------------
|From: "miss-information"
|References:

|In-Reply-To:
|Subject: 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:
|Newsgroups: microsoft.public.windows.vista.performance_mainten ance
|NNTP-Posting-Host: bv1-55.aircanopy.net 66.160.217.55
|Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSF TNGP03.phx.gbl
|Xref: TK2MSFTNGHUB02.phx.gbl
microsoft.public.windows.vista.performance_mainten ance:2786
|X-Tomcat-NG: microsoft.public.windows.vista.performance_mainten ance
|
|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
|
|
|""Darrell Gorter[MSFT]"" wrote in message
| 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"
| |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
|
|

  #5 (permalink)  
Old March 29th 07, 10:02 PM posted to microsoft.public.windows.vista.performance_maintenance
Robert
external usenet poster
 
Posts: 223
Default Remove Windows Recovery Console

I am interested in the opposite. I used have the XP SP 2 recovery console on
my HDDD and available in the boot menu. How can I do the same with vista
recovery console and have that on the Hard drive too.
  #6 (permalink)  
Old March 30th 07, 12:03 AM posted to microsoft.public.windows.vista.performance_maintenance
Rock
external usenet poster
 
Posts: 3,411
Default Remove Windows Recovery Console

"Robert" wrote
I am interested in the opposite. I used have the XP SP 2 recovery console
on
my HDDD and available in the boot menu. How can I do the same with vista
recovery console and have that on the Hard drive too.


There is no recovery console in Vista. There is a Windows Repair
Environment (WRE) that is accessed by booting the Vista DVD. This KB
article, as an example, gives you info on how to access the WRE and some of
the tools on it.

How to use the Bootrec.exe tool in the Windows Recovery Environment to
troubleshoot and repair startup issues in Windows Vista
http://support.microsoft.com/kb/927392/en-us

--
Rock [MS-MVP User/Shell]

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 11:44 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.