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:
manage-bde.exe -unlock C: -recoverypassword xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxx-xxxxxxPowerShell:
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/