Advertisement
Guest User

test r*

a guest
Nov 21st, 2019
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. Start "" "C:\Program Files\Rockstar Games\Launcher\Launcher.exe"
  2. timeout 1
  3. wmic process where name="RDR2.exe" CALL setpriority "high priority"
  4. wmic process where name="UnrealEngineLauncher.exe" CALL setpriority "idle"
  5. wmic process where name="EpicGamesLauncher.exe" CALL setpriority "idle"
  6. wmic process where name="SocialClubHelper.exe" CALL setpriority "idle"
  7. wmic process where name="CrashReportClient.exe" CALL setpriority "idle"
  8. wmic process where name="UnrealCEFSubProcess.exe" CALL setpriority "idle"
  9. wmic process where name="Launcher.exe" CALL setpriority "idle"
  10. wmic process where name="PlayRDR2.exe" CALL setpriority "idle"
  11. wmic process where name="LauncherPatcher.exe" CALL setpriority "idle"
  12. wmic process where name="RockstarService.exe" CALL setpriority "idle"
  13. wmic process where name="RockstarSteamHelper.exe" CALL setpriority "idle"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement