change description in boot up menu

G

GS

what is the command for changing the decryptions in the bootmenu for vista
and windows 2008

I must be thick, I was looking at the help for bcdedit but just don't seem
to get it. I figure it should be simple easy and straight forward. I don't
see how to get it.


here is the result of bcdedit /enum:
Windows Boot Manager
--------------------
identifier {bootmgr}
device partition=C:
path \bootmgr
description Windows Boot Manager
displayorder {current}
{3509a392-d9c9-11dd-9fee-c4eebdfd7db2}
timeout 30

Windows Boot Loader
-------------------
identifier {current}
device partition=C:
path \Windows\system32\winload.exe
description Windows Vista (TM) Ultimate (recovered)
osdevice partition=C:
systemroot \Windows
resumeobject {6fdc4d1c-d9c5-11dd-a248-806e6f6e6963}

Windows Boot Loader
-------------------
identifier {3509a392-d9c9-11dd-9fee-c4eebdfd7db2}
device partition=G:
path \Windows\system32\winload.exe
description Windows Server (R) 2008 Enterprise (recovered)
osdevice partition=G:
systemroot \Windows
resumeobject {98911890-e219-11dd-9217-806e6f6e6963}

C:\Windows\system32>
 
A

andy

bcdedit /set {current} description "Windows Vista (TM) Ultimate"
Changes the text of the boot menu line for the Vista or non-Vista
installation one is currently booted to, from the default "Microsoft
Windows" or other description to that shown in the quotation marks.
 
G

GS

thank you very much.

andy said:
bcdedit /set {current} description "Windows Vista (TM) Ultimate"
Changes the text of the boot menu line for the Vista or non-Vista
installation one is currently booted to, from the default "Microsoft
Windows" or other description to that shown in the quotation marks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top