Skip to content

Instantly share code, notes, and snippets.

@Asbra
Created March 17, 2019 15:53
Show Gist options
  • Save Asbra/15de974d177b93e066add4fd83d8b3bc to your computer and use it in GitHub Desktop.
Save Asbra/15de974d177b93e066add4fd83d8b3bc to your computer and use it in GitHub Desktop.
Disable Garena auto-start
@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