steam client steamwebhelper异常这个傻逼玩意儿什么删除

社区昵称:Aiden
本帖最后由 windell 于
15:21 编辑
Steam在某次更新后加入了一个叫做SteamWebHelper的进程,该进程会莫名其妙自我复制出多个相同名称的进程,并占用较多的硬件资源,可能导致游戏卡顿严重。
根据Reddit用户的在中的,尽管Steam号称已经更新了这个问题,但是对于不少用户来说问题依旧。于是他给出了这样的解决办法,即批处理:&!-- : SteamWebHelper Killer by AveYo v2.0rc
:: When you want to play games without lag, cpu, memory spikes caused by steamwebhelper, launch this.
:: But if you do long trading sessions and other community stuff inside Steam - disable it or set a 30+ timer.
:: Only need to run it once, it will be scheduled to run every x minutes, even after reboot.
:: To disable, run this script again and press CANCEL / enter 0 as timer.
:: Updating this as it's still needed on many systems, even after Valve's performance patches.
:: Finally fixed the in-game stutter on timer, with a smarter schedulled command - the host process will remain alive. Even a 1 minute timer is stutter-free now.
:: Default timer is set to 4 minutes like the original, anything less will require you to refresh/reopen the steam window too often (annoyiance).
[url=home.php?mod=space&uid=47258]@echo[/url] OFF &SETLOCAL ENABLEEXTENSIONS
:: Change default timer below:
SET REPEAT_TASK_EVERY_MINUTES=4
CALL :_INIT_
echo Info: This script sets a system task so it requires administrative rights
CALL :VBSLAUNCHER %REPEAT_TASK_EVERY_MINUTES% %_XPFallback%
FOR /F &tokens=4-5 delims=. & %%i IN ('ver') DO SET _LABEL=A^v^eY^o^'s St^ea^m^W^e^bH^e^lp^e^r^ K^il^ler^ v^2.^0r^c &SET _WINVERSION=%%i%%j
MODE 80,20 &COLOR 70 &CLS &echo. &TITLE CMD: %_LABEL%
IF %_WINVERSION% LSS 60 (SET _XPFallback=&/V1 /F&) ELSE SET _XPFallback=&/F&
:VBSLAUNCHER
cscript //nologo &%~f0?.wsf& %*
----- embeded scripts method by DosTips user Liviu ---&
&job&&script language=&VBScript&&
sKillerTimer = Trim(InputBox(&To enable Killer, press OK& &vbCrLf&vbCrLf& &To disable Killer, press CANCEL& &vbCrLf&vbCrLf& &To do nothing, close the CMD window& &vbCrLf&vbCrLf& &If activated, will autorun after how many minutes:&&&, &AveYo`s SteamWebHelper Killer&, Wscript.Arguments(0)))
Set UAC = CreateObject(&Shell.Application&)
If Not IsNumeric(sKillerTimer) Or sKillerTimer=&0& Then
UAC.ShellExecute &SCHTASKS.EXE&, &/Delete /TN SteamWebHelper_Killer_by_AveYo /F&, &&, &runas&, 0
sNow = DateAdd(&n&, 1, Now)
sHour = Hour(sNow)
sMinute = Minute(sNow)
If sHour & 10 Then sHour = &0& & sHour
If sMinute & 10 Then sMinute = &0& & sMinute
sKillerStart = sHour & &:& & sMinute & &:00&
sWinXP = && '&/V1 /F&
UAC.ShellExecute &SCHTASKS.EXE&, &/Create /RU &&System&& /SC MINUTE /MO & &sKillerTimer& & /TN SteamWebHelper_Killer_by_AveYo /TR &&WMIC.EXE process WHERE (name=& &Chr(39)& &steamwebhelper.exe& &Chr(39)& & AND commandline LIKE & &Chr(39)& &%Valve Steam Client%& &Chr(39)& &) call terminate&& /ST & &sKillerStart& & /NP & &Wscript.Arguments(1), &&, &runas&, 0
&/script&&/job&复制代码新建txt文件复制代码内容然后重命名扩展名为bat之后运行即可。
该用户的介绍性文字如下(论坛的代码中不可以加入中文否则会导致代码丢失)::: When you want to play games without lag, cpu, memory spikes caused by steamwebhelper, launch this.
:: 当你想要避免因为SteamWebHelper占据过多CPU和内存资源导致游戏卡顿的情况时,请启动本批处理程序。
:: But if you do long trading sessions and other community stuff inside Steam - disable it or set a 30+ timer.
:: 但如果你要进行长期交易和使用其他Steam平台内置社区功能的话,禁用本程序或设置一个30+的定时器。
:: Only need to run it once, it will be scheduled to run every x minutes, even after reboot.:: 只需运行一次,它将成为计划任务并且每x分钟运行一次,即使在重启后也是如此。
:: To disable, run this script again and press CANCEL / enter 0 as timer.
:: 要禁用此程序的话,再次运行此脚本并且按下CANCLE(停止),将定时器设置为0.
:: Updating this as it's still needed on many systems, even after Valve's performance patches.
:: 更新此程序的原因是仍有许多系统需要它,即使V社已经发布了性能修复补丁。
:: Finally fixed the in-game stutter on timer, with a smarter schedulled command - the host process will remain alive. Even a 1 minute timer is stutter-free now.:: 通过一个更为智能的计划任务指令,最终通过计数器修复了游戏内的卡顿——主进程将保持活动。即便是1分钟的定时器现在也不会卡顿。
:: Default timer is set to 4 minutes like the original, anything less will require you to refresh/reopen the steam window too often (annoyiance).::&&默认的定时器设置为4分钟,和最初版本一样,其他的部分则需要用户过于频繁的刷新或重开Steam窗口(这可是令人烦躁的事儿)
, , , , , ,
社区昵称:iannadove
社区昵称:ChunRide
還是不用了
社区昵称:[CHN]BearKid
谢谢,试试
社区昵称:保坂学长
计划任务啊,暂时能玩的游戏都没发现卡顿
不能玩的卡顿都没办法
社区昵称:oubeichen
这玩意是有点耗资源,虽然影响不大,但光开steam就能让我笔记本风扇呼呼转起来...
社区昵称:O.Kay
我前几天steam更新后也出现这种情况,然后重装了steam就解决了
社区昵称:Honchane
我前几天steam更新后也出现这种情况,然后重装了steam就解决了
重装很麻烦啊
社区昵称:宁少。
这玩意是有点耗资源,虽然影响不大,但光开steam就能让我笔记本风扇呼呼转起来...
确实是啊!不过目前看来并不是很多,不知道以后会怎样
社区昵称:素霓裳
是的,在某次更新后就会有两个相同的这个进程,不过目前还没卡游戏,就不折腾了,感谢楼主科普,希望V社还是早日从根本上解决这个问题
社区昵称:Maximilian
个人感觉卡顿不是特别明显,但还是要赞
SteamWebHelper是在这一次更新中出现的
莫名其妙自我复制
reddit帖子里不是有写么,是因为Steam内置浏览器采用了类似Chrome的模型,运行进程独立分开的
其实不要用Steam内置浏览就会好多,比如Steam启动默认显示游戏库
社区昵称:O.Kay
重装很麻烦啊
不用重装游戏,只是下载客户端,指定原来的安装地址重装,也不用再验证
社区昵称:22
今天的客户端beta更新修正了steamwebhelper.exe占用CPU过高的问题。
然而并没有什么用啊,steamwebhelper.exe这货依然比我浏览器还吃内存,进程中出现多个同样条目的问题也依旧存在。
我想知道是在桌面直接运行还是放到steam所在的文件位置啊
SteamCN 蒸汽动力 & Chinese Steam User Fan Site.
来浏览本站
12:27, PE: 0.806259s , QE: 161, Gzip On, Redis On.View mobile website

我要回帖

更多关于 steamwebhelper.exe 的文章

 

随机推荐