본문 바로가기

카테고리 없음

Windows 10 멀티 부팅 중 OS(운영 체제) 항목 이름 변경

【 Windows 10 Multi Booting 중 OS(운영 체제) 명칭 재설정 】

 

시작 버튼 찾기에서 cmd (명령 프롬프트) 를 검색.

cmd를 마우스 오른쪽 버튼 클릭하여 관리자 권한으로 실행.
'부팅 구성 데이터(BCD)'는 OS부팅시 구성 정보를 저장하는 장소.
'bcdedit.exe'는 BCD(부팅 구성 데이터)를 편집하는 풀그림.
반짝이는 프롬프트에 'bcdedit /v'를 입력하면 결과가 주르륵 나온다.

나오는 결과 화면에서 커다란 두 항목 '부팅 관리자'와 '부팅 로더'가 있다.
여기서 '부팅 로더'아래에 있는 'identifier(식별자)'와 'description(설명)'에 집중.


C:\WINDOWS\system32\>bcdedit /set {identifier} description "새이름"

 

《예시 화면 1 : 실행 전》 
Windows 부팅 로더
-------------------
identifier              {cd7371d1-4c9c-11ee-bee7-a9b28a74ac57}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Windows 10
locale                  ko-KR

...

 


'C:\WINDOWS\system32\>'로 표시되는 프롬프트에서
    bcdedit /set {cd7371d1-4c9c-11ee-bee7-a9b28a74ac57} description "Windows 10 new"
bcdedit /set {6aa1ed7f-59f6-11ed-b1bd-c2f41fc774cb} description "Windows 10 nWn221229Thrs"

 

 

《예시 화면 2 : 결과》 
Windows 부팅 로더
-------------------
identifier              {cd7371d1-4c9c-11ee-bee7-a9b28a74ac57}
device                  partition=C:
path                    \Windows\system32\winload.efi
description             Windows 10 new
locale                  ko-KR

...


로 바뀌뀐 결과화면을 볼 수 있다.