Power management on the login screen

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
}

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

Power management on the login screen (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 NameDeviceLoginScreenPowerManagement
Value TypeREG_SZ
Default Value


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

chromeos.admx

Administrative Templates (Computers)

Administrative Templates (Users)