Setting the policy lets you set how Google Chrome OS behaves when there is no user activity for some amount of time while the sign-in screen appears. The policy controls multiple settings. For their individual semantics and value ranges, see the corresponding policies that control power management within a session.
The deviations from these policies are:
* The actions to take on idle or lid close cannot be to end the session.
* The default action taken on idle when running on AC power is to shut down.
Leaving the policy or any of its settings unset results in the use of the default values for the various power settings.
See https://cloud.google.com/docs/chrome-enterprise/policies/?policy=DeviceLoginScreenPowerManagement for more information about schema and formatting.
Example value:
{
"AC": {
"IdleAction": "DoNothing"
},
"Battery": {
"IdleAction": "DoNothing",
"Delays": {
"ScreenDim": 10000,
"ScreenOff": 20000,
"Idle": 30000
}
},
"LidCloseAction": "Suspend",
"UserActivityScreenDimDelayScale": 110
}
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DeviceLoginScreenPowerManagement |
Value Type | REG_SZ |
Default Value |
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | Software\Policies\Google\ChromeOS |
Value Name | DeviceLoginScreenPowerManagement |
Value Type | REG_MULTI_SZ |
Default Value |