Set advanced battery charge mode day config

If DeviceAdvancedBatteryChargeModeEnabled is set to Enabled, then setting DeviceAdvancedBatteryChargeModeDayConfig lets you set up advanced battery charge mode. The value for charge_start_time must be less than charge_end_time.

Leaving the policy unset keeps advanced battery charge mode off.

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

Example value:

{
"entries": [
{
"day": "TUESDAY",
"charge_start_time": {
"hour": 20,
"minute": 30
},
"charge_end_time": {
"hour": 23,
"minute": 0
}
},
{
"day": "FRIDAY",
"charge_start_time": {
"hour": 4,
"minute": 15
},
"charge_end_time": {
"hour": 6,
"minute": 45
}
}
]
}

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

Set advanced battery charge mode 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 NameDeviceAdvancedBatteryChargeModeDayConfig
Value TypeREG_SZ
Default Value


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

chromeos.admx

Administrative Templates (Computers)

Administrative Templates (Users)