set priority high

GabyCH·2/1/2019, 8:14:40 PM·2 votes·1,739 views

how do i set priority on high permanently , it's kinda annoying to do this manually everytime when i start a game?

1 Comments

MotherQuacker3/10/2019, 12:33:40 PM1 votes

-> your LoL Folder -> create a new bat file, name it LeagueClientgood.bat and put this in:

title "LeagueClient high priority" echo "%~dp0LeagueClient.exe" start "LeagueClient.exe" "%~dp0LeagueClient.exe" && wmic process where name="LeagueClient.exe" CALL setpriority "high priority" timeout 3 wmic process where name="LeagueClientUx.exe" CALL setpriority "high priority" wmic process where name="LeagueClientUxRender.exe" CALL setpriority "high priority" timeout 30

-> run the LeagueClientgood.bat file

Bug: only set the Launcher in high, not our starting game. But everything runs a bit better, I use it always. (one line: start "LeagueClient.exe [...] CALL setpriority "high priority")