This video will show you how to create a nifty shortcut for automatically setting your processor thread priority for an application you may be opening. The previous video showed you how to do it manually, which in many cases is extremely useful, but what about those programs you ALWAYS want to have an increased priority on? That is where creating a custom shortcut comes in. You will find creating a shortcut for increased thread priority is not only a cool way to impress your friends (which it is, by the way) but it is also a way to greatly improve your productivity with certain applications.

Notes for the video:
C:\Windows\System32\cmd.exe /c start “ExecutableName.exe” /PRIORITY /AFFINITY # “Shortcut Location”

Breakdown:

“ExecutableName.exe” is the name of the executable in your shortcut

/PRIORITY can be set to /ABOVENORMAL /HIGH or /REALTIME (also /BELOW NORMAL and /LOW)

/AFFINITY # (where the # is the number of cores on your processor + 1)

“Shortcut Location” is the location you copied from the target section of your shortcut.

Sample:

C:\Windows\System32\cmd.exe /c start “Recorder.exe” /REALTIME /AFFINITY 3 “C:\Program Files(x86)\CamStudio\Recorder.exe”

Join the forum discussion on this post
About The Author: Craig Chamberlin  (473 Posts)

Craig received his degree in Informatics with a cognate in Business from Indiana University: South Bend in 2008. Craig lives with his wife and daughter in South Bend, Indiana near Notre Dame. Craig is currently employed by Precision Electric, Inc. and acts as the chief Information Technology Manager. With a passion for teaching and technology, he founded The PCMichiana Tech Help Show in Fall 2009. His focus is teaching users of all backgrounds how to learn technology while having fun.