Код: Выделить всё
Process p = ... //getting required process
p.ProcessorAffinity = (IntPtr)0x0001;
Подробнее здесь: https://stackoverflow.com/questions/461 ... processors
Код: Выделить всё
Process p = ... //getting required process
p.ProcessorAffinity = (IntPtr)0x0001;