Can you pick and choose which CPU cores to use?

Dec 12, 2018
88
1
35
Don't question why I'm asking this, I'm was just wondering. But if you had a 18 core processor (for example) and you (for some reason) wanted to just use the 1st core and the 18th core and disable all the rest, would it be possible?
 
Solution
In windows 10.

Did you follow the instructions in the link?
That's what I do for a running task.

If you want to do it at program start then you would use the cmdline start command.
sot start /Affinity <hex mask>
Dec 12, 2018
88
1
35

So do you (or anyone reading this) know how to manually assign cores?
 

asoroka

Distinguished
Apr 19, 2009
1,200
1
19,660
In windows 10.

Did you follow the instructions in the link?
That's what I do for a running task.

If you want to do it at program start then you would use the cmdline start command.
sot start /Affinity <hex mask>
 
Solution
Dec 12, 2018
88
1
35

Sorry. For some reason I didn't read your link. But it actually helps so thanks!