So having a dual core, and with Lockon I prefer to have Lockon run on 1 CPU and everything else run on the other.
Now we know about procaff for Lockon string, but I have been wondering how to make the other application startup with the other.
If you open msconfig, and go to startup you will see the registry key that is used for the startup. It is usually;
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
In there is listed most of your startups. You then select the key, right click and select modify.
I run D:\WINDOWS\procaff.exe /run 2 D:\Program Files\Lock On\lockon.exe for Lockon.
So I added D:\WINDOWS\procaff.exe /run 1 to the beginning of everything in the registry section above.
Then if you go to startup folder in the start menu, you usually have a few more things, just add D:\WINDOWS\procaff.exe /run 1 to there Target field like you do for the Lockon shortcut.
Currently researching on how to make explorer (the shell) startup on the core you want.