Windows – How to determine what GPU is being used via command line Windows 10

command linegpuwindows 10

I am trying to determine what GPU is being used (dedicated or integrated) via command line. I can run a benchmark program and read the output of that, but I am trying to figure it out from command line before I run the benchmark. Thanks.

Best Answer

Programs can choose which GPU to use, which is going to throw a wrench in your testing.

Related Question