To disable BitLocker on your PC, you can use one of the following methods:
Using PowerShell
- Open Windows PowerShell as an administrator.
- Run the following command to disable BitLocker:
If you want to disable BitLocker for multiple drives at once, use:Disable-BitLockerDisable-BitLocker -MountPoint C,D
Using Command Prompt
- Open Command Prompt as an administrator.
- Use the following command to start the decryption process:
manage-bde.exe -off C:
Using Control Panel
- Open the Control Panel.
- Navigate to BitLocker Drive Encryption.
- Click on Turn off BitLocker for the drive you want to decrypt.
- Confirm your selection to start the decryption process.
Once the decryption is complete, your drive will no longer be protected by BitLocker.
References: