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
title description ms.topic ms.assetid ms.author author manager ms.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
jgerend
JasonGerend
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

Parameter Description
default Indicates that the command-line tool will follow the same process as the BitLocker setup wizard.
unallocated Creates the system partition out of the unallocated space available on the disk.
<drive_letter> shrink Reduces 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> merge Uses 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