Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save boazcstrike/d0f3cdfb995e095333a20d73df458f15 to your computer and use it in GitHub Desktop.
Save boazcstrike/d0f3cdfb995e095333a20d73df458f15 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