Windows Explorer does not provide a way to lock a BitLocker-protected drive once it has been unlocked. You can re-lock it using the following command (run as administrator):
Shell
manage-bde -lock e:
Or using PowerShell (run as administrator):
PowerShell
Lock-BitLocker -MountPoint e:
Do you have a question or a suggestion about this post? Contact me!