Display

Display contains display settings for a video adapter.

The Display setting is used to configure only Windows PE, and is not applied to the Windows installation. To change the display settings for the Windows installation, see Display in the Microsoft-Windows-Shell-Setup component.

Child Elements

ColorDepth

Specifies the color depth to apply to the display device.

HorizontalResolution

Specifies the horizontal resolution to apply to the display device.

RefreshRate

Specifies the refresh rate to apply to the display device.

VerticalResolution

Specifies the vertical resolution to apply to the display device.

Valid Passes

windowsPE

Parent Hierarchy

Microsoft-Windows-Setup | Display

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Setup.

XML Example

The following XML output sets the display resolution to 640x480, with 16-bit color depth and a refresh rate of 60 hertz.

<Display>
   <HorizontalResolution>640</HorizontalResolution>
   <VerticalResolution>480</VerticalResolution>
   <ColorDepth>16</ColorDepth>
   <RefreshRate>60</RefreshRate>
</Display>

See Also

Concepts

Microsoft-Windows-Setup