开发者

Access CPUIDs (cpu serial numbers) WITHOUT using WMI using VB.net or C# [duplicate]

开发者 https://www.devze.com 2023-02-11 11:12 出处:网络
开发者_开发技巧This question already has answers here: Closed 11 years ago. Possible Duplicate: x86/x64 CPUID in C#
开发者_开发技巧This question already has answers here: Closed 11 years ago.

Possible Duplicate:

x86/x64 CPUID in C#

I need to retrieve CPU's serial numbers. When using WMI, it is called CPUID. My goal is to access that information WITHOUT using WMI.

Unmanaged is code is fine

I really need some sample code and preferably .NET implementation


You can get a CPU's CPUID with the __cpuid() function from <intrin.h>. Is that what you're trying to do?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号