CPU power limits for old devices

This commit is contained in:
Serge
2023-06-22 15:53:35 +02:00
parent 40ecdf0d35
commit e58a396cbd
12 changed files with 180 additions and 139 deletions

View File

@@ -1,5 +1,4 @@
using CustomControls;
using HidSharp;
using System.Diagnostics;
using System.Management;
using System.Net;
@@ -90,7 +89,8 @@ namespace GHelper
{
model = results[0];
bios = results[1];
} else
}
else
{
model = obj["SMBIOSBIOSVersion"].ToString();
}
@@ -118,7 +118,7 @@ namespace GHelper
var groups = data.GetProperty("Result").GetProperty("Obj");
List<string> skipList = new() { "Armoury Crate & Aura Creator Installer", "MyASUS", "ASUS Smart Display Control", "Aura Wallpaper", "Virtual Pet","ROG Font V1.5" };
List<string> skipList = new() { "Armoury Crate & Aura Creator Installer", "MyASUS", "ASUS Smart Display Control", "Aura Wallpaper", "Virtual Pet", "ROG Font V1.5" };
List<DriverDownload> drivers = new();
for (int i = 0; i < groups.GetArrayLength(); i++)