Fellow pervs,
So we’re getting scorched down here in southern Europe—like, heat-wave level 🔥🔥🔥. And while I can mostly survive with fans and cold drinks, my poor laptop was practically turning into a waffle iron. 🧇💻
I use it for game development (shout-out to She Means Business 😉), and while it runs great—no lag or crashes—it was just too hot to touch, especially around the keyboard and palm rest. Like, actual burn-risk level hot.
So here’s what I did to fix it! 💪
First, I trimmed everything I didn’t need running in the background:
🧹 Go to:
Settings > Privacy > Background Apps
and switch off anything that doesn't need to be running constantly (Spotify, OneDrive, Cortana, etc.).
This helped a bit by lowering CPU usage and stopping unnecessary processes from working behind the scenes.
This part actually saved my skin (literally). 😅
RyzenAdj is a small tool that lets you directly limit your AMD Ryzen CPU’s power draw—meaning you can tell it “hey, stop being such a power-hungry inferno, chill out.”
🔧 How I Used It:
Downloaded RyzenAdj from here:
👉 https://github.com/FlyGoat/RyzenAdj/releases
(look for ryzenadj-win64.zip)
Extracted it to a folder like C:\ryzenadj
Opened Command Prompt as Administrator
(Right click Start > Command Prompt (Admin))
Typed this:
cd C:\ryzenadj ryzenadj.exe --stapm-limit=10000 --fast-limit=10000 --slow-limit=10000
And just like that, my CPU went from cooking breakfast to running nice and cool—without slowing down any of my work. 💨💖
I even made a .bat file so I can apply it with a double-click anytime.
Here’s your custom .bat file code:
@echo off cd /d C:\ryzenadj ryzenadj.exe --stapm-limit=10000 --fast-limit=10000 --slow-limit=10000 echo 💨 Cooling activated, baby! You’re too hot to handle 😘 pause
Open Notepad
Paste the above text
Save it as:
💾 CoolMeDown.bat
(Set Save As Type to “All Files”)
Double-click it anytime you wanna go from 🔥 to 😎
If you want your laptop to run cooler every time you turn it on, just schedule that .bat file to run at startup.
If you’re dealing with insane laptop temps this summer—especially on AMD systems—this combo works wonders.
Stay cool out there, fellow pervs!