Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. HO OFF
  2. START "" "C:\Battlestate Games\BsgLauncher\BsgLauncher.exe"
  3. :LOOP
  4. TASKLIST | FIND /I "EscapeFromTarkov.exe"
  5. IF ERRORLEVEL 1 (TIMEOUT /T 5 & GOTO LOOP)
  6. TIMEOUT /T 30
  7. PowerShell "$proc = Get-WmiObject -class Win32_processor; $affinity=$proc.numberoflogicalprocessors - $proc.numberofcores; switch ($affinity){2 { $affinity = 5}4{$affinity = 85}6{$affinity = 1365}8{$affinity = 21845}12{$affinity = 5592405}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement