1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 07:35:24 +02:00

repair-bde: add volume names as examples

This commit is contained in:
pxgamer 2018-02-01 09:52:13 +00:00 committed by Agniva De Sarker
parent 16ceb35489
commit 5cf1f167ba

View file

@ -4,31 +4,31 @@
- Attempt to repair a specified volume: - Attempt to repair a specified volume:
`repair-bde {{input_volume}}` `repair-bde {{C:}}`
- Attempt to repair a specified volume and output to another volume: - Attempt to repair a specified volume and output to another volume:
`repair-bde {{input_volume}} {{output_volume}}` `repair-bde {{C:}} {{D:}}`
- Attempt to repair a specified volume using the provided recovery key file: - Attempt to repair a specified volume using the provided recovery key file:
`repair-bde {{input_volume}} -RecoveryKey {{path/to/file.bek}}` `repair-bde {{C:}} -RecoveryKey {{path/to/file.bek}}`
- Attempt to repair a specified volume using the provided numerical recovery password: - Attempt to repair a specified volume using the provided numerical recovery password:
`repair-bde {{input_volume}} -RecoveryPassword {{password}}` `repair-bde {{C:}} -RecoveryPassword {{password}}`
- Attempt to repair a specified volume using the provided password: - Attempt to repair a specified volume using the provided password:
`repair-bde {{input_volume}} -Password {{password}}` `repair-bde {{C:}} -Password {{password}}`
- Attempt to repair a specified volume using the provided key package: - Attempt to repair a specified volume using the provided key package:
`repair-bde {{input_volume}} -KeyPackage {{path/to/directory}}` `repair-bde {{C:}} -KeyPackage {{path/to/directory}}`
- Log all output to a specific file: - Log all output to a specific file:
`repair-bde {{input_volume}} -LogFile {{path/to/file}}` `repair-bde {{C:}} -LogFile {{path/to/file}}`
- Display all available options: - Display all available options: