HOWTO Starting a program with high priority
From WikiTechia
(Redirected from Starting a program with high priority)
Starting up programs with a higher process priority can alter the performance of that application and background applications.
Windows Shortcut
Just add to the start of the target field
C:\WINDOWS\system32\cmd.exe /c start "runhigh" /high
eg;
c:\games\bf2.exe
would become
C:\WINDOWS\system32\cmd.exe /c start "runhigh" /high c:\games\bf2.exe

