set priority high
how do i set priority on high permanently , it's kinda annoying to do this manually everytime when i start a game?
how do i set priority on high permanently , it's kinda annoying to do this manually everytime when i start a game?
-> 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")