java - How set priority to intellij idea process? -


i want set priority "below normal" idea64.exe process , descendants. want setting retained permanently , not want set every time run idea. there intellij idea settings doing this?

you can creating shortcut below command:

c:\windows\system32\cmd.exe /c "start /belownormal notepad.exe" 

for idea this:

c:\windows\system32\cmd.exe /c "start /belownormal c:\"program files (x86)"\jetbrains\"intellij idea 13.1.1"\bin\idea64.exe"  

other options:

/low /belownormal /normal /abovenormal /high /realtime  

Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -