2018-01-30 17:39:15 +00:00
|
|
|
# repair-bde
|
|
|
|
|
|
|
|
> Attempt to repair or decrypt a damaged BitLocker-encrypted volume.
|
2019-08-22 13:37:57 +01:00
|
|
|
> More information: <https://docs.microsoft.com/en-us/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:
|
|
|
|
|
2018-02-01 09:52:13 +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:
|
|
|
|
|
2018-02-01 09:52:13 +00:00
|
|
|
`repair-bde {{C:}} -KeyPackage {{path/to/directory}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Log all output to a specific file:
|
|
|
|
|
2018-02-01 09:52:13 +00:00
|
|
|
`repair-bde {{C:}} -LogFile {{path/to/file}}`
|
2018-01-30 17:39:15 +00:00
|
|
|
|
|
|
|
- Display all available options:
|
|
|
|
|
|
|
|
`repair-bde /?`
|