返回列表 发帖

[分享] 更改Vista启动菜单

这里要使用Vista自带编辑器BCDedit。
使用方法:
开始——所有程序——附件——命令提示符 上 右键——以管理员身份运行——cd windows\system32
先运行bcdedit
显示出双启动菜单

Windows 启动管理器
--------------------
标识符              {bootmgr}
device                  partition=C:
description             Windows Boot Manager
locale                  zh-CN
inherit                 {globalsettings}
default                 {current}
displayorder            {ntldr}
                        {current}
toolsdisplayorder       {memdiag}
timeout                 30
Windows 旧 OS 加载器
------------------------
标识符              {ntldr}
device                  partition=C:
path                    \ntldr
description             早期版本的Windows
Windows 启动加载器
-------------------
标识符              {current}
device                  partition=C:
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  zh-CN
inherit                 {bootloadersettings}
osdevice                partition=C:
systemroot              \Windows
resumeobject            {b97bff81-dc4f-11db-aaf9-f58d0575985d}
nx                      OptIn

看见那该死的“早期XXXXXX”没?难看死了。。
再运行BCDEdit /v显示出它们的ID。把大括号里的那串换成您自己机子上的ID,运行,然后用下面那条命令就OK。
bcdedit /set {466f5a88-0af2-4f76-9038-095b170dc21c} description "Microsoft Windows XP Pro"
天行健,君子以自强不息
地势坤,君子以厚德载物
黑色海岸线欢迎您

QQ群:7212260
致力于探索WEB技术精髓:http://www.bitechcn.com
点这里加我!

返回列表 回复 发帖