Crashtest Posted December 14 Share Posted December 14 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 Link to comment Share on other sites More sharing options...
Solution Fiery Posted December 16 Solution Share Posted December 16 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 Link to comment Share on other sites More sharing options...
Crashtest Posted December 21 Author Share Posted December 21 Problem solved with new update. You may add: #define PRODUCT_WNC 0x000000D2 = Windows Cloud PC Quote Link to comment Share on other sites More sharing options...
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.