manage-bde -autounlock -enable Volume manage-bde -autounlock -disable Volume manage-bde -autounlock -clearallkeys OSVolume ...

manage-bde -autounlock -enable Volume

manage-bde -autounlock -disable Volume

manage-bde -autounlock -clearallkeys OSVolume

Description:
    Manages automatic unlocking of data volumes.

Parameter List:
    Volume      Required. A drive letter followed by a colon,
                a volume GUID path or a mounted volume. Example: "C:",
                \\?\Volume{26a21bda-a627-11d7-9931-806e6f6e6963}\ or
                "C:\MountVolume"
    -enable     Enables automatic unlocking for a data volume. This action
                creates an External Key protector on the data volume and
                stores the associated external key onto the
                BitLocker-protected OS volume.
    -disable    Disables automatic unlocking for a data volume. This action
                removes the stored external key from the OS volume. An
                additional step is necessary to delete the External Key
                protector from the data volume.
    -ClearAllKeys
                Removes all stored external keys on the OS volume. This action
                disables automatic unlocking of all associated data volumes.
    -ComputerName or -cn
                Runs on another computer. Examples: "ComputerX", "127.0.0.1"
    -? or /?    Displays brief help. Example: "-ParameterSet -?"
    -Help or -h Displays complete help. Example: "-ParameterSet -h"

Examples:
    manage-bde -autounlock -enable E:
    manage-bde -autounlock -disable E:
    manage-bde -autounlock -ClearAllKeys C: