Last active
February 10, 2018 13:34
-
-
Save 0x384c0/6bd2157f5450f87ceb5a1447855c4e4f 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
| start steam://rungameid/271590 | |
| timeout 60 | |
| wmic process where name="GTA5.exe" CALL setpriority "high priority" | |
| wmic process where name="gtavlauncher.exe" CALL setpriority "idle" | |
| wmic process where name="subprocess.exe" CALL setpriority "idle" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment