This commit is contained in:
Paolo Matarazzo
2023-10-16 18:02:19 -04:00
parent 92f3ef220b
commit cad169a8f3

View File

@ -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.