Reviewed-PR3755 (#3873)

Made a few changes.
This commit is contained in:
Asha Iyengar 2020-09-28 15:12:35 +05:30 committed by GitHub
parent a7003de527
commit fce80b3448
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,16 +26,12 @@ If you've entered the correct Bitlocker recovery key multiple times, and are sti
> [!NOTE] > [!NOTE]
> Try these steps only after you have restarted your device at least once. > Try these steps only after you have restarted your device at least once.
1. On the initial recovery screen, don't enter your recovery key. Instead, select **Skip this drive**. 1. On the initial recovery screen, don't enter your recovery key, instead, select **Skip this drive**.
1. On the next screen, select **Troubleshoot**. 2. Navigate to **Troubleshoot** > **Advanced options**, and select **Command prompt**.
1. On the Troubleshoot screen, select **Advanced options**. 3. From the WinRE command prompt, manually unlock your drive: `manage-bde.exe -unlock C: -rp <recovery password>`
1. On the Advanced options screen, select **Command prompt**. 4. Suspend operating system drive protection: `manage-bde.exe -protectors -disable C:`
1. From the WinRE command prompt, manually unlock your drive: `manage-bde.exe -unlock C: -rp <recovery password>` 5. Once the last command is run, you can exit the command prompt and continue to boot into your operating system.
1. Suspend operating system drive protection: `manage-bde.exe -protectors -disable C:`
1. Once the last command is run, you can safely exit the command prompt and continue to boot into your operating system