(Winbom)

Applies To: Windows Server 2003, Windows Server 2003 R2, Windows Server 2003 with SP1, Windows Server 2003 with SP2

[DiskConfig]

The [DiskConfig] section contains entries for configuring and partitioning one or more physical hard disks when Factory.exe runs in the Windows Preinstallation Environment (Windows PE). This section uses the Diskpart command-line tool to implement disk configuration commands.

Use this section to configure all hard disks on 32-bit and 64-bit operating systems.

Setup ignores all entries in this section unless you run the factory -winpe command.

Answer File Entries for the [DiskConfig] Section

Entry Description

DiskN

Specifies the disk to configure, according to the specifications of the [description.config] section.

[description.config]

Specifies the section that corresponds to a particular disk that you want to configure.

DiskN

Specifies the disk to configure, according to the specifications of the [description.config] section.

Syntax
DiskN =description.config
Value Description

DiskN

The disk, starting with disk 1, that you want to assign to [description.config] section. N is the index (1-based) of the physical disk.

description.config

The name of the disk that you want to correspond to the [description.config] section.

Example
[DiskConfig]
Disk1 = Primary.config
Disk2 = Extended1.config
Disk3 = Extended2.config
Comments

None.