Disabling Bitlocker on C: for Template preparation


Use the steps below to fully disable BitLocker on the C: drive and confirm that decryption has completed.


Prerequisites

  • You must run these commands as a local administrator.

  • Do not power off the computer while the drive is decrypting.

  • Decryption time varies depending on disk size and performance.



Index

1) Open PowerShell as an Administrator
2) Disable BitLocker on the C: drive
3) Verify decryption status
4) Restart the machine



Content

1) Open PowerShell as an Administrator

  • Right-click Start

  • Select Windows PowerShell (Admin)


2) Disable BitLocker on the C: drive

     Run the following command:

Disable-BitLocker -MountPoint "C:"

This command begins decrypting the drive in the background.



3) Verify decryption status

     To check progress and confirm completion, run:

Get-BitLockerVolume

Confirm the output shows:

  • VolumeStatus : FullyDecrypted

Decryption may take several minutes depending on disk size and disk speed.


4) Restart the machine

  Once the drive is fully decrypted, restart the computer to ensure all BitLocker services and handles are cleared.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article