mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-02 04:00:59 +02:00
Use Win32_VideoController instead of Win32_DisplayConfiguration for GPU check
This commit is contained in:
@@ -271,7 +271,7 @@ namespace Flowframes.Os
|
||||
|
||||
public static string GetGpus ()
|
||||
{
|
||||
ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_DisplayConfiguration");
|
||||
ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_VideoController");
|
||||
|
||||
List<string> gpus = new List<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user