From 2176cb317926203311b4fd9b8345c607f5576c00 Mon Sep 17 00:00:00 2001 From: Remi Chausse Date: Wed, 28 Aug 2024 17:04:43 -0400 Subject: [PATCH 1/2] Update policy-csp-power.md --- windows/client-management/mdm/policy-csp-power.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md index e1e5083184..e57f3bc700 100644 --- a/windows/client-management/mdm/policy-csp-power.md +++ b/windows/client-management/mdm/policy-csp-power.md @@ -37,6 +37,10 @@ This policy setting decides if hibernate on the machine is allowed or not. Suppo +> [!NOTE] +> This policy does not override **powercfg** configuration and has no effect on the device if Hibernate is disabled using either of the following methods: +> - Running the command **powercfg /hibernate off** +> - Modifying the **HibernateEnabled** value to 0 in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power From f7be98028c0e812bad92901e9a29fbaff22f1397 Mon Sep 17 00:00:00 2001 From: Vinay Pamnani <37223378+vinaypamnani-msft@users.noreply.github.com> Date: Thu, 29 Aug 2024 11:45:53 -0600 Subject: [PATCH 2/2] Update policy-csp-power.md --- windows/client-management/mdm/policy-csp-power.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/client-management/mdm/policy-csp-power.md b/windows/client-management/mdm/policy-csp-power.md index e57f3bc700..165845af43 100644 --- a/windows/client-management/mdm/policy-csp-power.md +++ b/windows/client-management/mdm/policy-csp-power.md @@ -39,8 +39,8 @@ This policy setting decides if hibernate on the machine is allowed or not. Suppo > [!NOTE] > This policy does not override **powercfg** configuration and has no effect on the device if Hibernate is disabled using either of the following methods: -> - Running the command **powercfg /hibernate off** -> - Modifying the **HibernateEnabled** value to 0 in the following registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power +> - Running the command `powercfg /hibernate off`. +> - Modifying the **HibernateEnabled** value to **0** in the `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power` registry key.