2018-01-30 17:39:15 +00:00
|
|
|
# repair-bde
|
|
|
|
|
|
|
|
> Attempt to repair or decrypt a damaged BitLocker-encrypted volume.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/repair-bde>.
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Attempt to repair a specified volume:
|
|
|
|
|
2018-02-01 09:52:13 +00:00
|
|
|
`repair-bde {{C:}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Attempt to repair a specified volume and output to another volume:
|
|
|
|
|
2018-02-01 09:52:13 +00:00
|
|
|
`repair-bde {{C:}} {{D:}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Attempt to repair a specified volume using the provided recovery key file:
|
|
|
|
|
2023-02-20 07:23:49 +00:00
|
|
|
`repair-bde {{C:}} -RecoveryKey {{path\to\file.bek}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Attempt to repair a specified volume using the provided numerical recovery password:
|
|
|
|
|
2018-02-01 09:52:13 +00:00
|
|
|
`repair-bde {{C:}} -RecoveryPassword {{password}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Attempt to repair a specified volume using the provided password:
|
|
|
|
|
2018-02-01 09:52:13 +00:00
|
|
|
`repair-bde {{C:}} -Password {{password}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Attempt to repair a specified volume using the provided key package:
|
|
|
|
|
2023-02-20 07:23:49 +00:00
|
|
|
`repair-bde {{C:}} -KeyPackage {{path\to\directory}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Log all output to a specific file:
|
|
|
|
|
2023-02-20 07:23:49 +00:00
|
|
|
`repair-bde {{C:}} -LogFile {{path\to\file}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Display all available options:
|
|
|
|
|
|
|
|
`repair-bde /?`
|