Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Display
specifies the display settings for the display device.
Specifies a valid color depth for the display device in bits per pixel. |
|
Specifies the dots per inch for the display device. |
|
Specifies a valid horizontal resolution for the display device. |
|
Specifies a valid refresh rate for the display device. |
|
Specifies a valid vertical resolution for the display device. |
Note
If the specified settings can not be set on the display device, Windows attempts to match the requested mode as closely as possible.
Microsoft-Windows-Shell-Setup | Display
For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Shell-Setup.
The following XML output sets the display resolution to 1024x768, with 32-bit color depth, a refresh rate of 72 hertz, and 120 dpi.
<Display>
<ColorDepth>32</ColorDepth>
<DPI>120</DPI>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>72</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>