Home > Back-end > Consult how to get the lenovo motherboard motherboard information?
Consult how to get the lenovo motherboard motherboard information?
Time:10-19
Dear hero, I want to get lenovo machine system board of information, I don't know is there any way you could? Similar to the BIOS information, I find the Internet for a long time, can not find, know how to implement? Online can't use, first to 40 points, if problem solving guarantee for 40 minutes!!!!!! His promise,
CodePudding user response:
Don't know you specifically what kind of information, generally could be obtained by WMI
Main: select * from Win32_BaseBoard The BIOS: select * from CIM_BIOSElement
CodePudding user response:
I here is the enterprise application of wmi is disabled... Can't use,
CodePudding user response:
And I tried it on in my development unit, tip me the RPC server error, is this why? I am using Internet to give examples of wmi, not what you said is similar to SQL statements, the method of this can you give me an example?