Advertisement
Guest User

CSGO Shortcut with Core Assignment

a guest
Mar 25th, 2019
426
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. start steam://rungameid/730 # Start CSGO through steam
  2. Start-Sleep -Seconds 10 # give csgo enough time to start
  3. $Process = Get-Process csgo
  4. $Process.ProcessorAffinity=21760 # Change the core affinity. This number will select the cores (counting from zero) 8 10 12 and 14
  5. # For cores 0 2 4 6 the number would be 85
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement