Articles Windows 10 How to Lock BitLocker Drive without Restart in Windows 10

How to Lock BitLocker Drive without Restart in Windows 10

Updated: By Lucca Weber

Lock BitLocker drive without restart

BitLocker is a highly confidential Microsoft program that can effectively protect our drives. However, in the process of using BitLocker, are you confused that why there is an option to unlock the drive but there is no option to lock the drive and need to restart the computer to lock it? It is a very inconvenient setting. So is there any way to lock BitLocker without restart it?

The answer is yes, here are a few ways to help you. Follow the steps below to lock your BitLocker drive without restarting your computer.

5 Ways to Lock BitLocker Drive without Restarting
Way 1: Lock BitLocker drive with Command Prompt
Way 2: Lock BitLocker drive with Windows PowerShell
Way 3: Lock BitLocker drive with a .bat batch file
Way 4: Lock BitLocker drive with Cocosoner BitLocker Tuner
Way 5: Lock BitLocker drive by adding "Lock the drive" option to the computer drive shortcut menu

Way 1: Lock BitLocker drive with Command Prompt

Step-1: Search for Command Prompt in the search bar and open the command prompt window as an administrator.

open command prompt

Step-2: Enter the command "manage-bde -lock H:" in the command window (H represents the drive letter of the encrypted drive you want to lock), and then press Enter.In no time, it will show you that Volume H is now locked.

run command to lock bitlocker drive

Way 2: Lock BitLocker drive with Windows PowerShell

Step-1: Press Win + X, on the menu list select the Windows PowerShell (Admin).

open windows powershell

Step-2: In Windows PowerShell, enter the command Lock-BitLocker -MountPoint "H:" -ForceDismount (H represents the drive letter of the encrypted drive you need to lock) and press Enter.

powershell command

Immediatly, your BitLocker drive will be locked.

Way 3: Lock BitLocker drive with a .bat batch file

Step-1: Create a new text document file on your computer desktop.

create new text

Step-2: In the newly created text document, enter manage-bde -lock H: (H represents the drive letter of the encrypted drive you want to lock), and then save the file as a .bat format file.

save as

Step-3: Right-click on the file, select Run as administrator. And then the BitLocker drive will be locked.

run the bat file

Way 4: Lock BitLocker drive with Cocosoner BitLocker Tuner

Cocosoner BitLocker Tuner is a portable program for managing BitLocker, allowing you to easily lock/unlock BitLocker drives without restarting your system.

Step-1: Install Cocosenor BitLocker Tuner and run it on your computer desktop.

Step-2: In the main interface, right-click the encrypted drive you want to lock, then click Lock Drive from the display options.

lock drive option

After seconds, the lock turned golden and it means the drive issuccessfully locked.

lock successfully

Way 5: Lock BitLocker drive by add "Lock the drive" option to the computer drive shortcut menu

Step-1: Press Win + R to open the Run box, enter regedit and run.

run regedit

Step-2: In the Registry Editor, find Computer > HKEY_CLASSES_ROOT > Drive > shell in turn, right-click the shell, click New > Key, and name the new key "runas"..

create runas key

Step-3: Select runas, double-click (Default) on the runas interface, in the pop-up edit box enter the value data "Lock the Drive" and click OK to save. (The Value data is a name display on the menu).

edit value data

Step-4: Right-click the runas folder, click New > Key, and name the newly created Key "Command".

create command key

Step-5: In the Command folder interface, double-click (Default), and in the pop-up edit box enter "c:\windows\System32\manage-bde -lock -ForceDiamount E:" (E represents the BitLocker encrypted drive that needs to be locked).

edit string

Step-6: After the above operations are completed, close it. Right-click the encrypted drive that needs to be locked, then you will see the Lock the Drive option in the menu. You can click this option to lock the drive right now.

lock the drive

Related Articles