Use the following method to start the multiple game LoL:
1. At each workplace, the game should be launched from a separate folder.
Follow these steps for one of the copies of the game:
2. Copy the League Of Legends.exe file to a separate directory and rename it, for example, to 333.exe
3. Delete the “League Of Legends.exe” file from the “Game” folder and create a symbolic link using mklink. The link name should be League Of Legends.exe and it should refer to the file 333.exe.
Now when you want to start the second game, first run the launcher (client.exe), then create a link and launch the game. Bat file helps you automate this.
So the problem with the game is that it protects itself from running multiple instances by looking for processes named "League of Legends.exe" across all the system,
and that renaming and linking prevents it from finding them.
hello with new latest update its not working anymore any new idea?
Use the following method to start the multiple game LoL:
1. At each workplace, the game should be launched from a separate folder.
Follow these steps for one of the copies of the game:
2. Copy the League Of Legends.exe file to a separate directory and rename it, for example, to 333.exe
3. Delete the “League Of Legends.exe” file from the “Game” folder and create a symbolic link using mklink. The link name should be League Of Legends.exe and it should refer to the file 333.exe.
Now when you want to start the second game, first run the launcher (client.exe), then create a link and launch the game. Bat file helps you automate this.So the problem with the game is that it protects itself from running multiple instances by looking for processes named "League of Legends.exe" across all the system,
and that renaming and linking prevents it from finding them.
Dont work anymore, please someone have a ideia 🙁
Works for me now!!!
Every time when you start client (NOT GAME), client removes you symlink and creates new "League of Legends.exe".
So, you need start lol client and log in.
Then rename "C:Riot GamesLeague of LegendsGameLeague of Legends.exe" to "anything else.exe" or just remove "League of Legends.exe" if you already have renamed copy.
and create new symlink by "Csharper" instruction (his message - Sun Apr 07, 2019 12:57 pm)
Then do same things on second workspace.
Sorry for english. I'm not native speaker(
Every time after update u must delete 2nd "League of Legends" and "Riot Client" folders and make copies again.
and i make little bat file for creating symlinks.
save this text (with changing your game path) like .bat
cd "C:GamesRiot GamesLeague of LegendsGame"
del "33333.exe"
move "League Of Legends.exe" "33333.exe"
mklink "League Of Legends.exe" 33333.exe
cd "C:GamesRiot Games2League of LegendsGame"
del "33333.exe"
move "League Of Legends.exe" "33333.exe"
mklink "League Of Legends.exe" 33333.exe
Same, it still doesn't work in 2022. Nobody for help ? Thank's

