First a little background. What is BitLocker? From the microsoft website:
The BitLocker setup wizard can be accessed by "Right Clicking" on your drive in the Windows Explorer or My Computer windows.
Alright, fair enough. But here is the problem I have found. When you boot windows and check your drive that you have installed BitLocker on it is locked just as it should be. So you unlock it and go about your business. You finish up and want to go back to protecting your data, but how do you do that. There is no option for this, which I find hard to believe. Someone definitely missed the boat on this one. However, it can be done using a small batch file very easily. So here goes.
First open up Notepad and paste the following:
Next we want to save it. Name it however you choose, I went with "Lock" and be sure to put the ".bat" after. Then change the file type to "All Files" prior to clicking the save button. And then be sure to place the file in a directory where you can locate it.
Now if you are running UAC on your PC you will have to take an extra step in order for the process to work it has to be run as an Administrator. This requires creating a shortcut to your new file. Just right click and "Create Shortcut" and put it on your desktop for easy use. Next "Right Click" on the new shortcut icon and select "Properties" and be sure you are on the "Shortcut" tab at the top.
Now click on the "Advanced" button and tick the box for "Run as administrator".
Now test out your new found powers and go on with your life knowing your data is secure.
There may be an easier way of doing this, and if so feel free to post it here. I did find a method for adding this option to the context menu when you "Right Click" on your drive, but as of yet have been able to make it work for me.
How can you help protect your data from loss, theft, or hackers? The answer: BitLocker. If you've got information on your PC that you need to protect, you can help prevent theft or loss by using BitLocker data encryption to put a virtual lock on your files.
Improved for Windows 7 and available in the Ultimate edition, BitLocker helps keep everything from documents to passwords safer by encrypting the entire drive that Windows and your data reside on. Once BitLocker is turned on, any file you save on that drive is encrypted automatically.
The BitLocker setup wizard can be accessed by "Right Clicking" on your drive in the Windows Explorer or My Computer windows.
Alright, fair enough. But here is the problem I have found. When you boot windows and check your drive that you have installed BitLocker on it is locked just as it should be. So you unlock it and go about your business. You finish up and want to go back to protecting your data, but how do you do that. There is no option for this, which I find hard to believe. Someone definitely missed the boat on this one. However, it can be done using a small batch file very easily. So here goes.
First open up Notepad and paste the following:
Making sure to substitute the drive letter of your choosing in place of my "F"manage-bde -lock F: -ForceDismount

Next we want to save it. Name it however you choose, I went with "Lock" and be sure to put the ".bat" after. Then change the file type to "All Files" prior to clicking the save button. And then be sure to place the file in a directory where you can locate it.

Now if you are running UAC on your PC you will have to take an extra step in order for the process to work it has to be run as an Administrator. This requires creating a shortcut to your new file. Just right click and "Create Shortcut" and put it on your desktop for easy use. Next "Right Click" on the new shortcut icon and select "Properties" and be sure you are on the "Shortcut" tab at the top.

Now click on the "Advanced" button and tick the box for "Run as administrator".

Now test out your new found powers and go on with your life knowing your data is secure.
There may be an easier way of doing this, and if so feel free to post it here. I did find a method for adding this option to the context menu when you "Right Click" on your drive, but as of yet have been able to make it work for me.
Last edited: