Hardware Info using WMI

This forum is for ideas and or code to be contributed for general use.
Post Reply
Message
Author
User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Hardware Info using WMI

#1 Post 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
Attachments
Win32_Processor.zip
Source "Win32_Processor"
(1.45 KiB) Downloaded 1042 times
greetings by OHR
Jimmy

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Hardware Info using WMI

#2 Post 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:
greetings by OHR
Jimmy

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Hardware Info using WMI

#3 Post 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 1021 times
greetings by OHR
Jimmy

User avatar
Auge_Ohr
Posts: 1405
Joined: Wed Feb 24, 2010 3:44 pm

Re: Hardware Info using WMI

#4 Post 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 1028 times
greetings by OHR
Jimmy

Post Reply