Process myProcess = Process.GetCurrentProcess(); myProcess.PriorityClass = ProcessPriorityClass.BelowNormal; // AboveNormal, BelowNormal, High, Idle, Normal, RealTime
Notes
I added this to a form in the Form1.cs file, as the last items in public Form1().