Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Process, Priority, hl2.exe, High
Loop
{
Run,%ComSpec% /c Taskkill -f -im steamwebhelper.exe,%A_ScriptDir%,Hide
sleep, 60000
}
You can set the webhelper priority to lowest (idle). You don't need to install autohotkey, plain Windows bat file works:
Create a .bat file in your startup folder and copy the below:
Your startup folder is here:
It was late so I didn't take an exact look at the script; I assumed it would suspend the main process and kill the child processes because that's the only thing that helps, basically
Doesn't seem like a great solution either because this script itself appears to be quite performance intensive for some reason, every time it does its thing the CPU spikes
So I guess it's back to manually suspending and killing web helper processes...
What I said in the thread post. Open Process Explorer and suspend the web helper process. Basically what the script does, but manually when I launch the game so the CPU isn't forcibly spiked all the time
Yeah some functionality is locked behind web helpers now sadly, even adding launch arguments or adding non-Steam games. I wish this were still an option
Oh, OK. Yes, this is a much better solution.
Yeah. As I explained, I know exactly how it happens in TF2 as it's caused by Welcome Messages/Pages on community servers, which make use of the Steam Web Browser. But I've seen it happen in other random games as well without figuring out the cause, thankfully that's not too common. But TF2 is the game I play the most so I'm highly affected by this problem