dynamik wrote: » What do you mean, "quit CPU affinity?" CPU affinity is where you set which CPU you want a process to run on. If you are using CPU affinity, and it's way off like that, it means you misconfigured something. Windows should distribute the load fairly well by itself. What are the processes that are taking the most CPU? If it's just one process using 80% by itself, you can't distribute that between cores. The application would need to be written to take advantage of that.