Bitlocker

Turn On or Off Auto-unlock for BitLocker Encrypted Data Drives in Windows 10

Turn On or Off Auto-unlock for BitLocker Encrypted Data Drives in Windows 10

You can turn BitLocker Auto-unlock for fixed or removable Data Drives, on or off using BitLocker Manager, Command Prompt, and PowerShell. In this post, we will show you how you can enable or disable auto-unlock for a fixed or removable data drive encrypted by BitLocker in Windows 10.

Turn On or Off Auto-unlock for BitLocker Encrypted Data Drives

You can enable or disable Turn On or Off Auto-unlock for BitLocker Encrypted Data Drives using:

  1. BitLocker Manager
  2. Command Prompt
  3. PowerShell.

Let us see how to do this.

1] Via BitLocker Manager

Open the Control Panel, and click the BitLocker Drive Encryption icon.

To Turn On Auto-unlock: Click on the chevron to collapse the fixed data drive or removable data drive that you want to turn on auto-unlock for. Click Turn on auto-unlock and exit.

To Turn Off Auto-unlock: Click on the chevron to collapse the fixed data drive or removable data drive that you want to turn on auto-unlock for. Click Turn off auto-unlock.

 

2] Via Command Prompt

Open an elevated command prompt and then run these commands:

To Turn On Auto-unlock:

manage-bde -autounlock -enable :

Substitute <drive letter> in the command above with the actual drive letter of the encrypted drive you want to turn on auto-unlock. For example:

manage-bde -autounlock -enable E:

You can now exit the command prompt environment.

To Turn Off Auto-unlock:

Type the command below in the elevated command prompt, hit Enter.

manage-bde -autounlock -disable :

Substitute <drive letter> in the command above with the actual drive letter of the encrypted drive you want to turn off auto-unlock. For example:

manage-bde -autounlock -disable E:

You can now exit the command prompt environment.

3] Via PowerShell

Open an elevated PowerShell and then execute the following command:

To Turn On Auto-unlock for Specific Fixed or Removable Data Drive:

Enable-BitLockerAutoUnlock -MountPoint ":"

Substitute <drive letter> in the command above with the actual drive letter of the encrypted drive you want to turn on auto-unlock. For example:

Enable-BitLockerAutoUnlock -MountPoint "E:"

You can now exit the PowerShell environment.

To Turn Off Auto-unlock for Specific Fixed or Removable Data Drive:

Disable-BitLockerAutoUnlock -MountPoint ":"

Substitute <drive letter> in the command above with the actual drive letter of the encrypted drive you want to turn off auto-unlock. For example:

Disable-BitLockerAutoUnlock -MountPoint "E:"

You can now exit the PowerShell environment.

To Turn Off Auto-unlock for All Fixed Data Drives:

Type the command below in the elevated PowerShell, hit Enter.

Clear-BitLockerAutoUnlock

This will help you enable or disable Auto-unlock for BitLocker Encrypted Data Drives in Windows 10.

Gry Najlepsze aplikacje do mapowania gamepada dla systemu Linux
Najlepsze aplikacje do mapowania gamepada dla systemu Linux
Jeśli lubisz grać w gry na Linuksie za pomocą gamepada zamiast typowego systemu wprowadzania klawiatury i myszy, jest kilka przydatnych aplikacji dla ...
Gry Przydatne narzędzia dla graczy Linuksa
Przydatne narzędzia dla graczy Linuksa
Jeśli lubisz grać w gry w systemie Linux, prawdopodobnie używałeś aplikacji i narzędzi, takich jak Wine, Lutris i OBS Studio, aby poprawić wrażenia z ...
Gry Zremasterowane gry HD dla Linuksa, które nigdy wcześniej nie zostały wydane na Linuksa
Zremasterowane gry HD dla Linuksa, które nigdy wcześniej nie zostały wydane na Linuksa
Wielu twórców gier i wydawców wymyśla remaster HD starych gier, aby przedłużyć żywotność serii, prosimy fanów o kompatybilność z nowoczesnym sprzętem ...