1. Boot any configuration you like.
2. Check system properties for version (right click Computer, properies).
Let’s say you booted into 64-bit version.
3. Open Command Prompt with ‘Run as administrator’.
4. Issue command:
bcdedit /set description "Vista x64"
This will set description of currently loaded OS to "Vista x64"
To rename other otion, look at bcdedit help. The command to issue will be
something like:
bcdedit /set {cbd971bf-b7b8-4885-951a-fa03044f5d71} description "Vista x86"
Note, the long number is unique id number. You see what it is when you issue
bcdedit command (without parameters). Alternatively, you can reboot into
second config and repeat above steps with suitable description.
"thindave" <> wrote in message
news:3E4963DE-AB7C-4561-9A2A-…
> For various reasons, I have a dual boot with Vista 64 bit and Vista 32 bit
> on
> separate internal hard drives. When the dual boot screen comes up, it
> lists
> both OS’s as Microsoft Windows Vista, without any indication which is
> which
> and from which hard drive the OS is coming from. Is there any way to
> change
> the dual drive start up screen to be more specific as to which OS to
> select
> from?
>
> Thanks
>

