I want a way to shut down a program when my temp reaches 80+ but when it's lower than 70 I want it to start again. Do I ask too much? :(
Asked
Active
Viewed 136 times
0
-
Perhaps one of the programs mentioned in this post can help http://superuser.com/questions/395434/how-can-i-check-the-temperature-of-my-cpu-in-windows – unclemeat Jan 08 '14 at 05:00
-
I know that coretemp doesn't have any command line options, but you can set it to log a file. If you're able to start by doing something like that, then providing an example of the log output here, I can probably help. – unclemeat Jan 08 '14 at 05:05
-
You'd need to tell us which of the many applications to monitor the CPU temperature you are using. – Magoo Jan 08 '14 at 06:24
-
I use CPUID HWMonitor to monitor my temperatures. – Jan 08 '14 at 06:41
-
you can use `wmic` to get the temperature and kill a process. – Endoro Jan 08 '14 at 07:05
-
@endoro Good plan, but I don't seem to have temperature in my CPU for any core `wmic cpu list full` – foxidrive Jan 08 '14 at 07:33
-
@foxidrive have you tried `wmic temperature` ? – Endoro Jan 08 '14 at 20:00
-
Endoro can I do that automaticly? – Jan 09 '14 at 05:53
-
@endoro `wmic temperature list full` only returns `No Instance(s) Available.` Is it CPU specific? – foxidrive Jan 09 '14 at 08:18
-
@foxidrive I tested it here on 5 PCs with no success :/ also not with `wmic path CIM_TemperatureSensor` and `wmic path Win32_TemperatureProbe` . – Endoro Jan 09 '14 at 09:09