From 16ceb3548980f4b952c1057b552c1bdea0d131ed Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 30 Jan 2018 17:39:15 +0000 Subject: [PATCH] repair-bde: add page --- pages/windows/repair-bde.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pages/windows/repair-bde.md diff --git a/pages/windows/repair-bde.md b/pages/windows/repair-bde.md new file mode 100644 index 000000000..bb8347499 --- /dev/null +++ b/pages/windows/repair-bde.md @@ -0,0 +1,35 @@ +# repair-bde + +> Attempt to repair or decrypt a damaged BitLocker-encrypted volume. + +- Attempt to repair a specified volume: + +`repair-bde {{input_volume}}` + +- Attempt to repair a specified volume and output to another volume: + +`repair-bde {{input_volume}} {{output_volume}}` + +- Attempt to repair a specified volume using the provided recovery key file: + +`repair-bde {{input_volume}} -RecoveryKey {{path/to/file.bek}}` + +- Attempt to repair a specified volume using the provided numerical recovery password: + +`repair-bde {{input_volume}} -RecoveryPassword {{password}}` + +- Attempt to repair a specified volume using the provided password: + +`repair-bde {{input_volume}} -Password {{password}}` + +- Attempt to repair a specified volume using the provided key package: + +`repair-bde {{input_volume}} -KeyPackage {{path/to/directory}}` + +- Log all output to a specific file: + +`repair-bde {{input_volume}} -LogFile {{path/to/file}}` + +- Display all available options: + +`repair-bde /?`