您好!
<<<bcdedit只能修改bcd文件是吗?>>>
是的。通过命令行工具 Bcdedit ,我们可以添加、删除及修改 BCD (Boot Configuration Data) 中的对象。
运行命令“bcdedit /enum”查看Windows项,并通过命令“bcdedit /default { ID number}”设置你想要的默认启动项。
然后通过运行命令“bcdedit /displayorder bootguid1 bootguid2”设置你想要的显示启动项结果。
更多选项请参考以下文档:
BCDEdit命令行选项
https://technet.microsoft.com/zh-cn/library/cc709667(v=ws.10).aspx
此致,
Alvin Wang
Please remember to mark the replies as answers if they help.
If you have feedback for TechNet Subscriber Support, contact
tnmff@microsoft.com.