Crashtest Posted December 14, 2024 Posted December 14, 2024 AIDA64 cant identify Windows Server 2025 Datacenter Azure Edition - just displays "Microsoft Windows 10 Server" CPUZ identify it as "Microsoft Windows Server (10.0) (0x197) (x64), Version 24H2, Build 26100.2605" Maybe AIDA64 needs some "new" ProductIDs. Based on ntdef.h (from Windows SDK 26100) you should add: #define PRODUCT_AZURESTACKHCI_SERVER_CORE 0x00000196 = Windows Server (2022/2025) Azure Stack HCI #define PRODUCT_DATACENTER_SERVER_AZURE_EDITION 0x00000197 = Windows Server (2022/2025) Datacenter Azure Edition #define PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION 0x00000198 = Windows Server (2022/2025) Datacenter Azure Edition (Core install) You may add: #define PRODUCT_IOTENTERPRISESK 0x000000CD = Windows (10/11) IoT Enterprise Subscription LTSC ntdef.h Report.txt cpuz.txt Quote
Solution Fiery Posted December 16, 2024 Solution Posted December 16, 2024 On 12/14/2024 at 7:46 AM, Crashtest said: AIDA64 cant identify Windows Server 2025 Datacenter Azure Edition - just displays "Microsoft Windows 10 Server" CPUZ identify it as "Microsoft Windows Server (10.0) (0x197) (x64), Version 24H2, Build 26100.2605" Maybe AIDA64 needs some "new" ProductIDs. Based on ntdef.h (from Windows SDK 26100) you should add: #define PRODUCT_AZURESTACKHCI_SERVER_CORE 0x00000196 = Windows Server (2022/2025) Azure Stack HCI #define PRODUCT_DATACENTER_SERVER_AZURE_EDITION 0x00000197 = Windows Server (2022/2025) Datacenter Azure Edition #define PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION 0x00000198 = Windows Server (2022/2025) Datacenter Azure Edition (Core install) You may add: #define PRODUCT_IOTENTERPRISESK 0x000000CD = Windows (10/11) IoT Enterprise Subscription LTSC ntdef.h 117.06 kB · 0 downloads Report.txt 1.92 MB · 0 downloads cpuz.txt 53.15 kB · 0 downloads Thank you, we'll add those OS product codes to the next AIDA64 beta update. Quote
Crashtest Posted December 21, 2024 Author Posted December 21, 2024 Problem solved with new update. You may add: #define PRODUCT_WNC 0x000000D2 = Windows Cloud PC Quote
Fiery Posted January 16 Posted January 16 On 12/21/2024 at 9:03 PM, Crashtest said: You may add: #define PRODUCT_WNC 0x000000D2 = Windows Cloud PC Thank you, we'll add that to the next AIDA64 beta build. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.