Short Circuit 3: The Quest For Low Latency

Options
2»

Comments

  • Leandro
    Leandro Member Posts: 12 Member
    edited January 19
    Options

    for a process to start with the desired priority, simply right-click on the shortcut, choose properties. Enter the following commands before the full path of application file.

    cmd.exe /c start "Program Name" /priority "Full path of application file"

    example:

    cmd.exe /c start "Traktor" /high "C:\Program Files\Native Instruments\Traktor Pro 3\Traktor.exe"

    Substitute priority in the command with the CPU priority level below you want the application file to run as.​

    • ​Realtime
    • High
    • AboveNormal
    • Normal
    • BelowNormal
    • Low

    every time you run the program, the priority is already configured and without third-party programs.

    Note. The icon will change to CMD.
    In the change Icon tab add the executable path, %ProgramFiles%\Native Instruments\Traktor Pro 3\Traktor.exe  and select the icon.
    
    
    


Back To Top