bcdboot: add mnemonics and imperative mood (#11225)

pull/23/head
Reinhart Previano Koentjoro 2023-10-25 19:19:51 +07:00 committed by GitHub
parent cb6d0a15ac
commit d382b59a3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -1,24 +1,24 @@
# bcdboot
> A system utility to configure or repair boot files.
> More information: <https://learn.microsoft.com/en-us/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di>.
> Configure or repair boot files.
> More information: <https://learn.microsoft.com/windows-hardware/manufacture/desktop/bcdboot-command-line-options-techref-di>.
- Initialize the system partition by using BCD files from the source Windows folder:
`bcdboot {{C:\Windows}}`
- Enable verbose mode:
- Enable [v]erbose mode:
`bcdboot {{C:\Windows}} /v`
- Specify the volume letter of the system partition:
- Specify the volume letter of the [s]ystem partition:
`bcdboot {{C:\Windows}} /s {{S:}}`
- Specify a locale:
- Specify a [l]ocale:
`bcdboot {{C:\Windows}} /l {{en-us}}`
- Specify a firmware type while copying the boot files to a specified volume:
- Specify a [f]irmware type while copying the boot files to a specified volume:
`bcdboot {{C:\Windows}} /s {{S:}} /f {{UEFI|BIOS|ALL}}`