Created
March 13, 2022 06:56
-
-
Save 1a57danc3/2744ec63f2c539b4fcfcfc09ff16f1a5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
taskkill /im lghub.exe /f | |
taskkill /im lghub_agent.exe /f | |
taskkill /im lghub_updater.exe /f | |
start "" "C:\Program Files\LGHUB\lghub_agent.exe" | |
start "" "C:\Program Files\LGHUB\lghub_updater.exe" | |
start "" "C:\Program Files\LGHUB\lghub.exe" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment