Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.4 KB

File metadata and controls

43 lines (31 loc) · 1.4 KB
titledescriptionms.topicms.assetidms.authorauthormanagerms.date
bdehdcfg target
Reference article for the bdehdcfg target command, which prepares a partition for use as a system drive by BitLocker and Windows recovery.
reference
f761d25d-8349-4ac7-ac46-6bb340a4348f
mosagie
robinharwood
mtillman
10/16/2017

bdehdcfg: target

Prepares a partition for use as a system drive by BitLocker and Windows Recovery. By default, this partition is created without a drive letter.

Syntax

bdehdcfg -target {default|unallocated|<drive_letter> shrink|<drive_letter> merge} 

Parameters

ParameterDescription
defaultIndicates that the command-line tool will follow the same process as the BitLocker setup wizard.
unallocatedCreates the system partition out of the unallocated space available on the disk.
<drive_letter> shrinkReduces the drive specified by the amount necessary to create an active system partition. To use this command, the drive specified must have at least 5 percent free space.
<drive_letter> mergeUses the drive specified as the active system partition. The operating system drive cannot be a target for merge.

Examples

To designate an existing drive (P) as the system drive:

bdehdcfg -target P: merge 

Related links

close