Update windows-autopatch-hotpatch-updates.md

Added clarity around Arm64 preview & added info on CSP to align with IT Pro blog being released.
This commit is contained in:
Christine Eaton 2025-05-13 14:40:58 +01:00 committed by GitHub
parent 48d00e93ac
commit a4c88bfff9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) ### Arm 64 devices must disable compiled hybrid PE usage (CHPE) (Arm 64 CPU Only)
> [!IMPORTANT] > [!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. 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` Path: `HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management`
DWORD key value: HotPatchRestrictions=1 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] > [!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 dont have CHPE. > 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 dont have CHPE.