diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md
index 03b40b79a6..3853306b49 100644
--- a/windows/client-management/mdm/policy-csp-power.md
+++ b/windows/client-management/mdm/policy-csp-power.md
@@ -1,1379 +1,1437 @@
---
-title: Policy CSP - Power
-description: Learn how the Policy CSP - Power setting manages whether or not Windows is allowed to use standby states when putting the computer in a sleep state.
+title: Power Policy CSP
+description: Learn more about the Power Area in Policy CSP
+author: vinaypamnani-msft
+manager: aaroncz
ms.author: vinpa
-ms.topic: article
+ms.date: 12/20/2022
+ms.localizationpriority: medium
ms.prod: windows-client
ms.technology: itpro-manage
-author: vinaypamnani-msft
-ms.localizationpriority: medium
-ms.date: 09/27/2019
-ms.reviewer:
-manager: aaroncz
+ms.topic: reference
---
+
+
+
# Policy CSP - Power
-
-
-
-
-## Power policies
-
-
- -
- Power/AllowHibernate
-
- -
- Power/AllowStandbyStatesWhenSleepingOnBattery
-
- -
- Power/AllowStandbyWhenSleepingPluggedIn
-
- -
- Power/DisplayOffTimeoutOnBattery
-
- -
- Power/DisplayOffTimeoutPluggedIn
-
- -
- Power/EnergySaverBatteryThresholdOnBattery
-
- -
- Power/EnergySaverBatteryThresholdPluggedIn
-
- -
- Power/HibernateTimeoutOnBattery
-
- -
- Power/HibernateTimeoutPluggedIn
-
- -
- Power/RequirePasswordWhenComputerWakesOnBattery
-
- -
- Power/RequirePasswordWhenComputerWakesPluggedIn
-
- -
- Power/SelectLidCloseActionOnBattery
-
- -
- Power/SelectLidCloseActionPluggedIn
-
- -
- Power/SelectPowerButtonActionOnBattery
-
- -
- Power/SelectPowerButtonActionPluggedIn
-
- -
- Power/SelectSleepButtonActionOnBattery
-
- -
- Power/SelectSleepButtonActionPluggedIn
-
- -
- Power/StandbyTimeoutOnBattery
-
- -
- Power/StandbyTimeoutPluggedIn
-
- -
- Power/TurnOffHybridSleepOnBattery
-
- -
- Power/TurnOffHybridSleepPluggedIn
-
- -
- Power/UnattendedSleepTimeoutOnBattery
-
- -
- Power/UnattendedSleepTimeoutPluggedIn
-
-
-
> [!TIP]
-> Some of these are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](../understanding-admx-backed-policies.md).
+> Some of these are ADMX-backed policies and require a special SyncML format to enable or disable. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
>
-> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](../understanding-admx-backed-policies.md#enabling-a-policy).
+> You must specify the data type in the SyncML as <Format>chr</Format>. For an example SyncML, refer to [Enabling a policy](./understanding-admx-backed-policies.md#enabling-a-policy).
>
-> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+> The payload of the SyncML must be XML-encoded; for this XML encoding, there are a variety of online encoders that you can use. To avoid encoding the payload, you can use CDATA if your MDM supports it. For more information, see [CDATA Sections](http://www.w3.org/TR/REC-xml/#sec-cdata-sect).
+
+
+
-
+
+## AllowHibernate
-
-**Power/AllowHibernate**
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 11, version 21H2 [10.0.22000] and later |
+
-
-
-
- Edition |
- Windows 10 |
- Windows 11 |
-
-
- Home |
- No |
- No |
-
-
- Pro |
- No |
- Yes |
-
-
- Business |
- No |
- Yes |
-
-
- Enterprise |
- No |
- Yes |
-
-
- Education |
- No |
- Yes |
-
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/AllowHibernate
+```
+
-
-
+
+
+This policy setting decides if hibernate on the machine is allowed or not. Supported values: 0 – Disable hibernate. 1 (default) - Allow hibernate.
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+
+
-> [!div class = "checklist"]
-> * Device
+
+**Description framework properties**:
-
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
-
-
+
+**Allowed values**:
-
+| Value | Description |
+|:--|:--|
+| 0 | Disable hibernate. |
+| 1 (Default) | Allow hibernate. |
+
-
-ADMX Info:
-- GP Friendly name: *Decides if hibernate on the machine is allowed or not*
-- GP name: *AllowHibernate*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+
+
-
-
+
-
+
+## AllowStandbyStatesWhenSleepingOnBattery
-
-**Power/AllowStandbyStatesWhenSleepingOnBattery**
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1803 [10.0.17134] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/AllowStandbyStatesWhenSleepingOnBattery
+```
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
+
+
This policy setting manages whether or not Windows is allowed to use standby states when putting the computer in a sleep state.
-If you enable or don't configure this policy setting, Windows uses standby states to put the computer in a sleep state.
+If you enable or do not configure this policy setting, Windows uses standby states to put the computer in a sleep state.
-If you disable this policy setting, standby states (S1-S3) aren't allowed.
+If you disable this policy setting, standby states (S1-S3) are not allowed.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Allow standby states (S1-S3) when sleeping (on battery)*
-- GP name: *AllowStandbyStatesDC_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/AllowStandbyWhenSleepingPluggedIn**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | AllowStandbyStatesDC |
+| Friendly Name | Allow standby states (S1-S3) when sleeping (on battery) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab |
+| Registry Value Name | DCSettingIndex |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## AllowStandbyWhenSleepingPluggedIn
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1703 [10.0.15063] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/AllowStandbyWhenSleepingPluggedIn
+```
+
-
-
+
+
This policy setting manages whether or not Windows is allowed to use standby states when putting the computer in a sleep state.
-If you enable or don't configure this policy setting, Windows uses standby states to put the computer in a sleep state.
+If you enable or do not configure this policy setting, Windows uses standby states to put the computer in a sleep state.
-If you disable this policy setting, standby states (S1-S3) aren't allowed.
+If you disable this policy setting, standby states (S1-S3) are not allowed.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Allow standby states (S1-S3) when sleeping (plugged in)*
-- GP name: *AllowStandbyStatesAC_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/DisplayOffTimeoutOnBattery**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | AllowStandbyStatesAC |
+| Friendly Name | Allow standby states (S1-S3) when sleeping (plugged in) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab |
+| Registry Value Name | ACSettingIndex |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-Added to HoloLens 2 in [Windows Holographic, version 20H2](/hololens/hololens-release-notes-2004#new-power-policies-for-hololens-2).
+
-
-
+
+## DisplayOffTimeoutOnBattery
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
-> [!div class = "checklist"]
-> * Device
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/DisplayOffTimeoutOnBattery
+```
+
-
-
-
-
+
+
This policy setting allows you to specify the period of inactivity before Windows turns off the display.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows turns off the display.
-If you disable or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the display from turning off. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the display from turning off. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Turn off the display (on battery)*
-- GP name: *VideoPowerDownTimeOutDC_2*
-- GP path: *System/Power Management/Video and Display Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/DisplayOffTimeoutPluggedIn**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | VideoPowerDownTimeOutDC |
+| Friendly Name | Turn off the display (on battery) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Video and Display Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\3C0BC021-C8A8-4E07-A973-6B14CBCB2B7E |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## DisplayOffTimeoutPluggedIn
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/DisplayOffTimeoutPluggedIn
+```
+
-
-
+
+
This policy setting allows you to specify the period of inactivity before Windows turns off the display.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows turns off the display.
-If you disable or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the display from turning off. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the display from turning off. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Turn off the display (plugged in)*
-- GP name: *VideoPowerDownTimeOutAC_2*
-- GP path: *System/Power Management/Video and Display Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/EnergySaverBatteryThresholdOnBattery**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | VideoPowerDownTimeOutAC |
+| Friendly Name | Turn off the display (plugged in) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Video and Display Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\3C0BC021-C8A8-4E07-A973-6B14CBCB2B7E |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## EnergySaverBatteryThresholdOnBattery
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/EnergySaverBatteryThresholdOnBattery
+```
+
-
-
+
+
+This policy setting allows you to specify battery charge level at which Energy Saver is turned on. If you enable this policy setting, you must provide a percent value, indicating the battery charge level. Energy Saver will be automatically turned on at (and below) the specified level. If you disable or do not configure this policy setting, users control this setting.
+
-This policy setting allows you to specify battery charge level at which Energy Saver is turned on.
+
+
+
-If you enable this policy setting, you must specify a percentage value that indicates the battery charge level. Energy Saver is automatically turned on at (and below) the specified battery charge level.
+
+**Description framework properties**:
-If you disable or don't configure this policy setting, users control this setting.
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Allowed Values | Range: `[0-100]` |
+| Default Value | 0 |
+
-
-
-ADMX Info:
-- GP Friendly name: *Energy Saver Battery Threshold (on battery)*
-- GP name: *EsBattThresholdDC*
-- GP element: *EnterEsBattThreshold*
-- GP path: *System/Power Management/Energy Saver Settings*
-- GP ADMX file name: *power.admx*
+
+**Group policy mapping**:
-
-
-Supported values: 0-100. The default is 70.
-
-
+| Name | Value |
+|:--|:--|
+| Name | EsBattThresholdDC |
+| Friendly Name | Energy Saver Battery Threshold (on battery) |
+| Element Name | Energy Saver Battery Threshold (percent) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Energy Saver Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\E69653CA-CF7F-4F05-AA73-CB833FA90AD4 |
+| ADMX File Name | Power.admx |
+
-
-
+
+
+
-
-
+
-
+
+## EnergySaverBatteryThresholdPluggedIn
-
-**Power/EnergySaverBatteryThresholdPluggedIn**
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/EnergySaverBatteryThresholdPluggedIn
+```
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+This policy setting allows you to specify battery charge level at which Energy Saver is turned on. If you enable this policy setting, you must provide a percent value, indicating the battery charge level. Energy Saver will be automatically turned on at (and below) the specified level. If you disable or do not configure this policy setting, users control this setting.
+
-
-
+
+
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+**Description framework properties**:
-> [!div class = "checklist"]
-> * Device
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Allowed Values | Range: `[0-100]` |
+| Default Value | 0 |
+
-
+
+**Group policy mapping**:
-
-
-This policy setting allows you to specify battery charge level at which Energy Saver is turned on.
+| Name | Value |
+|:--|:--|
+| Name | EsBattThresholdAC |
+| Friendly Name | Energy Saver Battery Threshold (plugged in) |
+| Element Name | Energy Saver Battery Threshold (percent) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Energy Saver Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\E69653CA-CF7F-4F05-AA73-CB833FA90AD4 |
+| ADMX File Name | Power.admx |
+
-If you enable this policy setting, you must provide a percentage value that indicates the battery charge level. Energy Saver is automatically turned on at (and below) the specified battery charge level.
+
+
+
-If you disable or don't configure this policy setting, users control this setting.
+
-
-
-ADMX Info:
-- GP Friendly name: *Energy Saver Battery Threshold (plugged in)*
-- GP name: *EsBattThresholdAC*
-- GP element: *EnterEsBattThreshold*
-- GP path: *System/Power Management/Energy Saver Settings*
-- GP ADMX file name: *power.admx*
+
+## HibernateTimeoutOnBattery
-
-
-Supported values: 0-100. The default is 70.
-
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
-
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/HibernateTimeoutOnBattery
+```
+
-
-
-
-
-
-
-**Power/HibernateTimeoutOnBattery**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
+
+
This policy setting allows you to specify the period of inactivity before Windows transitions the system to hibernate.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to hibernate.
-If you disable or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Specify the system hibernate timeout (on battery)*
-- GP name: *DCHibernateTimeOut_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/HibernateTimeoutPluggedIn**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | DCHibernateTimeOut |
+| Friendly Name | Specify the system hibernate timeout (on battery) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\9D7815A6-7EE4-497E-8888-515A05F02364 |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## HibernateTimeoutPluggedIn
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/HibernateTimeoutPluggedIn
+```
+
-
-
+
+
This policy setting allows you to specify the period of inactivity before Windows transitions the system to hibernate.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to hibernate.
-If you disable or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Specify the system hibernate timeout (plugged in)*
-- GP name: *ACHibernateTimeOut_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/RequirePasswordWhenComputerWakesOnBattery**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | ACHibernateTimeOut |
+| Friendly Name | Specify the system hibernate timeout (plugged in) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\9D7815A6-7EE4-497E-8888-515A05F02364 |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## RequirePasswordWhenComputerWakesOnBattery
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1703 [10.0.15063] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/RequirePasswordWhenComputerWakesOnBattery
+```
+
-
-
+
+
This policy setting specifies whether or not the user is prompted for a password when the system resumes from sleep.
-If you enable or don't configure this policy setting, the user is prompted for a password when the system resumes from sleep.
+If you enable or do not configure this policy setting, the user is prompted for a password when the system resumes from sleep.
-If you disable this policy setting, the user isn't prompted for a password when the system resumes from sleep.
+If you disable this policy setting, the user is not prompted for a password when the system resumes from sleep.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Require a password when a computer wakes (on battery)*
-- GP name: *DCPromptForPasswordOnResume_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/RequirePasswordWhenComputerWakesPluggedIn**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | DCPromptForPasswordOnResume |
+| Friendly Name | Require a password when a computer wakes (on battery) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\0e796bdb-100d-47d6-a2d5-f7d2daa51f51 |
+| Registry Value Name | DCSettingIndex |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## RequirePasswordWhenComputerWakesPluggedIn
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1703 [10.0.15063] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/RequirePasswordWhenComputerWakesPluggedIn
+```
+
-
-
+
+
This policy setting specifies whether or not the user is prompted for a password when the system resumes from sleep.
-If you enable or don't configure this policy setting, the user is prompted for a password when the system resumes from sleep.
-
-If you disable this policy setting, the user isn't prompted for a password when the system resumes from sleep.
-
-
-
-
-ADMX Info:
-- GP Friendly name: *Require a password when a computer wakes (plugged in)*
-- GP name: *ACPromptForPasswordOnResume_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-
-
-
-**Power/SelectLidCloseActionOnBattery**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC.
-
-If you enable this policy setting, you must select the desired action.
-
-If you disable this policy setting or don't configure it, users can see and change this setting.
-
-
-
-ADMX Info:
-- GP Friendly name: *Select the lid switch action (on battery)*
-- GP name: *DCSystemLidAction_2*
-- GP element: *SelectDCSystemLidAction*
-- GP path: *System/Power Management/Button Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-The following are the supported lid close switch actions (on battery):
-- 0 - Take no action
-- 1 - Sleep
-- 2 - System hibernate sleep state
-- 3 - System shutdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-**Power/SelectLidCloseActionPluggedIn**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC.
-
-If you enable this policy setting, you must select the desired action.
-
-If you disable this policy setting or don't configure it, users can see and change this setting.
-
-
-
-ADMX Info:
-- GP Friendly name: *Select the lid switch action (plugged in)*
-- GP name: *ACSystemLidAction_2*
-- GP element: *SelectACSystemLidAction*
-- GP path: *System/Power Management/Button Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-The following are the supported lid close switch actions (plugged in):
-- 0 - Take no action
-- 1 - Sleep
-- 2 - System hibernate sleep state
-- 3 - System shutdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-**Power/SelectPowerButtonActionOnBattery**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-This policy setting specifies the action that Windows takes when a user presses the Power button.
-
-If you enable this policy setting, you must select the desired action.
-
-If you disable this policy setting or don't configure it, users can see and change this setting.
-
-
-
-ADMX Info:
-- GP Friendly name: *Select the Power button action (on battery)*
-- GP name: *DCPowerButtonAction_2*
-- GP element: *SelectDCPowerButtonAction*
-- GP path: *System/Power Management/Button Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-The following are the supported Power button actions (on battery):
-- 0 - Take no action
-- 1 - Sleep
-- 2 - System hibernate sleep state
-- 3 - System shutdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-**Power/SelectPowerButtonActionPluggedIn**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-This policy setting specifies the action that Windows takes when a user presses the Power button.
-
-If you enable this policy setting, you must select the desired action.
-
-If you disable this policy setting or don't configure it, users can see and change this setting.
-
-
-
-ADMX Info:
-- GP Friendly name: *Select the Power button action (plugged in)*
-- GP name: *ACPowerButtonAction_2*
-- GP element: *SelectACPowerButtonAction*
-- GP path: *System/Power Management/Button Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-The following are the supported Power button actions (plugged in):
-- 0 - Take no action
-- 1 - Sleep
-- 2 - System hibernate sleep state
-- 3 - System shutdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-**Power/SelectSleepButtonActionOnBattery**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-This policy setting specifies the action that Windows takes when a user presses the Sleep button.
-
-If you enable this policy setting, you must select the desired action.
-
-If you disable this policy setting or don't configure it, users can see and change this setting.
-
-
-
-ADMX Info:
-- GP Friendly name: *Select the Sleep button action (on battery)*
-- GP name: *DCSleepButtonAction_2*
-- GP element: *SelectDCSleepButtonAction*
-- GP path: *System/Power Management/Button Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-The following are the supported Sleep button actions (on battery):
-- 0 - Take no action
-- 1 - Sleep
-- 2 - System hibernate sleep state
-- 3 - System shutdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-**Power/SelectSleepButtonActionPluggedIn**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
-This policy setting specifies the action that Windows takes when a user presses the Sleep button.
-
-If you enable this policy setting, you must select the desired action.
-
-If you disable this policy setting or don't configure it, users can see and change this setting.
-
-
-
-ADMX Info:
-- GP Friendly name: *Select the Sleep button action (plugged in)*
-- GP name: *ACSleepButtonAction_2*
-- GP element: *SelectACSleepButtonAction*
-- GP path: *System/Power Management/Button Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-
-The following are the supported Sleep button actions (plugged in):
-- 0 - Take no action
-- 1 - Sleep
-- 2 - System hibernate sleep state
-- 3 - System shutdown
-
-
-
-
-
-
-
-
-
-
-
-
-
-**Power/StandbyTimeoutOnBattery**
-
-
-
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
-
-
-
-
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
-
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
+If you enable or do not configure this policy setting, the user is prompted for a password when the system resumes from sleep.
+
+If you disable this policy setting, the user is not prompted for a password when the system resumes from sleep.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
+
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
+
+**ADMX mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | ACPromptForPasswordOnResume |
+| Friendly Name | Require a password when a computer wakes (plugged in) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\0e796bdb-100d-47d6-a2d5-f7d2daa51f51 |
+| Registry Value Name | ACSettingIndex |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## SelectLidCloseActionOnBattery
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/SelectLidCloseActionOnBattery
+```
+
+
+
+
+This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC. Possible actions include: 0 - Take no action 1 - Sleep 2 - Hibernate 3 - Shut down If you enable this policy setting, you must select the desired action. If you disable this policy setting or do not configure it, users can see and change this setting.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 0 | Take no action |
+| 1 (Default) | Sleep |
+| 2 | System hibernate sleep state |
+| 3 | System shutdown |
+
+
+
+**Group policy mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | DCSystemLidAction_2 |
+| Friendly Name | Select the lid switch action (on battery) |
+| Element Name | Lid Switch Action |
+| Location | Computer Configuration |
+| Path | System > Power Management > Button Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\5CA83367-6E45-459F-A27B-476B1D01C936 |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## SelectLidCloseActionPluggedIn
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/SelectLidCloseActionPluggedIn
+```
+
+
+
+
+This policy setting specifies the action that Windows takes when a user closes the lid on a mobile PC. Possible actions include: 0 - Take no action 1 - Sleep 2 - Hibernate 3 - Shut down If you enable this policy setting, you must select the desired action. If you disable this policy setting or do not configure it, users can see and change this setting.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 0 | Take no action |
+| 1 (Default) | Sleep |
+| 2 | System hibernate sleep state |
+| 3 | System shutdown |
+
+
+
+**Group policy mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | ACSystemLidAction_2 |
+| Friendly Name | Select the lid switch action (plugged in) |
+| Element Name | Lid Switch Action |
+| Location | Computer Configuration |
+| Path | System > Power Management > Button Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\5CA83367-6E45-459F-A27B-476B1D01C936 |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## SelectPowerButtonActionOnBattery
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/SelectPowerButtonActionOnBattery
+```
+
+
+
+
+This policy setting specifies the action that Windows takes when a user presses the power button. Possible actions include: 0 - Take no action 1 - Sleep 2 - Hibernate 3 - Shut down If you enable this policy setting, you must select the desired action. If you disable this policy setting or do not configure it, users can see and change this setting.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 0 | Take no action |
+| 1 (Default) | Sleep |
+| 2 | System hibernate sleep state |
+| 3 | System shutdown |
+
+
+
+**Group policy mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | DCPowerButtonAction_2 |
+| Friendly Name | Select the Power button action (on battery) |
+| Element Name | Power Button Action |
+| Location | Computer Configuration |
+| Path | System > Power Management > Button Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\7648EFA3-DD9C-4E3E-B566-50F929386280 |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## SelectPowerButtonActionPluggedIn
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/SelectPowerButtonActionPluggedIn
+```
+
+
+
+
+This policy setting specifies the action that Windows takes when a user presses the power button. Possible actions include: 0 - Take no action 1 - Sleep 2 - Hibernate 3 - Shut down If you enable this policy setting, you must select the desired action. If you disable this policy setting or do not configure it, users can see and change this setting.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 0 | Take no action |
+| 1 (Default) | Sleep |
+| 2 | System hibernate sleep state |
+| 3 | System shutdown |
+
+
+
+**Group policy mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | ACPowerButtonAction_2 |
+| Friendly Name | Select the Power button action (plugged in) |
+| Element Name | Power Button Action |
+| Location | Computer Configuration |
+| Path | System > Power Management > Button Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\7648EFA3-DD9C-4E3E-B566-50F929386280 |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## SelectSleepButtonActionOnBattery
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/SelectSleepButtonActionOnBattery
+```
+
+
+
+
+This policy setting specifies the action that Windows takes when a user presses the sleep button. Possible actions include: 0 - Take no action 1 - Sleep 2 - Hibernate 3 - Shut down If you enable this policy setting, you must select the desired action. If you disable this policy setting or do not configure it, users can see and change this setting.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 0 | Take no action |
+| 1 (Default) | Sleep |
+| 2 | System hibernate sleep state |
+| 3 | System shutdown |
+
+
+
+**Group policy mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | DCSleepButtonAction_2 |
+| Friendly Name | Select the Sleep button action (on battery) |
+| Element Name | Sleep Button Action |
+| Location | Computer Configuration |
+| Path | System > Power Management > Button Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\96996BC0-AD50-47EC-923B-6F41874DD9EB |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## SelectSleepButtonActionPluggedIn
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/SelectSleepButtonActionPluggedIn
+```
+
+
+
+
+This policy setting specifies the action that Windows takes when a user presses the sleep button. Possible actions include: 0 - Take no action 1 - Sleep 2 - Hibernate 3 - Shut down If you enable this policy setting, you must select the desired action. If you disable this policy setting or do not configure it, users can see and change this setting.
+
+
+
+
+
+
+
+**Description framework properties**:
+
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 1 |
+
+
+
+**Allowed values**:
+
+| Value | Description |
+|:--|:--|
+| 0 | Take no action |
+| 1 (Default) | Sleep |
+| 2 | System hibernate sleep state |
+| 3 | System shutdown |
+
+
+
+**Group policy mapping**:
+
+| Name | Value |
+|:--|:--|
+| Name | ACSleepButtonAction_2 |
+| Friendly Name | Select the Sleep button action (plugged in) |
+| Element Name | Sleep Button Action |
+| Location | Computer Configuration |
+| Path | System > Power Management > Button Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\96996BC0-AD50-47EC-923B-6F41874DD9EB |
+| ADMX File Name | Power.admx |
+
+
+
+
+
+
+
+
+
+## StandbyTimeoutOnBattery
+
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
+
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/StandbyTimeoutOnBattery
+```
+
+
+
+
This policy setting allows you to specify the period of inactivity before Windows transitions the system to sleep.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to sleep.
-If you disable or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Specify the system sleep timeout (on battery)*
-- GP name: *DCStandbyTimeOut_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/StandbyTimeoutPluggedIn**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | DCStandbyTimeOut |
+| Friendly Name | Specify the system sleep timeout (on battery) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\29F6C1DB-86DA-48C5-9FDB-F2B67B1F44DA |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## StandbyTimeoutPluggedIn
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1709 [10.0.16299] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/StandbyTimeoutPluggedIn
+```
+
-
-
+
+
This policy setting allows you to specify the period of inactivity before Windows transitions the system to sleep.
If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows transitions to sleep.
-If you disable or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-ADMX Info:
-- GP Friendly name: *Specify the system sleep timeout (plugged in)*
-- GP name: *ACStandbyTimeOut_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | chr (string) |
+| Access Type | Add, Delete, Get, Replace |
+
-
+
+> [!TIP]
+> This is an ADMX-backed policy and requires SyncML format for configuration. For details, see [Understanding ADMX-backed policies](./understanding-admx-backed-policies.md).
-
-**Power/TurnOffHybridSleepOnBattery**
+**ADMX mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | ACStandbyTimeOut |
+| Friendly Name | Specify the system sleep timeout (plugged in) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\29F6C1DB-86DA-48C5-9FDB-F2B67B1F44DA |
+| ADMX File Name | Power.admx |
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+
+
-
-
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+## TurnOffHybridSleepOnBattery
-> [!div class = "checklist"]
-> * Device
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/TurnOffHybridSleepOnBattery
+```
+
-
-
+
+
This policy setting allows you to turn off hybrid sleep.
-If you set this policy setting to 0, a hiberfile isn't generated when the system transitions to sleep (Stand By).
+If you enable this policy setting, a hiberfile is not generated when the system transitions to sleep (Stand By).
-If you set this policy setting to 1 or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
+
-
-
-ADMX Info:
-- GP Friendly name: *Turn off hybrid sleep (on battery)*
-- GP name: *DCStandbyWithHiberfileEnable_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+
+
-
-
+
+**Description framework properties**:
-The following are the supported values for Hybrid sleep (on battery):
-- 0 - no hibernation file for sleep (default).
-- 1 - hybrid sleep.
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 0 |
+
-
-
+
+**Allowed values**:
-
-
+| Value | Description |
+|:--|:--|
+| 0 (Default) | |
+| 1 | hybrid sleep |
+
-
-
+
+**Group policy mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | DCStandbyWithHiberfileEnable_2 |
+| Friendly Name | Turn off hybrid sleep (on battery) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\94ac6d29-73ce-41a6-809f-6363ba21b47e |
+| Registry Value Name | DCSettingIndex |
+| ADMX File Name | Power.admx |
+
-
-**Power/TurnOffHybridSleepPluggedIn**
+
+
+
-
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+## TurnOffHybridSleepPluggedIn
-
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/TurnOffHybridSleepPluggedIn
+```
+
-> [!div class = "checklist"]
-> * Device
-
-
-
-
-
+
+
This policy setting allows you to turn off hybrid sleep.
-If you set this policy setting to 0, a hiberfile isn't generated when the system transitions to sleep (Stand By).
+If you enable this policy setting, a hiberfile is not generated when the system transitions to sleep (Stand By).
-If you set this policy setting to 1 or don't configure this policy setting, users control this setting.
+If you disable or do not configure this policy setting, users control this setting.
+
-
-
-ADMX Info:
-- GP Friendly name: *Turn off hybrid sleep (plugged in)*
-- GP name: *ACStandbyWithHiberfileEnable_2*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+
+
-
-
+
+**Description framework properties**:
-The following are the supported values for Hybrid sleep (plugged in):
-- 0 - no hibernation file for sleep (default).
-- 1 - hybrid sleep.
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Default Value | 0 |
+
-
-
+
+**Allowed values**:
-
-
+| Value | Description |
+|:--|:--|
+| 0 (Default) | |
+| 1 | hybrid sleep |
+
-
-
+
+**Group policy mapping**:
-
+| Name | Value |
+|:--|:--|
+| Name | ACStandbyWithHiberfileEnable_2 |
+| Friendly Name | Turn off hybrid sleep (plugged in) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\94ac6d29-73ce-41a6-809f-6363ba21b47e |
+| Registry Value Name | ACSettingIndex |
+| ADMX File Name | Power.admx |
+
-
-**Power/UnattendedSleepTimeoutOnBattery**
+
+
+
-
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+## UnattendedSleepTimeoutOnBattery
-
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/UnattendedSleepTimeoutOnBattery
+```
+
-> [!div class = "checklist"]
-> * Device
+
+
+This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer. If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows automatically transitions to sleep when left unattended. If you specify 0 seconds, Windows does not automatically transition to sleep. If you disable or do not configure this policy setting, users control this setting. If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-
-
-This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user isn't present at the computer.
+
+**Description framework properties**:
-If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows automatically transitions to sleep when left unattended. If you specify 0 seconds, Windows doesn't automatically transition to sleep.
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Allowed Values | Range: `[0-4294967295]` |
+| Default Value | 0 |
+
-If you disable or don't configure this policy setting, users control this setting.
+
+**Group policy mapping**:
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+| Name | Value |
+|:--|:--|
+| Name | UnattendedSleepTimeOutDC |
+| Friendly Name | Specify the unattended sleep timeout (on battery) |
+| Element Name | Unattended Sleep Timeout (seconds) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0 |
+| ADMX File Name | Power.admx |
+
-
-
-ADMX Info:
-- GP Friendly name: *Specify the unattended sleep timeout (on battery)*
-- GP name: *UnattendedSleepTimeOutDC*
-- GP element: *EnterUnattendedSleepTimeOut*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
+
+
+
-
-
-Default value for unattended sleep timeout (on battery):
-300
-
-
+
-
-
+
+## UnattendedSleepTimeoutPluggedIn
-
-
+
+| Scope | Editions | Applicable OS |
+|:--|:--|:--|
+| :heavy_check_mark: Device
:x: User | :x: Home
:heavy_check_mark: Pro
:heavy_check_mark: Enterprise
:heavy_check_mark: Education
:heavy_check_mark: Windows SE | :heavy_check_mark: Windows 10, version 1903 [10.0.18362] and later |
+
-
+
+```Device
+./Device/Vendor/MSFT/Policy/Config/Power/UnattendedSleepTimeoutPluggedIn
+```
+
-
-**Power/UnattendedSleepTimeoutPluggedIn**
+
+
+This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user is not present at the computer. If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows automatically transitions to sleep when left unattended. If you specify 0 seconds, Windows does not automatically transition to sleep. If you disable or do not configure this policy setting, users control this setting. If the user has configured a slide show to run on the lock screen when the machine is locked, this can prevent the sleep transition from occuring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
+
-
+
+
+
-|Edition|Windows 10|Windows 11|
-|--- |--- |--- |
-|Home|No|No|
-|Pro|Yes|Yes|
-|Windows SE|No|Yes|
-|Business|Yes|Yes|
-|Enterprise|Yes|Yes|
-|Education|Yes|Yes|
+
+**Description framework properties**:
-
-
+| Property name | Property value |
+|:--|:--|
+| Format | int |
+| Access Type | Add, Delete, Get, Replace |
+| Allowed Values | Range: `[0-4294967295]` |
+| Default Value | 0 |
+
-
-[Scope](./policy-configuration-service-provider.md#policy-scope):
+
+**Group policy mapping**:
-> [!div class = "checklist"]
-> * Device
+| Name | Value |
+|:--|:--|
+| Name | UnattendedSleepTimeOutAC |
+| Friendly Name | Specify the unattended sleep timeout (plugged in) |
+| Element Name | Unattended Sleep Timeout (seconds) |
+| Location | Computer Configuration |
+| Path | System > Power Management > Sleep Settings |
+| Registry Key Name | Software\Policies\Microsoft\Power\PowerSettings\7bc4a2f9-d8fc-4469-b07b-33eb785aaca0 |
+| ADMX File Name | Power.admx |
+
-
+
+
+
-
-
-This policy setting allows you to specify the period of inactivity before Windows transitions to sleep automatically when a user isn't present at the computer.
+
-If you enable this policy setting, you must provide a value, in seconds, indicating how much idle time should elapse before Windows automatically transitions to sleep when left unattended. If you specify 0 seconds, Windows doesn't automatically transition to sleep.
+
+
+
-If you disable or don't configure this policy setting, users control this setting.
+
-If the user has configured a slide show to run on the lock screen when the machine is locked, this slide show can prevent the sleep transition from occurring. The "Prevent enabling lock screen slide show" policy setting can be used to disable the slide show feature.
-
-
-
-ADMX Info:
-- GP Friendly name: *Specify the unattended sleep timeout (plugged in)*
-- GP name: *UnattendedSleepTimeOutAC*
-- GP element: *EnterUnattendedSleepTimeOut*
-- GP path: *System/Power Management/Sleep Settings*
-- GP ADMX file name: *power.admx*
-
-
-
-Default value for unattended sleep timeout (plugged in):
-300
-
-
-
-
-
-
-
-
-
-
-
-
-
-## Related topics
+## Related articles
[Policy configuration service provider](policy-configuration-service-provider.md)