add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 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`
- 指定 [s]ystem 分区的卷标:
`bcdboot {{C:\Windows}} /s {{S:}}`
- 指定 [l]ocale
`bcdboot {{C:\Windows}} /l {{en-us}}`
- 在将启动文件复制到指定卷时指定 [f]irmware 类型:
`bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`