This post is from a low-reputation account and contains an unverified outbound link. Be cautious before clicking external links.

Windows BitLocker CLI cheat sheet

decl(25)
Published in
#bitlocker
Words
118
Reading
1 min
Listen
Play
9y

This post is just a simple cheat sheet for using BitLocker on a Windows Computer.
Turn Bitlocker ON or OFF and set a pre-boot PIN code.

Start cmd with elevated permissions to run the manage-bde command.

Turn on encryption and create a recovery password:
manage-bde –on C: -recoverypassword
Store the recovery password on a safe place to prevent data loss and reboot the computer.

Check encryption status of the disks:
manage-bde –status

Ask PIN code before booting Windows
To be asked for a PIN before booting Windows we have to do more than the manage-bde command.
Start:
gpedit.msc
Go to:
Computer Configuration > Administrative Templates > Windows Components > BitLocker Drive Encryption > Operating System Drives
Edit:
Require Additional Authentication at Startup
Set (see image below):
Require Startup PIN With TPM
After that:
manage-bde -protectors -add c: -TPMAndPIN
And enter the desired PIN code.

That's it!

Turn off encryption on disk C:
manage-bde –off C:

The gpedit.msc setting:

Sources: