Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Get info about OS and Hardware
#1
Is it possible to put (basic) Operating System and Hardware specifications into a string or array?

For example:
Operating System Type/Version: Windows 7/8....
Username(s): ...
Processor speed: 2,4GHz
Processor type/setup: Quad
Domainname:
Pc name:
Memory ram:
...etc...
...etc..

I am just looking for the simpelest way to put as much info as possible into a container (Array or String).

Is it also possible to output the licensekey of through QM? I think because of obvious security measures within windows this isn't easily possible.

I thought I had link to a forum post that came close to this but I can't find it anymore (if the post even existed).
#2
Probably will need to use many Windows API functions, for example GetVersionEx, GetSystemInfo, SystemParametersInfo, GetSystemMetrics.
Or/and WMI, but I don't know what WMI classes to use. Look in stackoverflow etc.
QM also have several functions - _winver, GetUserInfo etc. Look in sysinfo category.
#3
ah ok! thank you!


Forum Jump:


Users browsing this thread: 1 Guest(s)