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'라는 용어는 cmdlet, 함수, 스크립트 파일 또는 실행 가능한 프로그램의 이름으로 인식되지 않습니다.

다음 뒤에 공백이 있어야 합니다 bcdedit.

bcedit /delete ....

BCDEdit 명령줄 옵션

BCDEdit.exe에는 다음 명령줄 옵션을 사용할 수 있습니다.

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

...

상점의 항목에 대한 작업

/delete 지정된 항목에서 요소를 삭제합니다.

원천BCDEdit 명령줄 옵션 | 마이크로소프트 문서

관련 정보