Setting Current Process Priority
Someone asked me how to set the current process priority... well its easy using for example :
System.Diagnostics.Process.GetCurrentProcess().PriorityClass =
System.Diagnostics.ProcessPriorityClass.High;
Someone asked me how to set the current process priority... well its easy using for example :
System.Diagnostics.Process.GetCurrentProcess().PriorityClass =
System.Diagnostics.ProcessPriorityClass.High;