27 words
1 minute
Unlocking BitLocker from the Command Line

The commands below assume the drive to be unlocked is C, unlocked using the 48-digit recovery key.

CMD:

Terminal window
manage-bde.exe -unlock C: -recoverypassword xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx

PowerShell:

Terminal window
Unlock-BitLocker -MountPoint C -RecoveryPassword xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx
Unlocking BitLocker from the Command Line
https://blog.ravenote.me/en/posts/unlock_bitlocker_with_command_line/
Author
Raven95676
Published at
2024-12-20
License
CC BY-NC-SA 4.0