<filename> Specifies the store to be used. If this option is not
specified, the system store is used. For more information,
run "bcdedit /? store".
<id> Specifies the identifier of the boot entry that you want to
delete. For more information about identifiers,
run "bcdedit /? ID".
/f Deletes the specified entry. Without this option, Bcdedit
will not delete any entries that have a well-known
identifier.
/cleanup Deletes the specified entry and removes the entry from the
display order. Any other references to the entry being
deleted will also be removed from the store. When deleting
an OS loader entry, the associated resume from hibernation
entry is also deleted if it is not referenced by any other
OS loaders. This option is assumed unless /nocleanup is
specified.
/nocleanup Deletes the specified entry without removing the entry from
the display order.
您可以使用
bcdedit /delete
从列表中删除条目。bcdedit /删除/?
此命令从引导配置数据存储中删除一个条目。
bcdedit [/store ] /delete [/f] [/cleanup | /nocleanup]
例子:
以下命令从存储中删除指定的操作系统条目,并从显示顺序中删除该条目:
以下命令从存储中删除指定的操作系统条目,并从显示顺序中删除该条目:
以下命令从存储中删除指定的操作系统条目,而不从显示顺序中删除该条目:
以下命令从存储中删除基于 NTLDR 的操作系统加载程序条目: