更改进程优先级

2017年1月26日 0 条评论 1.66k 次阅读 0 人点赞

for %%i in (TPHelper.exe TQMCenter.exe lol.launcher_tencent.exe LolClient.exe pallas.exe im.main.exe rail.exe TPWeb.exe CrossProxy.exe tgp_daemon.exe net_daemon.exe TenioDL.exe) do wmic process where name='%%i' call SetPriority "Idle"

for %%i in (QTalk.exe wwbizsrv.exe KKV.exe) do taskkill /f /im %%i

wmic process where name='进程名' call SetPriority "优先级"

优先级参数(参数是数字或一个单词可以不加引号):
64 低
32 标准
128 高
256 实时
Idle 低
Below Normal 低于标准
Normal 标准
Above Normal 高于标准
High Priority 高
Realtime 实时

Sevenfal

这个人太懒什么东西都没留下

文章评论(0)