set up right click menu to relock bitlocker drive

0

I'm using window 8, i have a drive with bitlocker feature. After i unlock a drive, there are no ways in GUI to lock it again easily except using command

manage-bde -lock drive:

I want to have a right click menu of the drive that a item let me right click to run the above command to lock relative drive again.

Anyone knows how to do that?

hkguie

Posted 2016-02-02T01:29:05.263

Reputation: 273

Why would you want to do such a thing? If you're concerned about someone accessing the drive while you're at lunch, lock your workstation instead Windows + L – user1751825 – 2016-02-02T04:06:30.727

Answers

0

Yes, there is a process provided at eightforums.com.

www.eightforums.com/tutorials/21325-lock-drive-add-context-menu-bitlocker-drives.html

This will allow you to add a context menu that gives you the ability to lock an unlocked bitlocker encrypted external hard drive.

The code that the solution above uses passes the following instruction to the OS.

manage-bde.exe -lock -forcedismount

user5870571

Posted 2016-02-02T01:29:05.263

Reputation: 246

Please include all necessary information in your answer in case the link breaks. – Ben N – 2016-02-04T00:10:21.860

I was concerned about the .vbs file hosted on the website being copyrighted. It doesn't explicitly state that it is, but I'm also not in favor of making that distinction either. I provided what I believe is as much as I reasonably can and provided the source. I understand the desire to have ALL of the information here, but then again what happens if the link for this thread breaks? Same concept. If what I provided isn't helpful I am willing to remove my answer. – user5870571 – 2016-02-04T00:35:51.650