Quantcast
Viewing all articles
Browse latest Browse all 9128

Determine what GPU is running through WMI

I am trying to write a python script for to figure out which GPU (dedicated or integrated) is currently running. I have managed to make it work so far by running dxdiag and parsing the output for the mode of each gpu device, but this is taking way too long. Does anyone know how dxdiag gets this information? Is there a way to get the info through Windows management Instrument? Any help is appreciated.

Thanks


Viewing all articles
Browse latest Browse all 9128

Trending Articles