mirror of
https://github.com/n00mkrad/flowframes.git
synced 2025-12-24 20:29:26 +01: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