manage-bde -protectors -disable Volume {-RebootCount|-rc} argument {-ComputerName|-cn} ComputerName {-?|/?} {-Help|-h} Description: ...

manage-bde -protectors -disable Volume [{-RebootCount|-rc} argument]
                       [{-ComputerName|-cn} ComputerName]
                       [{-?|/?}] [{-Help|-h}]

Description:
    Suspends protection. Allows anyone to access encrypted data by making the
    encryption key available unsecured on disk. No key protectors are removed.
    If the optional RebootCount parameter is not specified, BitLocker
    protection of the OS volume automatically resumes after Windows is
    restarted. If a RebootCount parameter is specified, BitLocker protection
    of the OS volume will resume after Windows has been restarted the number
    of times specified in the Rebootcount parameter.

Parameter List:
    Volume      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"
    -RebootCount or -rc
                Protection of the OS volume is suspended and will resume after
                Windows has been restarted the number of times specified in
                the RebootCount parameter. Only a number between 0 and 15 is
                a valid argument. Specify 0 to suspend protection indefinitely.
                If this parameter is not specified BitLocker protection will
                automatically resume for the OS volume when Windows is
                restarted.
    -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 -protectors -disable C: -rc 10