RefreshRate (microsoft-windows-shell-setup-display-refreshrate)
RefreshRate
指定显示设备的刷新率。
值
Refresh_rate |
指定刷新率(以赫兹为单位)。 Refresh_rate 是一个整数。 |
有效配置阶段
auditSystem
auditUser
oobeSystem
specialize
父层次结构
Microsoft-Windows-Shell-Setup | Display | RefreshRate
应用于
有关此组件支持的受支持 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>