修改 Windows Server 2008 R2 启动时显示的文字

简介:

电脑中安装多系统时,每次启动显示在系统中不方便辨认。在xp/2003时代可以修改为自定的文字,2008以后当然也可以。

1.进入poweshell

2.bcdedit /v

Windows 启动管理器


--------------------


标识符                  {9dea862c-5cdd-4e70-acc1-f32b344d4795}


device                  partition=C:


description             Windows Boot Manager


locale                  zh-CN


inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}


default                 {67280b07-eba1-11df-84dc-d88c871fcab3}


resumeobject            {67280b06-eba1-11df-84dc-d88c871fcab3}


displayorder            {67280b07-eba1-11df-84dc-d88c871fcab3}


toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}


timeout                 30



Windows 启动加载器


-------------------


标识符                  {67280b07-eba1-11df-84dc-d88c871fcab3}


device                  partition=C:


path                    \Windows\system32\winload.exe


description             Windows Server 2008 R2


locale                  zh-CN


inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}


recoverysequence        {67280b08-eba1-11df-84dc-d88c871fcab3}


recoveryenabled         Yes


osdevice                partition=C:


systemroot              \Windows


resumeobject            {67280b06-eba1-11df-84dc-d88c871fcab3}


nx                      OptOut


2.bcdedit /set "标识符" description “自定义的说明”

bcdedit /set "{67280b07-eba1-11df-84dc-d88c871fcab3}" description "Server 2008 R2 试验用"

3.bcdedit /v查看是否修改成功


Windows 启动管理器


--------------------


标识符                  {9dea862c-5cdd-4e70-acc1-f32b344d4795}


device                  partition=C:


description             Windows Boot Manager


locale                  zh-CN


inherit                 {7ea2e1ac-2e61-4728-aaa3-896d9d0a9f0e}


default                 {67280b07-eba1-11df-84dc-d88c871fcab3}


resumeobject            {67280b06-eba1-11df-84dc-d88c871fcab3}


displayorder            {67280b07-eba1-11df-84dc-d88c871fcab3}


toolsdisplayorder       {b2721d73-1db4-4c62-bf78-c548a880142d}


timeout                 30



Windows 启动加载器


-------------------


标识符                  {67280b07-eba1-11df-84dc-d88c871fcab3}


device                  partition=C:


path                    \Windows\system32\winload.exe


description             Server 2008 R2 试验用


locale                  zh-CN


inherit                 {6efb52bf-1766-41db-a6b3-0ee5eff72bd7}


recoverysequence        {67280b08-eba1-11df-84dc-d88c871fcab3}


recoveryenabled         Yes


osdevice                partition=C:


systemroot              \Windows


resumeobject            {67280b06-eba1-11df-84dc-d88c871fcab3}


nx                      OptOut



本文转自 tao61 博客,原文链接:   http://blog.51cto.com/tao61/418112        如需转载请自行联系原作者

相关文章
|
8天前
|
边缘计算 安全 网络安全
|
1天前
|
数据安全/隐私保护 Windows
安装 Windows Server 2019
安装 Windows Server 2019
|
4天前
|
网络协议 Windows
Windows Server 2019 DHCP服务器搭建
Windows Server 2019 DHCP服务器搭建
|
4天前
|
网络协议 定位技术 Windows
Windows Server 2019 DNS服务器搭建
Windows Server 2019 DNS服务器搭建
|
27天前
|
监控 C# 块存储
Windows平台RTSP|RTMP播放器如何叠加OSD文字
做Windows平台RTSP|RTMP播放器的时候,特别是多路播放场景下,开发者希望可以给每一路RTSP或RTMP流添加个额外的OSD台标,以区分不同的设备信息(比如添加摄像头所在位置),本文主要探讨,如何动态添加OSD台标。
Windows平台RTSP|RTMP播放器如何叠加OSD文字
|
1天前
|
安全 网络协议 数据安全/隐私保护
Windows Server 2019 搭建并加入域
Windows Server 2019 搭建并加入域
|
4天前
|
网络协议 文件存储 Windows
Windows Server 2019 FTP服务器搭建
Windows Server 2019 FTP服务器搭建
|
4天前
|
网络协议 Windows
Windows Server 2019 Web服务器搭建
Windows Server 2019 Web服务器搭建
|
1月前
|
网络安全 虚拟化 Windows
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题
windows 11安装openSSH server 遇到的"kex_exchange_identification: read: Connection reset"问题
|
2月前
|
PHP Windows
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误
【Azure App Service for Windows】 PHP应用出现500 : The page cannot be displayed because an internal server error has occurred. 错误