corrected bold formatting

This commit is contained in:
martyav 2019-05-07 16:40:39 -04:00
parent 9b533a657b
commit ea83ccbf44

View File

@ -20,24 +20,24 @@ ms.date: 05/07/2019
Sometimes, when you attempt to perform a Bitlocker recovery, you can get stuck in a loop where you are repeatedly prompted to enter your recovery key. The key may be correct, yet you are unable to boot into your operating system, no matter what. Sometimes, when you attempt to perform a Bitlocker recovery, you can get stuck in a loop where you are repeatedly prompted to enter your recovery key. The key may be correct, yet you are unable to boot into your operating system, no matter what.
If you have entered your key several times and are unable to break out of the recovery loop by successfully booting into your operating system, you can break the loop with the following steps. If you have entered your key several times and are unable to break out of the recovery loop by successfully booting into your operating system, try the following steps.
## Alternate recovery steps ## Alternate recovery steps
Only try these steps after you have restarted your device at least once. Only try these steps after you have restarted your device at least once.
1. On the initial recovery screen, do not enter your recovery key. Select '''Skip this drive'''. 1. On the initial recovery screen, do not enter your recovery key. Select **Skip this drive**.
2. On the next screen, select '''Troubleshoot'''. 2. On the next screen, select **Troubleshoot**.
3. On the Troubleshoot screen, select '''Advanced options'''. 3. On the Troubleshoot screen, select **Advanced options**.
4. On the Advanced options screen, select '''Command prompt'''. 4. On the Advanced options screen, select **Command prompt**.
5. At the WinRE command prompt, you need to manually run an unlock command with your recovery password: `manage-bde.exe -unlock C: -rp <recovery password>` 5. At the WinRE command prompt, you need to manually run an unlock command with your recovery password: `manage-bde.exe -unlock C: -rp <recovery password>`
6. After running this command, suspend operating system drive protection: `manage-bde.exe -protectors -disable C:` 6. After running this command, suspend operating system drive protection: `manage-bde.exe -protectors -disable C:`
7. Once this is run, you can safely exit and continue booting. 7. Once this is run, you can safely exit the command prompt and continue booting.
After you exit the command prompt in step 7, you will be able to boot into your operating system. After you exit the command prompt in step 7, you will be able to boot into your operating system.