<- Chrome Settings Library

DeviceRestrictionSchedule

Specifies weekly intervals when ChromeOS devices cannot be used
Last updated March 17, 2025

Specifies weekly intervals when ChromeOS devices cannot be used. During restricted intervals, any ongoing sessions are closed and users cannot sign in. Considerations: * Overlapping intervals are not supported. * The device restriction schedule uses the device's time zone. * To prevent users from editing their device time zone, use SystemTimezone. * To prevent users from editing their device time, use SystemFeaturesDisableList to disable Crosh, and URLBlocklist to block chrome://set-time.

Supported On:
Platform Start End
ChromeOS 132
Example value:

{"0":{"end":{"day_of_week":"WEDNESDAY","milliseconds_since_midnight":75600000},"start":{"day_of_week":"WEDNESDAY","milliseconds_since_midnight":43200000}},"1":{"end":{"day_of_week":"MONDAY","milliseconds_since_midnight":21600000},"start":{"day_of_week":"FRIDAY","milliseconds_since_midnight":64800000}}}

Features: