Windows 10 で Ubuntu をインストールするときにエラーが発生し、UNETBOOTIN を削除すると BCEDIT が機能しない

Windows 10 で Ubuntu をインストールするときにエラーが発生し、UNETBOOTIN を削除すると BCEDIT が機能しない
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」という用語は、コマンドレット、関数、スクリプト ファイル、または操作可能なプログラムの名前として認識されません。

bcdedit:の後にスペースが必要です。

bcedit /delete ....

BCDEdit コマンドライン オプション

BCDEdit.exe では、次のコマンド ライン オプションが使用できます。

BCDEdit /Command[Argument1] [Argument2] ...

...

ストア内のエントリを操作する

/delete 指定されたエントリから要素を削除します。

ソースBCDEdit コマンドライン オプション | Microsoft Docs

関連情報