From a4c88bfff9a32bfd6de0f696cdfef38956836afc Mon Sep 17 00:00:00 2001 From: Christine Eaton <40660908+ceaton-msft@users.noreply.github.com> Date: Tue, 13 May 2025 14:40:58 +0100 Subject: [PATCH] Update windows-autopatch-hotpatch-updates.md Added clarity around Arm64 preview & added info on CSP to align with IT Pro blog being released. --- .../manage/windows-autopatch-hotpatch-updates.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates.md b/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates.md index 59e83f707a..3313aafdb0 100644 --- a/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates.md +++ b/windows/deployment/windows-autopatch/manage/windows-autopatch-hotpatch-updates.md @@ -50,7 +50,7 @@ VBS must be turned on for a device to be offered Hotpatch updates. For informati ### Arm 64 devices must disable compiled hybrid PE usage (CHPE) (Arm 64 CPU Only) > [!IMPORTANT] -> **Arm 64 devices are in public preview**. It's being actively developed and might not be complete. They're made available on a "Preview" basis. You can test and use these features in production environments and scenarios and provide feedback. +> **Hotpatch updates on Arm 64 devices are in public preview**. It's being actively developed and might not be complete. They're made available on a "Preview" basis. You can test and use these features in production environments and scenarios and provide feedback. This requirement only applies to Arm 64 CPU devices when using Hotpatch updates. Hotpatch updates aren't compatible with servicing CHPE OS binaries located in the `%SystemRoot%\SyChpe32` folder. @@ -63,6 +63,8 @@ To disable CHPE, create and/or set the following DWORD registry key: Path: `HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management` DWORD key value: HotPatchRestrictions=1 +You can also use the CSP DisableCHPE (available on Windows Insider Preview). See [DisableCHPE](/windows/client-management/mdm/policy-csp-system#disablechpe). + > [!NOTE] > There are no plans to support hotpatch updates on Arm64 devices with CHPE enabled. Disabling CHPE is required only for Arm64 devices. AMD and Intel CPUs don’t have CHPE.