I run an Audio Repeater application which allows me to play sound through my headset & Speakers at the same time. The Application itself has an ability to set itself to \"Re
Try this :
using (Process p = Process.GetCurrentProcess()) p.PriorityClass = ProcessPriorityClass.High;