If you are encountering a BitLocker recovery prompt when starting your Surface device, it may be due to several reasons such as hardware changes, firmware updates, or incorrect configurations. Here are some steps you can take to resolve the issue:
- Obtain the BitLocker Recovery Password: You can retrieve the recovery password from your Microsoft account if BitLocker is linked to it. Alternatively, if BitLocker is managed through a different method, contact your administrator for assistance.
- Use a Recovery USB Drive: If you have a recovery USB drive created from the Surface recovery image, insert it into your device and boot from it. Follow the prompts to access the recovery options.
- Command Prompt Access: Once in the recovery environment, navigate to Troubleshoot > Advanced Options > Command Prompt. Here, you can run commands to unlock the drive using the recovery password.
- Use the command:
manage-bde.exe -unlock -recoverypassword <Password> <DriveLetter>:
Replace <Password> with your recovery password and <DriveLetter> with the appropriate drive letter.
- Disable the protectors with:
manage-bde.exe -protectors -disable <DriveLetter>:
- Restart the Device: After executing the commands, restart your device and enter the recovery password when prompted.
If these steps do not resolve the issue, you may need to consider further troubleshooting or contacting Microsoft support for additional assistance.
References: