DEV Community

R Raisner
R Raisner

Posted on

Get Motherboard ID in C# without using WMI

-3

I am looking for a way to retrieve the motherboard ID in c#, but I do not want to rely on WMI, I would like to use a winAPI.

I searched google, and I found suggestions to use the wmic command, but I found that is also based on WMI…

Top comments (1)

Collapse
 
hugo_ferrand profile image
Hugo Ferrand

System APIS and others
Ask on official MS Win32 forum : learn.microsoft.com/en-us/answers/...