Created
March 17, 2019 15:53
-
-
Save Asbra/15de974d177b93e066add4fd83d8b3bc to your computer and use it in GitHub Desktop.
Disable Garena auto-start
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
@echo off | |
sc config "GarenaPlatform" start=demand | |
schtasks /TN "gxx speed launcher" /Change /Disable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment