Set power peak shift day config

If DevicePowerPeakShiftEnabled is Enabled, setting DevicePowerPeakShiftDayConfig sets power peak shift day configuration.

Leaving the policy unset keeps power peak shift off.

Valid values for the minute field in start_time, end_time and charge_start_time are 0, 15, 30, 45.
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DevicePowerPeakShiftDayConfig for more information about schema and formatting.

Example value:

{
"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
}
}
]
}

Supported on: At least Microsoft Windows 7 or Windows Server 2008 family

Set power peak shift day config (The single-line field is deprecated and will be removed in the future. Please start using the multi-line textbox below.)

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

Administrative Templates (Computers)

Administrative Templates (Users)