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
Please fix this Valve.
More than likely what's going on here is that the Steam store has been loaded up, has an embedded video playing in it and then the Steam client suspends the webhelper process since it's inactive. Ironically that's supposed to help with power savings, but if the software is configured to make changes to the Windows power policy (UGH!) and it is suspended without reverting the changes then this crap can happen.
I don't know whether Valve has any control over CEF's behavior with regard to suspending its low-privilege helper processes, but I wish it would stop doing that because it makes my own development work very difficult when webhelper.exe goes into a suspended state while it's got a DLL that I am programming loaded.
The only solution to my problem (and probably yours) is to bring the Steam client into the foreground, open the Store tab and navigate to a page with no flashy background content.
----
TL;DR: Half this stuff is non-functional, but my best guess for resolving this issue would involve starting here:
https://peter.sh/experiments/chromium-command-line-switches/#enable-media-suspend
Start "cmd" as admin, check problem exists
Override request:
and reboot PC.
Check problem again. Profit.
I'm using Windows 7 Ultimate, this worked perfectly.
Thanks!!!