Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 25e11da

Browse files
committed
disabled Garena background services
1 parent b5feda3 commit 25e11da

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

CleanRunLOL.bat

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ wmic path win32_process get commandline | findstr "RiotClientServices.exe" > %te
1111
@taskkill /f /im Garena.exe > nul
1212
@taskkill /f /im LeagueClient.exe > nul
1313

14-
:: disable Garena prelaunch task
15-
@schtasks /change /tn "gxx speed launcher" /disable > nul
14+
:: disabled Garena background services
15+
@schtasks /delete /tn "gxx speed launcher" /f > nul
16+
@sc stop "GarenaPlatform" > nul
17+
@sc config "GarenaPlatform" start= disabled > nul
1618

1719
:: get the actual commandline
1820
findstr "RiotClientServices.exe" %temp%\temp.txt > %temp%\RunLOL.bat

0 commit comments

Comments
 (0)