전력 피크 시프트 요일 구성 설정

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

관리 템플릿(컴퓨터)

관리 템플릿(사용자)