mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
updates
This commit is contained in:
@ -319,9 +319,10 @@ This information is not available in the Control Panel.
|
|||||||
|
|
||||||
### Add protectors
|
### Add protectors
|
||||||
|
|
||||||
|
#### Add a recovery password protector
|
||||||
|
|
||||||
#### [:::image type="icon" source="images/powershell.svg"::: **PowerShell**](#tab/powershell)
|
#### [:::image type="icon" source="images/powershell.svg"::: **PowerShell**](#tab/powershell)
|
||||||
|
|
||||||
#### Add a recovery password protector
|
|
||||||
|
|
||||||
```PowerShell
|
```PowerShell
|
||||||
Add-BitLockerKeyProtector -MountPoint C -RecoveryPasswordProtector
|
Add-BitLockerKeyProtector -MountPoint C -RecoveryPasswordProtector
|
||||||
@ -357,7 +358,7 @@ manage-bde.exe -protectors -add -pw D:
|
|||||||
|
|
||||||
#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel)
|
#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel)
|
||||||
|
|
||||||
This information is not available in the Control Panel.
|
From the **BitLocker Drive Encryption** Control Panel applet, expand the drive where you want to add a password protector and select the option **Add password**. When prompted, enter and confirm a password to unlock the drive. Select **Finish** to complete the process.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -442,8 +443,13 @@ Remove-BitLockerKeyProtector <volume> -KeyProtectorID "{GUID}"
|
|||||||
|
|
||||||
#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel)
|
#### [:::image type="icon" source="images/controlpanel.svg"::: **Control Panel**](#tab/controlpanel)
|
||||||
|
|
||||||
|
From the **BitLocker Drive Encryption** Control Panel applet, expand the drive where you want to remove a protector and select the option to remove it, if available.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> You must have at least one unlock method for any BitLocker-encrypted drives.
|
||||||
|
|
||||||
## Disable BitLocker
|
## Disable BitLocker
|
||||||
|
|
||||||
Disabling BitLocker decrypts and removes any associated protectors from the volumes. Decryption should occur when protection is no longer required, and not as a troubleshooting step.
|
Disabling BitLocker decrypts and removes any associated protectors from the volumes. Decryption should occur when protection is no longer required, and not as a troubleshooting step.
|
||||||
|
Reference in New Issue
Block a user