在 Windows 10 中安裝 Ubuntu 時,BCEDIT 無法刪除並刪除 UNETBOOTIN 時發生錯誤

在 Windows 10 中安裝 Ubuntu 時,BCEDIT 無法刪除並刪除 UNETBOOTIN 時發生錯誤
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 從指定條目中刪除元素。

來源BCDEdit 命令列選項 |微軟文件

相關內容