Hello James_humphrey1981,
Thank you for posting in Microsoft Community forum.
It seems like the third-party software you used has applied a non-standard encryption process that is causing the BitLocker auto-unlock feature to not function as expected. Here are a few steps you can try to get back to a normal state where you can use BitLocker as intended:
Option 1: Decrypt with Third-Party Software and Use Windows BitLocker
- Decrypt the Drive: Use the same third-party software to decrypt the drive, since it seems to have been encrypted by this tool.
- Remove Third-Party Software: Once the drive is decrypted, remove or disable the third-party software to avoid conflicts.
- Enable BitLocker:
- Open
Settings
. - Go to
Privacy & security
. - Select
Device encryption
. - Turn on
Device encryption
. - Follow the on-screen instructions to set up BitLocker.
- Open
- Restart: Restart your computer to make sure that BitLocker is set up correctly and checks if the auto-unlock feature is working.
Option 2: Use BitLocker from Command Line
If the options in the Settings are still not available, you can try using the BitLocker command line tools to enable BitLocker encryption:
- Open Command Prompt with Administrative Privileges:
- Press
Win + X
. - Select
Windows Terminal (Admin)
orCommand Prompt (Admin)
.
- Press
- Disable the Current Encryption: Ensure that the drive is decrypted using the third-party tool.
- Enable BitLocker:
manage-bde -on C: -RecoveryPassword
- Create a Recovery Password: This command will prompt you to save a recovery password. Make sure to save it in a safe place.
- Restart Your Computer: Once the encryption process is complete, restart your computer to ensure BitLocker is working as intended.
Option 3: Repair BitLocker Settings
If you suspect that BitLocker settings might be corrupted, you can reset the TPM (Trusted Platform Module) settings:
- Open TPM Management:
- Press
Win + R
. - Type
tpm.msc
and pressEnter
.
- Press
- Clear TPM:
- In TPM Management, select
Clear TPM
. - Follow the instructions to clear the TPM.
- Note: This will require a restart and additional confirmations.
- In TPM Management, select
- Re-enable BitLocker:
- Open
Settings
. - Go to
Privacy & security
. - Select
Device encryption
. - Turn on
Device encryption
.
- Open
Option 4: Repair Boot Configuration Data (BCD)
If none of the above options work, it might be worth checking your Boot Configuration Data:
- Open Command Prompt with Administrative Privileges.
- Run BCD Repair Commands:
bootrec /fixmbr bootrec /fixboot bootrec /scanos bootrec /rebuildbcd
- Restart Your Computer**: Check if the issue persists.
Important Notes:
- Always ensure you have backups of any important data before making significant changes to your system.
- Ensure you have your BitLocker recovery key saved in a secure location before performing actions that might affect BitLocker.
I hope the information above is helpful.
If you have any question or concern, please feel free to let us know.
Best Regards,
Haijian Shan