Page 1 of 1

Hardware Info using WMI

Posted: Fri Dec 23, 2016 11:51 am
by Auge_Ohr
hi,

if someone need Information about its Hardware i recommend to use WMI.
i wrote a WMI Generator so i can make almost every Win32_* Code when need just ask for it.

here a Sample for "Win32_Processor" to get Info about CPU using WMI

Re: Hardware Info using WMI

Posted: Fri Dec 23, 2016 8:35 pm
by Auge_Ohr
you can download M$ Orginal WMI Generator here
http://www.microsoft.com/en-us/download ... px?id=8572
it will produce VBScript, C#, and VB .NET Code which can be translate to Xbase++ Code.

marry Xmas :occasion-xmas:

Re: Hardware Info using WMI

Posted: Tue Dec 27, 2016 6:16 pm
by Auge_Ohr
here Win32_NetworkAdapter / Win32_NetworkAdapterConfiguration both can get MAC Adress
Win32_NetworkAdapter.zip
Source
(1.37 KiB) Downloaded 1048 times
Win32_NetworkAdapterConfiguration.zip
Source
(1.74 KiB) Downloaded 1020 times

Re: Hardware Info using WMI

Posted: Tue Dec 27, 2016 6:31 pm
by Auge_Ohr
Windows 7 had a Power-Index show up to 7.9 but it is missing in Win 8/10 :?:

NO :naughty:
only GUI Interface is missing but you can use WMI to "read" those Value using "Win32_WinSAT" :dance:
Win32_WinSAT.zip
Source
(1017 Bytes) Downloaded 1026 times