slimCODE commUNITY

Getting to know each other
Welcome to slimCODE commUNITY Sign in | Join | Help
in Search

slimCODE, aka Martin Plante

Renaming and changing the Vista boot menu

I'm repeating information already available in multiple places, but it seems everybody is going in too much details for the mere mortals who are simply dual booting their existing Windows XP installation with a new Windows Vista partition, and wish to rename the "Earlier version of Windows" entry in the boot menu. Here is how you can rename those entries once you have installed Windows Vista:

  1. From Vista, press the Windows key, type cmd, press the Application key (or right-click on the "cmd" entry) and select "Run as administrator".
  2. Type "BCDEDIT" and note the identifier value for the "Windows Legacy OS Loader" (which is your Windows XP or older partition) and the "Windows Boot Loader" (which is your new Vista partition). Those values should normally be "{ntldr}" and "{current}", though it could be different in your case.
  3. To rename "Earlier version of Windows" to "Windows XP", simply type this:

    BCDEDIT /set {ntldr} description "Windows XP"
  4. To rename "Microsoft Windows Vista" to "Windows VISTA", type this:

    BCDEDIT /set {current} description "Windows VISTA"
  5. To set your Windows XP as the default boot partition (i.e. if your wife is more used to Windows XP and freezes with anxiety in front of the boot menu counting down to zero), type this:

    BCDEDIT /default {ntldr}

Keep in mind that you may have to change "{ntldr}" or "{current}" to the correct values for your current installation. Hope this helps.

 

Technorati tags: , ,
Published Tuesday, February 06, 2007 9:57 PM by slimcode
Filed under: ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

 

Christopher said:

Thanks. Now we can finally distinguish the 32 bit and the 64 bit Vista in the boot menu.

February 26, 2007 7:16 AM
 

Mike said:

Is there also a way to change one of the windows xp boot options when you have installed windows xp 2 times on your pc ?

With regards

Mike

March 30, 2007 5:58 PM
 

slimcode said:

Yes, look for a file in your C: drive named "boot.ini", or better: right-click on "My Computer", select "Properties", go to the "Advanced" tab and press the "Settings" button under "Startup and Recovery".

March 30, 2007 11:06 PM
 

Jason said:

Thats a great tutorial. Thanks.

October 12, 2007 3:00 AM
 

Jay said:

Thanks for the quick guide.  Now our customers will be happy that they see " Windows XP" instead of the default " Earlier Version of Windows."

Thanks again.

April 25, 2008 9:11 AM

Leave a Comment

(required) 
(optional)
(required) 
Submit