Skip to content

Commit a1047a8

Browse files
authored
Removed a space that broke command (#226)
1 parent 7652870 commit a1047a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install-faq/decrypting-using-bitlocker.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Device encryption is enabled by default on many Windows 11 laptops. Although thi
1414

1515
1. Search for **cmd** in the Start menu, right-click on it, and select **Run as administrator**.
1616
1. Type `manage-bde -off %SystemDrive%` and press ++enter++. This command starts the decryption process.
17-
- If you see the error message ["This volume stores external key(s) that can automatically unlock other volumes"](../assets/images/bitlocker-error-decrypting.jpg), type `manage-bde -autounlock - ClearAllKeys %SystemDrive%` and press ++enter++ to clear the keys. After completion, re-type `manage-bde -off %SystemDrive%` and press ++enter++ to continue decrypting.
17+
- If you see the error message ["This volume stores external key(s) that can automatically unlock other volumes"](../assets/images/bitlocker-error-decrypting.jpg), type `manage-bde -autounlock -ClearAllKeys %SystemDrive%` and press ++enter++ to clear the keys. After completion, re-type `manage-bde -off %SystemDrive%` and press ++enter++ to continue decrypting.
1818
1. If you see the message **Decryption is now in progress**, you have completed the steps correctly. The decryption process will take some time.
19-
1. To check the progress, type `manage-bde -status` and look at the ["Percentage Encrypted"](../assets/images/bitlocker-decryption-progress.webp). Once it has reached **0%**, you've successfully decrypted the drive!
19+
1. To check the progress, type `manage-bde -status` and look at the ["Percentage Encrypted"](../assets/images/bitlocker-decryption-progress.webp). Once it has reached **0%**, you've successfully decrypted the drive!

0 commit comments

Comments
 (0)