BCDEDIT/DELETE {ed691510-03ba-11eb-b17b-c0e434ee9b0c}
BCDEDIT/DELETE : The term 'BCDEDIT/DELETE' is not recognized as the name of a cmdlet, function, script file, or
operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
again.
At line:1 char:1
+ BCDEDIT/DELETE {ed691510-03ba-11eb-b17b-c0e434ee9b0c}
答案1
术语“BCDEDIT/DELETE”不被识别为 cmdlet、函数、脚本文件或可操作程序的名称。
后面需要一个空格bcdedit
:
bcedit /delete ....
BCDEdit 命令行选项
BCDEdit.exe 有以下命令行选项。
BCDEdit /Command[Argument1] [Argument2] ...
...
对商店中的条目进行操作
/delete
从指定条目中删除元素。