Update Program.cs

This commit is contained in:
qwqdanchun 2021-04-09 07:39:48 +08:00
parent 405cdc8fa8
commit d069c563ed
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ namespace qwqdanchun
}
public static bool isVM_by_wim_temper()
{
SelectQuery selectQuery = new SelectQuery("Select * from Win32_Fan");
SelectQuery selectQuery = new SelectQuery("Select * from Win32_CacheMemory");
ManagementObjectSearcher searcher = new ManagementObjectSearcher(selectQuery);
int i = 0;
foreach (ManagementObject DeviceID in searcher.Get())