mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
Update ts-bitlocker-cannot-encrypt-issues.md
This commit is contained in:
committed by
GitHub
parent
17c25f3241
commit
2c8dcf81f0
@ -18,20 +18,20 @@ ms.custom: bitlocker
|
||||
|
||||
# BitLocker cannot encrypt a drive: known issues
|
||||
|
||||
This article describes common issues that may prevent BitLocker from encrypting a drive. This article also provides guidance to address these issues.
|
||||
This article describes common issues that prevent BitLocker from encrypting a drive. This article also provides guidance to address these issues.
|
||||
|
||||
> [!NOTE]
|
||||
> If you have determined that your BitLocker issue involves the Trusted Platform Module (TPM), see [BitLocker cannot encrypt a drive: known TPM issues](ts-bitlocker-cannot-encrypt-tpm-issues.md).
|
||||
> If you have determined that your BitLocker issue involves the trusted platform module (TPM), see [BitLocker cannot encrypt a drive: known TPM issues](ts-bitlocker-cannot-encrypt-tpm-issues.md).
|
||||
|
||||
## Error 0x80310059: BitLocker Drive Encryption is already performing an operation on this drive
|
||||
## Error 0x80310059: BitLocker drive encryption is already performing an operation on this drive
|
||||
|
||||
When you turn on BitLocker Drive Encryption on a computer that is running Windows 10 Professional, you receive a message that resembles the following:
|
||||
When you turn on BitLocker drive encryption on a computer that is running Windows 10 Professional, you receive a message that resembles the following:
|
||||
|
||||
> **ERROR:** An error occurred (code 0x80310059):BitLocker Drive Encryption is already performing an operation on this drive. Please complete all operations before continuing.NOTE: If the -on switch has failed to add key protectors or start encryption,you may need to call manage-bde -off before attempting -on again.
|
||||
|
||||
### Cause
|
||||
|
||||
This issue may be caused by settings that are controlled by Group Policy Objects (GPOs).
|
||||
This issue may be caused by settings that are controlled by group policy objects (GPOs).
|
||||
|
||||
### Resolution
|
||||
|
||||
@ -40,7 +40,7 @@ This issue may be caused by settings that are controlled by Group Policy Objects
|
||||
|
||||
To resolve this issue, follow these steps:
|
||||
|
||||
1. Start Registry Editor, and navigate to the following subkey:
|
||||
1. Start registry editor, and navigate to the following subkey:
|
||||
**HKEY\_LOCAL\_MACHINE\\SOFTWARE\\Policies\\Microsoft\\FVE**
|
||||
|
||||
1. Delete the following entries:
|
||||
@ -48,7 +48,7 @@ To resolve this issue, follow these steps:
|
||||
- **OSPlatformValidation\_UEFI**
|
||||
- **PlatformValidation**
|
||||
|
||||
1. Exit Registry Editor, and turn on BitLocker Drive Encryption again.
|
||||
1. Exit registry editor, and turn on BitLocker drive encryption again.
|
||||
|
||||
## "Access is denied" message when you try to encrypt removable drives
|
||||
|
||||
@ -64,7 +64,7 @@ You receive this message on any computer that runs Windows 10 version 1709 or ve
|
||||
|
||||
### Cause
|
||||
|
||||
The security descriptor of the BitLocker Drive Encryption service (BDESvc) has an incorrect entry. Instead of NT AUTHORITY\Authenticated Users, the security descriptor uses NT AUTHORITY\INTERACTIVE.
|
||||
The security descriptor of the BitLocker drive encryption service (BDESvc) has an incorrect entry. Instead of NT AUTHORITY\Authenticated Users, the security descriptor uses NT AUTHORITY\INTERACTIVE.
|
||||
|
||||
To verify that this issue has occurred, follow these steps:
|
||||
|
||||
@ -84,7 +84,7 @@ To verify that this issue has occurred, follow these steps:
|
||||
|
||||

|
||||
|
||||
If you see NT AUTHORITY\INTERACTIVE (as highlighted), in the output of this command, this is the cause of the issue. Under typical conditions, the output should resemble the following:
|
||||
If you see NT AUTHORITY\INTERACTIVE (as highlighted) in the output of this command, this is the cause of the issue. Under typical conditions, the output should resemble the following:
|
||||
|
||||

|
||||
|
||||
|
Reference in New Issue
Block a user