Getting wrong CPU Processor ID

B

Bhanodaya

Hello Friends, I am getting an issue with __cpuid() function (C++ code), especially in some of the Win 11 systems. I used __cpuid(regs, 1), to get the Processor ID. Some systems providing wrong EDX. Instead of BFEBFBFF, I am getting BFCBFBFF. With "wmic cpu" at command prompt, I am getting the correct one.(Config for Ref: Processor: 12th Gen Intel (R) Core(TM) i7-12700 2.10 GHz,OS: Win 11 Pro 22H2, Build: 22621.3880)Please guide me. Thanks and Regards Bhanodaya

Continue reading...
 
Back
Top Bottom