Unlock a BitLocker drive from command prompt, even in WinPE

Added: 4/24/2017 8:00 PM


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.