设定日间用电高峰转移配置

如果 DevicePowerPeakShiftEnabled 已启用,您便可通过设置 DevicePowerPeakShiftDayConfig 来指定日间用电高峰期切换电源配置。

如果您未设置此政策,用电高峰期切换电源功能会保持关闭状态。

start_time、end_time 和 charge_start_time 中的有效 minute 字段值为 0、15、30、45。
要详细了解架构和格式,请访问 https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DevicePowerPeakShiftDayConfig。

值示例:

{
"entries": [
{
"day": "MONDAY",
"start_time": {
"hour": 9,
"minute": 0
},
"end_time": {
"hour": 15,
"minute": 15
},
"charge_start_time": {
"hour": 20,
"minute": 45
}
},
{
"day": "FRIDAY",
"start_time": {
"hour": 2,
"minute": 30
},
"end_time": {
"hour": 21,
"minute": 0
},
"charge_start_time": {
"hour": 23,
"minute": 45
}
}
]
}

支持的平台: Microsoft Windows 7 或 Windows Server 2008 家族及以上版本

设定日间用电高峰转移配置(我们已弃用并将于日后移除单行字段。请开始使用下面的多行文本框。)

Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Google\ChromeOS
Value NameDevicePowerPeakShiftDayConfig
Value TypeREG_SZ
Default Value


Registry HiveHKEY_LOCAL_MACHINE
Registry PathSoftware\Policies\Google\ChromeOS
Value NameDevicePowerPeakShiftDayConfig
Value TypeREG_MULTI_SZ
Default Value

chromeos.admx

管理模板(计算机)

管理模板(用户)