![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Rename Boot information I'd like to dual boot my PC with two, maybe three installations of Vista, one for my regualr production stuff and a second for playing/testing. I know that with msconfig, I can choose which one is my default installation, or how long I get to wait before it defaults to the default and there are other options there as well, except to rename it. So, how can I rename my installations so when I'm given the opportunity at boot time to select an installation, I know which one I'm choosing? ~alan |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Rename Boot information ~~Alan~~ ha scritto: Quote: > I'd like to dual boot my PC with two, maybe three installations of Vista, > one for my regualr production stuff and a second for playing/testing. > > I know that with msconfig, I can choose which one is my default > installation, or how long I get to wait before it defaults to the default > and there are other options there as well, except to rename it. So, how can > I rename my installations so when I'm given the opportunity at boot time to > select an installation, I know which one I'm choosing? Install EasyBCD |
My System Specs![]() |
| | #3 (permalink) |
| | Re: Rename Boot information Try VistaBootPro. (www.vistabootpro.org) Once installed click on 'manage OS Entries' you can rename the entries from there. I take it that you have 'two or three' separate licences from these copies of Windows Vista you are intending on installing? The End User Licence agreement states you can only install 'one' copy of the operating system on a machine. If you intend installing two or three you need corresponding licences for 'each' copy you install. -- -- John Barnett MVP Windows XP Associate Expert Windows Desktop Experience Web: http://www.winuser.co.uk Web: http://xphelpandsupport.mvps.org Web: http://vistasupport.mvps.org Web: http://www.silversurfer-guide.com The information in this mail/post is supplied "as is". No warranty of any kind, either expressed or implied, is made in relation to the accuracy, reliability or content of this mail/post. The Author shall not be liable for any direct, indirect, incidental or consequential damages arising out of the use of, or inability to use, information or opinions expressed in this mail/post.. "~~Alan~~" <a.shepro@xxxxxx> wrote in message news:ugAe1qAmJHA.1168@xxxxxx Quote: > I'd like to dual boot my PC with two, maybe three installations of Vista, > one for my regualr production stuff and a second for playing/testing. > > I know that with msconfig, I can choose which one is my default > installation, or how long I get to wait before it defaults to the default > and there are other options there as well, except to rename it. So, how > can I rename my installations so when I'm given the opportunity at boot > time to select an installation, I know which one I'm choosing? > > ~alan > |
My System Specs![]() |
| | #4 (permalink) |
| | Re: Rename Boot information Hello, You can do this with bcdedit as well. use this link: http://msdn.microsoft.com/en-us/library/ms791534.aspx This example shows changing a name for debugging identification: Using BCDEdit To change the description of a boot entry as it appears on the boot menu, you can use the /set ID description option. The command uses the following syntax. The ID is the GUID that is associated with the boot entry (or one of the well-known identifiers, for example, {current}). bcdedit /set ID description "The new description" For example: bcdedit /set {802d5e32-0784-11da-bd33-000476eba25f} description "Windows Vista NullModem" To change the description of the boot entry that corresponds to the operating system that is currently running, use the following example: bcdedit /set {current} description "Windows Vista NullModem" You can also change the description when you copy an existing boot entry using the /d option. bcdedit /copy {current} /d "Windows Vista NullModem" Thanks, Darrell Gorter[MSFT] This posting is provided "AS IS" with no warranties, and confers no rights -------------------- | >From: "John Barnett MVP" <freelance@xxxxxx> | >References: <ugAe1qAmJHA.1168@xxxxxx> | >In-Reply-To: <ugAe1qAmJHA.1168@xxxxxx> | >Subject: Re: Rename Boot information | >Date: Thu, 26 Feb 2009 13:17:37 -0000 | >Lines: 1 | >MIME-Version: 1.0 | >Content-Type: text/plain; | > format=flowed; | > charset="iso-8859-1"; | > reply-type=response | >Content-Transfer-Encoding: 7bit | >X-Priority: 3 | >X-MSMail-Priority: Normal | >Importance: Normal | >X-Newsreader: Microsoft Windows Live Mail 14.0.8064.206 | >X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 | >Message-ID: <u9lAZSBmJHA.1172@xxxxxx> | >Newsgroups: microsoft.public.windows.vista.general | >NNTP-Posting-Host: client-82-12-248-162.brnt.adsl.virgin.net 82.12.248.162 | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP05.phx.gbl | >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.vista.general:388068 | >X-Tomcat-NG: microsoft.public.windows.vista.general | > | >Try VistaBootPro. (www.vistabootpro.org) Once installed click on 'manage OS | >Entries' you can rename the entries from there. | > | >I take it that you have 'two or three' separate licences from these copies | >of Windows Vista you are intending on installing? The End User Licence | >agreement states you can only install 'one' copy of the operating system on | >a machine. If you intend installing two or three you need corresponding | >licences for 'each' copy you install. | > | >-- | > | >-- | >John Barnett MVP | >Windows XP Associate Expert | >Windows Desktop Experience | > | >Web: http://www.winuser.co.uk | >Web: http://xphelpandsupport.mvps.org | >Web: http://vistasupport.mvps.org | >Web: http://www.silversurfer-guide.com | > | >The information in this mail/post is supplied "as is". No warranty of any | >kind, either expressed or implied, is made in relation to the accuracy, | >reliability or content of this mail/post. The Author shall not be liable for | >any direct, indirect, incidental or consequential damages arising out of the | >use of, or inability to use, information or opinions expressed in this | >mail/post.. | > | > | >"~~Alan~~" <a.shepro@xxxxxx> wrote in message | >news:ugAe1qAmJHA.1168@xxxxxx | >> I'd like to dual boot my PC with two, maybe three installations of Vista, | >> one for my regualr production stuff and a second for playing/testing. | >> | >> I know that with msconfig, I can choose which one is my default | >> installation, or how long I get to wait before it defaults to the default | >> and there are other options there as well, except to rename it. So, how | >> can I rename my installations so when I'm given the opportunity at boot | >> time to select an installation, I know which one I'm choosing? | >> | >> ~alan | >> | > |
My System Specs![]() |
| | #5 (permalink) |
| | Re: Rename Boot information Thank you. This did it for me. ~alan "Max" <maxfalsa@xxxxxx> wrote in message news:go621n$qsu$1@xxxxxx Quote: > ~~Alan~~ ha scritto: Quote: >> I'd like to dual boot my PC with two, maybe three installations of Vista, >> one for my regualr production stuff and a second for playing/testing. >> >> I know that with msconfig, I can choose which one is my default >> installation, or how long I get to wait before it defaults to the default >> and there are other options there as well, except to rename it. So, how >> can I rename my installations so when I'm given the opportunity at boot >> time to select an installation, I know which one I'm choosing? > > Install EasyBCD |
My System Specs![]() |
| | #6 (permalink) |
| | Re: Rename Boot information "John Barnett MVP" <freelance@xxxxxx> wrote in message news:u9lAZSBmJHA.1172@xxxxxx Quote: > Try VistaBootPro. (www.vistabootpro.org) Once installed click on 'manage > OS Entries' you can rename the entries from there. > > I take it that you have 'two or three' separate licences from these copies > of Windows Vista you are intending on installing? The End User Licence > agreement states you can only install 'one' copy of the operating system > on a machine. If you intend installing two or three you need corresponding > licences for 'each' copy you install. > > -- > > -- > John Barnett MVP > Windows XP Associate Expert > Windows Desktop Experience > > Web: http://www.winuser.co.uk > Web: http://xphelpandsupport.mvps.org > Web: http://vistasupport.mvps.org > Web: http://www.silversurfer-guide.com > > The information in this mail/post is supplied "as is". No warranty of any > kind, either expressed or implied, is made in relation to the accuracy, > reliability or content of this mail/post. The Author shall not be liable > for > any direct, indirect, incidental or consequential damages arising out of > the > use of, or inability to use, information or opinions expressed in this > mail/post.. > > > "~~Alan~~" <a.shepro@xxxxxx> wrote in message > news:ugAe1qAmJHA.1168@xxxxxx Quote: >> I'd like to dual boot my PC with two, maybe three installations of Vista, >> one for my regualr production stuff and a second for playing/testing. >> >> I know that with msconfig, I can choose which one is my default >> installation, or how long I get to wait before it defaults to the default >> and there are other options there as well, except to rename it. So, how >> can I rename my installations so when I'm given the opportunity at boot >> time to select an installation, I know which one I'm choosing? >> >> ~alan >> on multiple installations. |
My System Specs![]() |
| | #7 (permalink) |
| | Re: Rename Boot information Yes, Chewie, activation would be a problem hence me asking if he has the relevant licences for each copy. If he hasn't then it would be a waste of his time installing the operating system because he will hit the 'this product code number is already in use' barrier as soon as he tried to activate one or more copies. -- -- John Barnett MVP Windows XP Associate Expert Windows Desktop Experience Web: http://www.winuser.co.uk Web: http://xphelpandsupport.mvps.org Web: http://vistasupport.mvps.org Web: http://www.silversurfer-guide.com The information in this mail/post is supplied "as is". No warranty of any kind, either expressed or implied, is made in relation to the accuracy, reliability or content of this mail/post. The Author shall not be liable for any direct, indirect, incidental or consequential damages arising out of the use of, or inability to use, information or opinions expressed in this mail/post.. "Chewie" <chewieuk@xxxxxx> wrote in message news:#iokO1RmJHA.4760@xxxxxx Quote: > > "John Barnett MVP" <freelance@xxxxxx> wrote in message > news:u9lAZSBmJHA.1172@xxxxxx Quote: >> Try VistaBootPro. (www.vistabootpro.org) Once installed click on 'manage >> OS Entries' you can rename the entries from there. >> >> I take it that you have 'two or three' separate licences from these >> copies of Windows Vista you are intending on installing? The End User >> Licence agreement states you can only install 'one' copy of the operating >> system on a machine. If you intend installing two or three you need >> corresponding licences for 'each' copy you install. >> >> -- >> >> -- >> John Barnett MVP >> Windows XP Associate Expert >> Windows Desktop Experience >> >> Web: http://www.winuser.co.uk >> Web: http://xphelpandsupport.mvps.org >> Web: http://vistasupport.mvps.org >> Web: http://www.silversurfer-guide.com >> >> The information in this mail/post is supplied "as is". No warranty of any >> kind, either expressed or implied, is made in relation to the accuracy, >> reliability or content of this mail/post. The Author shall not be liable >> for >> any direct, indirect, incidental or consequential damages arising out of >> the >> use of, or inability to use, information or opinions expressed in this >> mail/post.. >> >> >> "~~Alan~~" <a.shepro@xxxxxx> wrote in message >> news:ugAe1qAmJHA.1168@xxxxxx Quote: >>> I'd like to dual boot my PC with two, maybe three installations of >>> Vista, one for my regualr production stuff and a second for >>> playing/testing. >>> >>> I know that with msconfig, I can choose which one is my default >>> installation, or how long I get to wait before it defaults to the >>> default and there are other options there as well, except to rename it. >>> So, how can I rename my installations so when I'm given the opportunity >>> at boot time to select an installation, I know which one I'm choosing? >>> >>> ~alan >>> > I would imagine that activation would be a problem if using the same > licence on multiple installations. |
My System Specs![]() |
| | #8 (permalink) |
| | Re: Rename Boot information Darrell, I always recommend VistBootPro because it is so user friendly; BCDedit on the other hand is enough to put the fear of God into most users. To be honest boot.ini was far less daunting than BCDedit; if only Microsoft had made BCDedit more user friendly there would be no need for third party options. -- -- John Barnett MVP Windows XP Associate Expert Windows Desktop Experience Web: http://www.winuser.co.uk Web: http://xphelpandsupport.mvps.org Web: http://vistasupport.mvps.org Web: http://www.silversurfer-guide.com The information in this mail/post is supplied "as is". No warranty of any kind, either expressed or implied, is made in relation to the accuracy, reliability or content of this mail/post. The Author shall not be liable for any direct, indirect, incidental or consequential damages arising out of the use of, or inability to use, information or opinions expressed in this mail/post.. ""Darrell Gorter[MSFT]"" <Darrellg@xxxxxx> wrote in message news:4JsZnaEmJHA.1700@xxxxxx Quote: > Hello, > You can do this with bcdedit as well. > use this link: > http://msdn.microsoft.com/en-us/library/ms791534.aspx > This example shows changing a name for debugging identification: > Using BCDEdit > To change the description of a boot entry as it appears on the boot menu, > you can use the /set ID description option. The command uses the following > syntax. The ID is the GUID that is associated with the boot entry (or one > of the well-known identifiers, for example, {current}). > > bcdedit /set ID description "The new description" > For example: > bcdedit /set {802d5e32-0784-11da-bd33-000476eba25f} description "Windows > Vista NullModem" > To change the description of the boot entry that corresponds to the > operating system that is currently running, use the following example: > bcdedit /set {current} description "Windows Vista NullModem" > You can also change the description when you copy an existing boot entry > using the /d option. > bcdedit /copy {current} /d "Windows Vista NullModem" > > Thanks, > Darrell Gorter[MSFT] > > This posting is provided "AS IS" with no warranties, and confers no rights > -------------------- > | >From: "John Barnett MVP" <freelance@xxxxxx> > | >References: <ugAe1qAmJHA.1168@xxxxxx> > | >In-Reply-To: <ugAe1qAmJHA.1168@xxxxxx> > | >Subject: Re: Rename Boot information > | >Date: Thu, 26 Feb 2009 13:17:37 -0000 > | >Lines: 1 > | >MIME-Version: 1.0 > | >Content-Type: text/plain; > | > format=flowed; > | > charset="iso-8859-1"; > | > reply-type=response > | >Content-Transfer-Encoding: 7bit > | >X-Priority: 3 > | >X-MSMail-Priority: Normal > | >Importance: Normal > | >X-Newsreader: Microsoft Windows Live Mail 14.0.8064.206 > | >X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 > | >Message-ID: <u9lAZSBmJHA.1172@xxxxxx> > | >Newsgroups: microsoft.public.windows.vista.general > | >NNTP-Posting-Host: client-82-12-248-162.brnt.adsl.virgin.net > 82.12.248.162 > | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP05.phx.gbl > | >Xref: TK2MSFTNGHUB02.phx.gbl > microsoft.public.windows.vista.general:388068 > | >X-Tomcat-NG: microsoft.public.windows.vista.general > | > > | >Try VistaBootPro. (www.vistabootpro.org) Once installed click on > 'manage > OS > | >Entries' you can rename the entries from there. > | > > | >I take it that you have 'two or three' separate licences from these > copies > | >of Windows Vista you are intending on installing? The End User Licence > | >agreement states you can only install 'one' copy of the operating > system > on > | >a machine. If you intend installing two or three you need corresponding > | >licences for 'each' copy you install. > | > > | >-- > | > > | >-- > | >John Barnett MVP > | >Windows XP Associate Expert > | >Windows Desktop Experience > | > > | >Web: http://www.winuser.co.uk > | >Web: http://xphelpandsupport.mvps.org > | >Web: http://vistasupport.mvps.org > | >Web: http://www.silversurfer-guide.com > | > > | >The information in this mail/post is supplied "as is". No warranty of > any > | >kind, either expressed or implied, is made in relation to the accuracy, > | >reliability or content of this mail/post. The Author shall not be > liable > for > | >any direct, indirect, incidental or consequential damages arising out > of > the > | >use of, or inability to use, information or opinions expressed in this > | >mail/post.. > | > > | > > | >"~~Alan~~" <a.shepro@xxxxxx> wrote in message > | >news:ugAe1qAmJHA.1168@xxxxxx > | >> I'd like to dual boot my PC with two, maybe three installations of > Vista, > | >> one for my regualr production stuff and a second for playing/testing. > | >> > | >> I know that with msconfig, I can choose which one is my default > | >> installation, or how long I get to wait before it defaults to the > default > | >> and there are other options there as well, except to rename it. So, > how > | >> can I rename my installations so when I'm given the opportunity at > boot > | >> time to select an installation, I know which one I'm choosing? > | >> > | >> ~alan > | >> > | > > |
My System Specs![]() |
| | #9 (permalink) |
| | Re: Rename Boot information Hello John, I have no issues with your repsonse to use VistaBootPro. I was simply pointing out the option in bcdedit if the user would care to use it. I understand how daunting bcdedit can be and it's not for everybody. Thanks, Darrell Gorter[MSFT] This posting is provided "AS IS" with no warranties, and confers no rights -------------------- | >From: "John Barnett MVP" <freelance@xxxxxx> | >References: <ugAe1qAmJHA.1168@xxxxxx> <u9lAZSBmJHA.1172@xxxxxx> <4JsZnaEmJHA.1700@xxxxxx> | >In-Reply-To: <4JsZnaEmJHA.1700@xxxxxx> | >Subject: Re: Rename Boot information | >Date: Sat, 28 Feb 2009 00:32:25 -0000 | >Lines: 1 | >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 | >Importance: Normal | >X-Newsreader: Microsoft Windows Live Mail 14.0.8064.206 | >X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 | >Message-ID: <eML9GwTmJHA.4520@xxxxxx> | >Newsgroups: microsoft.public.windows.vista.general | >NNTP-Posting-Host: client-86-27-66-36.winn.adsl.virgin.net 86.27.66.36 | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP03.phx.gbl | >Xref: TK2MSFTNGHUB02.phx.gbl microsoft.public.windows.vista.general:388521 | >X-Tomcat-NG: microsoft.public.windows.vista.general | > | >Darrell, I always recommend VistBootPro because it is so user friendly; | >BCDedit on the other hand is enough to put the fear of God into most users. | >To be honest boot.ini was far less daunting than BCDedit; if only Microsoft | >had made BCDedit more user friendly there would be no need for third party | >options. | > | >-- | > | >-- | >John Barnett MVP | >Windows XP Associate Expert | >Windows Desktop Experience | > | >Web: http://www.winuser.co.uk | >Web: http://xphelpandsupport.mvps.org | >Web: http://vistasupport.mvps.org | >Web: http://www.silversurfer-guide.com | > | >The information in this mail/post is supplied "as is". No warranty of any | >kind, either expressed or implied, is made in relation to the accuracy, | >reliability or content of this mail/post. The Author shall not be liable for | >any direct, indirect, incidental or consequential damages arising out of the | >use of, or inability to use, information or opinions expressed in this | >mail/post.. | > | > | >""Darrell Gorter[MSFT]"" <Darrellg@xxxxxx> wrote in message | >news:4JsZnaEmJHA.1700@xxxxxx | >> Hello, | >> You can do this with bcdedit as well. | >> use this link: | >> http://msdn.microsoft.com/en-us/library/ms791534.aspx | >> This example shows changing a name for debugging identification: | >> Using BCDEdit | >> To change the description of a boot entry as it appears on the boot menu, | >> you can use the /set ID description option. The command uses the following | >> syntax. The ID is the GUID that is associated with the boot entry (or one | >> of the well-known identifiers, for example, {current}). | >> | >> bcdedit /set ID description "The new description" | >> For example: | >> bcdedit /set {802d5e32-0784-11da-bd33-000476eba25f} description "Windows | >> Vista NullModem" | >> To change the description of the boot entry that corresponds to the | >> operating system that is currently running, use the following example: | >> bcdedit /set {current} description "Windows Vista NullModem" | >> You can also change the description when you copy an existing boot entry | >> using the /d option. | >> bcdedit /copy {current} /d "Windows Vista NullModem" | >> | >> Thanks, | >> Darrell Gorter[MSFT] | >> | >> This posting is provided "AS IS" with no warranties, and confers no rights | >> -------------------- | >> | >From: "John Barnett MVP" <freelance@xxxxxx> | >> | >References: <ugAe1qAmJHA.1168@xxxxxx> | >> | >In-Reply-To: <ugAe1qAmJHA.1168@xxxxxx> | >> | >Subject: Re: Rename Boot information | >> | >Date: Thu, 26 Feb 2009 13:17:37 -0000 | >> | >Lines: 1 | >> | >MIME-Version: 1.0 | >> | >Content-Type: text/plain; | >> | > format=flowed; | >> | > charset="iso-8859-1"; | >> | > reply-type=response | >> | >Content-Transfer-Encoding: 7bit | >> | >X-Priority: 3 | >> | >X-MSMail-Priority: Normal | >> | >Importance: Normal | >> | >X-Newsreader: Microsoft Windows Live Mail 14.0.8064.206 | >> | >X-MimeOLE: Produced By Microsoft MimeOLE V14.0.8064.206 | >> | >Message-ID: <u9lAZSBmJHA.1172@xxxxxx> | >> | >Newsgroups: microsoft.public.windows.vista.general | >> | >NNTP-Posting-Host: client-82-12-248-162.brnt.adsl.virgin.net | >> 82.12.248.162 | >> | >Path: TK2MSFTNGHUB02.phx.gbl!TK2MSFTNGP01.phx.gbl!TK2MSFTNGP05.phx.gbl | >> | >Xref: TK2MSFTNGHUB02.phx.gbl | >> microsoft.public.windows.vista.general:388068 | >> | >X-Tomcat-NG: microsoft.public.windows.vista.general | >> | > | >> | >Try VistaBootPro. (www.vistabootpro.org) Once installed click on | >> 'manage | >> OS | >> | >Entries' you can rename the entries from there. | >> | > | >> | >I take it that you have 'two or three' separate licences from these | >> copies | >> | >of Windows Vista you are intending on installing? The End User Licence | >> | >agreement states you can only install 'one' copy of the operating | >> system | >> on | >> | >a machine. If you intend installing two or three you need corresponding | >> | >licences for 'each' copy you install. | >> | > | >> | >-- | >> | > | >> | >-- | >> | >John Barnett MVP | >> | >Windows XP Associate Expert | >> | >Windows Desktop Experience | >> | > | >> | >Web: http://www.winuser.co.uk | >> | >Web: http://xphelpandsupport.mvps.org | >> | >Web: http://vistasupport.mvps.org | >> | >Web: http://www.silversurfer-guide.com | >> | > | >> | >The information in this mail/post is supplied "as is". No warranty of | >> any | >> | >kind, either expressed or implied, is made in relation to the accuracy, | >> | >reliability or content of this mail/post. The Author shall not be | >> liable | >> for | >> | >any direct, indirect, incidental or consequential damages arising out | >> of | >> the | >> | >use of, or inability to use, information or opinions expressed in this | >> | >mail/post.. | >> | > | >> | > | >> | >"~~Alan~~" <a.shepro@xxxxxx> wrote in message | >> | >news:ugAe1qAmJHA.1168@xxxxxx | >> | >> I'd like to dual boot my PC with two, maybe three installations of | >> Vista, | >> | >> one for my regualr production stuff and a second for playing/testing. | >> | >> | >> | >> I know that with msconfig, I can choose which one is my default | >> | >> installation, or how long I get to wait before it defaults to the | >> default | >> | >> and there are other options there as well, except to rename it. So, | >> how | >> | >> can I rename my installations so when I'm given the opportunity at | >> boot | >> | >> time to select an installation, I know which one I'm choosing? | >> | >> | >> | >> ~alan | >> | >> | >> | > | >> | > |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Rename OS in Dual Boot Screen | Vista General | |||
| boot partition information in bcd store | Vista installation & setup | |||
| boot partition information in bcd store | Vista General | |||
| Boot Information | Tutorials | |||
| How to Confirm System Boot information? | Vista installation & setup | |||