加入我们 登录
紫水晶编程技术论坛 - 努力打造成全国最好的编程论坛 返回首页

亮叔杂谈 https://www.m5home.com/bbs/?4158 [收藏] [复制] [分享] [RSS]

日志

WIN7/WIN8修改启动项名称

已有 1894 次阅读2013-10-4 23:17

首先用bcdedit列出所有启动项的名称,例如:
Windows Boot Loader
-------------------
identifier              {aa657d56-2b83-11e3-9062-b300715401c1}
device                  partition=\Device\HarddiskVolume6
path                    \Windows\system32\winload.exe
description             Microsoft Windows Vista
locale                  zh-CN
inherit                 {bootloadersettings}
osdevice                partition=\Device\HarddiskVolume6
systemroot              \Windows
resumeobject            {aa657d57-2b83-11e3-9062-b300715401c1}
nx                      OptIn
================================================================================
找到identifier,然后使用/set参数修改:
bcdedit /set {aa657d56-2b83-11e3-9062-b300715401c1} description "Windows VISTA"

路过

雷人

握手

鲜花

鸡蛋

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 加入我们

返回顶部