How to run a command or application with a different CPU priority in Windows 7 using DOS command
Use the "start" command in command line to start a command or application with different CPU priority. start /[priority] [command or path to application] The priorities are: low normal high realtime abovenormal belownormal Example start /high [path-to-command/application]