since you have two operating systems, you will have GUID for each.
renaming is easy, follow the steps here.
Firt open command prompt, type bcdedit and enter.
You will see windows boot manager and two windows boot loader.(since u
hv two operating systems installed correctly)
You can see the first default boot loader identifier (which is GUID)
as {bootmgr} which is the operating system which always boots up by
default.
The second windows boot loader identifier will be see as something
like this {77da19a1-2ae7-11de-a79b-8ffdb0066c6f}
So you have to know exactly which OS, that windows 7 32-bit or 64-bit
is loading by default. Let say, your windows 7 64-bit is default boot
loader and the second one MUST be windows 7 32-bit.
After assuming that, we can now rename the two boot entries properly
in command prompt.
C:\>bcdedit set {current} description "Microsoft windows 7 64-bit" >>>
this command will change your first default boot loader name (in this
example which is windows 7 64-bit)
C:\>bcdedit set {77da19a1-2ae7-11de-a79b-8ffdb0066c6f} description
"Microsoft Windows 7 32-bit" >>>this command will modify the name of
second boot loader (in this example which is windows 7 32-bit)
Note:this GUID {77da19a1-2ae7-11de-a79b-8ffdb0066c6f} is uniquie
identifier and you must get it from bcdedit command.
Type bcdedit in command prompt and you can see second boot loader
identifier (GUID). don't use mine ;-)
There's another way to edit boot entries at Microsoft windows, you can
use EasyBCD program available from the Internet.
Cheers
Mic
On Dec 3, 1:39 pm, "kyawaung...@gmail.com" <kyawaung...@gmail.com>
wrote:
Cheers
Mic
Cheers
Mic
On Dec 4, 2:32 pm, "kyawaung...@gmail.com" <kyawaung...@gmail.com>
wrote:
Above is the link for EasyBCD program.
Cheers
Mic
On Dec 3, 1:39 pm, "kyawaung...@gmail.com" <kyawaung...@gmail.com>
wrote: