ColorDepth (microsoft-windows-shell-setup-display-colordepth)
ColorDepth
指定显示设备的颜色深度(以位/像素为单位)。
值
Color_depth_bits_per_pixel |
指定颜色深度(以位/像素为单位)。 Color_depth_bits_per_pixel 是一个整数。 |
有效配置阶段
auditSystem
auditUser
oobeSystem
specialize
父层次结构
Microsoft-Windows-Shell-Setup | Display | ColorDepth
应用于
有关此组件支持的受支持 Windows 版本和体系结构的列表,请参阅 Microsoft-Windows-Shell-Setup。
XML 示例
下面的 XML 输出将显示分辨率设置为 1024x768,具有 32 位颜色深度、72 赫兹刷新率和 120 dpi。
<Display>
<ColorDepth>32</ColorDepth>
<DPI>120</DPI>
<HorizontalResolution>1024</HorizontalResolution>
<RefreshRate>72</RefreshRate>
<VerticalResolution>768</VerticalResolution>
</Display>