LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting system informations over VI

Hi @all!

How can I read system informations like Windows version, RAM and other stuff. There's a example where the VI read the machine name. Can someone give me the code for other things.

Thanks in advance!

So long,
Frank R.
0 Kudos
Message 1 of 2
(2,349 Views)
In the Advanced palette, you will find a subpalette for registry VIs. These can be used to access or modify ANY information in the Windows Registry. If its in the registry, you can read it. Otherwise, you will have to figure out another way. If you have descriptions (headers or partial headers) for windows system dlls, you can call those.

Also, try downloading, from this website, the Windows API toolkit. That may contain something you can use.
0 Kudos
Message 2 of 2
(2,349 Views)