Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
/ kill-league Public archive

Provides ways to kill League of Legends, since closing it can take minutes sometimes, and sometimes it's impossible to close it as it's hanged.

Notifications You must be signed in to change notification settings

mikaeldui/kill-league

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kill-league

Provides ways to kill League of Legends, since closing it can take minutes sometimes, and sometimes it's impossible to close it as it's hanged.

The names of the processes to kill are (source):

  • RiotClientUX
  • LeagueClient

Windows

I recommend using the .bat file on Windows.

  1. Simply create a file named KillLeague.bat on the desktop,
  2. ... and paste the below content and save,
    taskkill /f /t /im RiotClientUx.exe
    taskkill /f /t /im LeagueClient.exe
  3. and then you can simply double-click it to kill League of Legends.

Sadly, PowerShell doesn't support double-click to run as a safety feature, and enabling it isn't straight-forward.

About

Provides ways to kill League of Legends, since closing it can take minutes sometimes, and sometimes it's impossible to close it as it's hanged.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published