Microsoft has published a typically exhaustive FAQ that explains how to use the new Boot Configuration Data Editor (Bcdedit.exe). The Boot Configuration Data store replaces boot.ini, the text file that manages startup settings for older versions of Windows, including Windows XP. This command-line utility is strictly propellerhead stuff. If you run one version of Windows Vista, as most people will, you’ll never need to see or work with the BCD store.
If you set up a multi-boot system with two or more versions of Windows Vista, you’ll need to use Bcdedit to change the startup menu so you can see which version is which. (By default, each entry gets the same descriptive text, which makes it less than useful.)
The easiest way to change the boot menu entry is to do so for the current operating system, like this. Remember, these intructions are only for Windows Vista:
- On the Start menu, click All Programs, open the Accessories folder, and then right-click Command Prompt.
- Choose Run As Administrator. (If you skip this step, you’ll be running as a regular user and won’t be allowed to change the BCD store.)
- In the Command Prompt window, type the following command:
bcdedit /set {current} description “your menu description“
Note that those are curly braces in the parameter after /set, and you should of course replace the italicized text with whatever you want to display for the actual startup menu text.
To edit menu descriptions for an operating system choice other than the current one, you need to find the GUID for that entry and substitute it in the parameter after /set. It’s much easier just to boot into the other OS and use the same command to reset that description.




