Bitlocker

How to Suspend or Resume BitLocker Protection for Drives in Windows 10

How to Suspend or Resume BitLocker Protection for Drives in Windows 10

On BitLocker-supported editions of Windows 10, you can temporarily suspend or pause BitLocker protection for an unlocked drive encrypted using BitLocker. For example, if you need to install new software that BitLocker might otherwise block, you can suspend BitLocker-and then resume BitLocker protection on the drive again when you have completed the action. You can suspend or resume BitLocker Protection for Drives via File Explorer, Command Prompt and PowerShell.

If you suspend BitLocker protection for a fixed data drive or removable data drive, the drive remains unlocked and unprotected until you manually resume BitLocker protection for the drive. This is even after you restart the PC or disconnect and reconnect the drive, in the case of a removable data drive. Whereas, if you suspend BitLocker protection for an OS drive, it will remain unlocked and unprotected until you either manually resume BitLocker protection for the drive, or have it resume BitLocker protection automatically the next time you restart the PC.

You must be signed in as an Administrator to be able to suspend or resume protection for drives encrypted by BitLocker in Windows 10. BitLocker Drive Encryption is available on all editions of Windows 10, except the Home edition.

1) Suspend or Resume BitLocker Protection for Drives via File Explorer

Launch File Explorer, then do the following;

To Suspend BitLocker Protection:

To Resume BitLocker Protection:

2) Suspend or Resume BitLocker Protection for Drives via Command Prompt

Open an elevated command prompt. Then, do the following;

To Suspend BitLocker Protection:

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

manage-bde -protectors -disable :

Substitute in the command above with the actual drive letter of the encrypted drive you want to suspend BitLocker protection for. Example:

manage-bde -protectors -disable E:

You can now exit the command prompt environment.

Tip: You can check the status of BitLocker for the drive at any time.

To Resume BitLocker Protection:

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

manage-bde -protectors -enable :

Substitute in the command above with the actual drive letter of the encrypted drive you want to resume BitLocker protection for. For example:

manage-bde -protectors -enable E:

You can now exit the command prompt environment. You can also check the status of BitLocker for the drive at any time.

3) Suspend or Resume BitLocker Protection for Drives via PowerShell

Open an elevated PowerShell. Then, do the following;

To Suspend BitLocker Protection:

For OS, fixed, or data drives, use the command:

Suspend-BitLocker -MountPoint ":"

For only OS drive, use the command:

Suspend-BitLocker -MountPoint ":" -RebootCount 

Substitute in the commands above with the actual drive letter of the unlocked encrypted drive you want to suspend protection for. Example:

Suspend-BitLocker -MountPoint "E:"

Substitute in the OS command above with a number between 0 to 15 to specify the number of computer restarts before BitLocker automatically restores protection of the OS drive. Specify 0 (zero) to suspend protection indefinitely until you manually resume it. If you do not include the -RebootCount parameter with an OS drive, the cmdlet uses a value of 1 by default. For example:

Suspend-BitLocker -MountPoint "C:" -RebootCount 0

You can now exit the PowerShell environment.

To Resume BitLocker Protection:

For specific drive, use the command:

Resume-BitLocker -MountPoint ":"

For all drives, use thecommand:

Get-BitLockerVolume | Resume-BitLocker

Substitute in the commands above with the actual drive letter of the unlocked encrypted drive you want to resume BitLocker protection for. Example:

Resume-BitLocker -MountPoint "E:"

You can now exit the PowerShell environment. And you can check the status of BitLocker for the drive at any time.

This is how you can Suspend or Resume BitLocker Protection for Drives in Windows 10.

Gry Najlepsze gry wiersza poleceń dla systemu Linux
Najlepsze gry wiersza poleceń dla systemu Linux
Wiersz poleceń jest nie tylko twoim największym sprzymierzeńcem podczas korzystania z Linuksa - może być również źródłem rozrywki, ponieważ możesz go ...
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 ...