Using Windows Explorer, you cannot lock a drive protected by BitLocker. However, you can re-lock an unlocked BitLocker drive using the following command (as administrator):
manage-bde -lock e:
Or using PowerShell (as administrator):
Lock-BitLocker -MountPoint e:
Do you have a question or a suggestion about this post? Contact me on Twitter or by email!