如果將 DeviceAdvancedBatteryChargeModeEnabled 設為啟用,則你可以透過 DeviceAdvancedBatteryChargeModeDayConfig 設定進階充電模式。charge_start_time 的值必須小於 charge_end_time。
如果不設定這項政策,系統會將進階充電模式保持關閉。
在 charge_start_time 和 charge_end_time 的 minute 欄位中,有效值為 0、15、30、45。
如要進一步瞭解架構和格式設定,請參閱 https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DeviceAdvancedBatteryChargeModeDayConfig。
範例值:
{
"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
}
}
]
}
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DeviceAdvancedBatteryChargeModeDayConfig |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DeviceAdvancedBatteryChargeModeDayConfig |
Value Type | REG_MULTI_SZ |
Default Value |