Set Process Affinity of System process to reserve core for own Application
问题 I am working with a CPU-intensive real time application, and therefore I am trying to reserve a whole core for it. To accomplish this in Windows, I am trying to set the CPU affinity of all running processes to the other cores, and then set the affinity of my real time application to the "free" core. Additionally, I am setting the priority to high. Unfortunately, the following code (129 for testing as it means first and last core on my system) is not changing the affinity of all running