1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-29 17:15:28 +02:00
tldr/pages.ko/windows/bcdboot.md
코드싸이 60276104db
windows/*: add and update Korean translation (#14641)
Co-authored-by: Chooooo <contact@choo.ooo>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2024-11-05 20:21:01 +01:00

24 lines
638 B
Markdown

# bcdboot
> 부트 파일을 구성하거나 복구.
> 더 많은 정보: <https://learn.microsoft.com/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di>.
- 소스 Windows 폴더의 BCD 파일을 사용하여 시스템 파티션 초기화:
`bcdboot {{C:\Windows}}`
- [v]erbose 모드 활성화:
`bcdboot {{C:\Windows}} /v`
- 시스템 파티션의 볼륨 문자 지정:
`bcdboot {{C:\Windows}} /s {{S:}}`
- [l]ocale 지정:
`bcdboot {{C:\Windows}} /l {{en-us}}`
- 지정된 볼륨으로 부트 파일을 복사할 때 [f]irmware 유형 지정:
`bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`