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
Computer\HKEY_CURRENT_USER\SOFTWARE\Valve\Steam
StartupModeTmp = 0
StartupModeTmpIsValid = 1
(Steam resets IsValid to 0 on launch)
SetLocal EnableExtensions
set root=HKEY_CURRENT_USER\SOFTWARE\Valve\Steam
set param=StartupModeTmpIsValid
set value="1"
For /F "delims=" %%a in ('reg query "%root%" /f "%param%" /s ^| find /i "%root%"') do (
echo Found: %%a
reg add "%%a" /v "%param%" /t REG_DWORD /d %value% /f
)
start/normal steam.exe -dev -vgui -noshaders -noverifyfiles -cef-force-64bit -cef-disable-d3d11 -vrdisable -disablehighdpi -no-shared-textures -skipstreamingdrivers -webmicrotxn -nochatui -nofriendsui -nolibraryui -noreactlogin -login "" +open steam://openurl/https://gtm.steamproxy.vip/my/ -nofasthtml
for working this must be:
1) autologin in to account enabled (without set login/pass)
2) directory *package* must be renamed or deleted.
try
I tried kill this process via task manager but this not helped me: periodic steamwebhelper add in use many MB RAM in IDLE of steam client!
For resolution this problem i renamed directories clientui, steamui, steamui-public and this helped me!
If you have the same problem with very many using RAM by steamwebhelper then you can rename or delete this directories.
Note: this actions will make library in primary steam window as unusable. downloads page in primary steam window also will be unusable, games settings windows will be unusable (where you can set launch options). But launch games from minigameslist work normal.
try
(stable steam client (PC) for windows [july 28 2023])