Knowledge - Details


Unlock a BitLocker drive from command prompt, even in WinPE
Date Added: 4/25/2017

If you are in WindowsPE and need to unlock a BitLocker-protected drive, and you use a USB flash drive to store the key, run this command:

cscript %systemroot%\system32\manage-bde.wsf –unlock D: -rk J:\ ExternalKeyFileName

Where D is the drive letter you are trying to decrypt and J:\ ExternalKeyFileName is the path to the decryption key stored on the flash drive.



Back to List

Disclaimer: Everything on this website is written for my own use. I disclaim any guarantees that the procedures and advice listed here are accurate, safe, or beneficial for anyone else. If you attempt to follow any procedures or advice shared here, you do it at your own risk. Part of IT work is knowing how to recover from problems.