VerticalResolution (microsoft-windows-shell-setup-display-verticalresolution)
VerticalResolution
指定视频设备的垂直分辨率。
值
分辨率 |
指定垂直分辨率(以像素为单位)。 Resolution 是一个整数。 |
有效配置阶段
auditSystem
auditUser
oobeSystem
specialize
父层次结构
Microsoft-Windows-Shell-Setup | Display | VerticalResolution
应用于
有关此组件支持的受支持 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>