设置当前进程的级别方式

 Process.GetCurrentProcess().PriorityClass = ProcessPriorityClass.High;

至少证明我们还活着
原文地址:https://www.cnblogs.com/pengde/p/4788916.html