F5F Stay Refreshed Software Operating Systems Script for automatic shutdown when temperature rises, applicable to Linux and Windows systems.

Script for automatic shutdown when temperature rises, applicable to Linux and Windows systems.

Script for automatic shutdown when temperature rises, applicable to Linux and Windows systems.

K
KiwiGivesHugs
Junior Member
27
04-24-2021, 07:00 AM
#1
Find a straightforward method to trigger an automatic shutdown when a temperature limit is surpassed. Psensor on Linux offers scripting capabilities, and a similar approach could be applied on Windows.
K
KiwiGivesHugs
04-24-2021, 07:00 AM #1

Find a straightforward method to trigger an automatic shutdown when a temperature limit is surpassed. Psensor on Linux offers scripting capabilities, and a similar approach could be applied on Windows.

P
PastelLlama
Junior Member
23
05-09-2021, 09:01 PM
#2
CPU's automatically shut the system off if they hit a certain limit. For Intel this is around 100 Degrees C, for Ryzen this is 95 Degrees C.
P
PastelLlama
05-09-2021, 09:01 PM #2

CPU's automatically shut the system off if they hit a certain limit. For Intel this is around 100 Degrees C, for Ryzen this is 95 Degrees C.

M
Mitas211
Member
124
05-10-2021, 09:52 PM
#3
They reduced the speed beforehand to avoid hitting the shutdown temperature, which doesn't really make sense since such an event wouldn't occur under regular conditions. Unusual situations often involve things like a heatsink detaching while the CPU runs at maximum load or other improbable scenarios.
M
Mitas211
05-10-2021, 09:52 PM #3

They reduced the speed beforehand to avoid hitting the shutdown temperature, which doesn't really make sense since such an event wouldn't occur under regular conditions. Unusual situations often involve things like a heatsink detaching while the CPU runs at maximum load or other improbable scenarios.

D
Donald_Trumpz
Member
246
05-14-2021, 11:12 PM
#4
I just had a Xeon reach a little over 100C and not shutdown ... FYI, this is a server not gaming... though, I was playing with Folding@Home in the bg ...
D
Donald_Trumpz
05-14-2021, 11:12 PM #4

I just had a Xeon reach a little over 100C and not shutdown ... FYI, this is a server not gaming... though, I was playing with Folding@Home in the bg ...

T
tomtiger99
Member
111
05-16-2021, 01:21 PM
#5
It's a simple BIOS function and you also have the option to define a custom temperature. For Intel, the shutdown threshold is 105°C with a warning if the speaker is connected, which triggers at 95-100°C. I haven't used an AMD system since the early 2000s, so I don't know the default temperatures in those BIOS settings.
T
tomtiger99
05-16-2021, 01:21 PM #5

It's a simple BIOS function and you also have the option to define a custom temperature. For Intel, the shutdown threshold is 105°C with a warning if the speaker is connected, which triggers at 95-100°C. I haven't used an AMD system since the early 2000s, so I don't know the default temperatures in those BIOS settings.

M
MAZ531
Member
164
05-16-2021, 03:43 PM
#6
Run continuously checking CPU temperature. If it exceeds the set limit, trigger shutdown. Display current reading, wait five seconds, then repeat. Use sensors to determine which component reports the temperature. In the example image, CPU is labeled as 1, temperature as 2, and actual value as 3.
M
MAZ531
05-16-2021, 03:43 PM #6

Run continuously checking CPU temperature. If it exceeds the set limit, trigger shutdown. Display current reading, wait five seconds, then repeat. Use sensors to determine which component reports the temperature. In the example image, CPU is labeled as 1, temperature as 2, and actual value as 3.

S
soul_harveste
Member
223
05-18-2021, 06:03 AM
#7
Great! Thank you so much!
S
soul_harveste
05-18-2021, 06:03 AM #7

Great! Thank you so much!