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>
This commit is contained in:
코드싸이
2024-11-06 04:21:01 +09:00
committed by GitHub
parent 29d6bd2563
commit 60276104db
47 changed files with 1064 additions and 3 deletions

View File

@@ -0,0 +1,24 @@
# 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}}`