Throttle Processes Windows and Start Syntax

Process Lasso

Donation-ware utility will lower the priority of applications that are hoarding the CPU. Plus it boosts the priority of the current application slightly. It does a great job of making WinXP feel smoother and avoiding complete lockups. I was actually trying really hard to find a Windows port of renice, but this works just as well, if not better.  Although, it does use a couple megs of memory.

Process Lasso: http://www.bitsum.com/ProSuper.asp

Start Command

Built in start command is useful for setting start up priority and processor affinity.

- Low priority: %comspec% /c start /low notepad.exe

- Processor affinity. Win7+. Careful, it's a hex mask thing, core 2 is NOT "2":  

-- use only core 0 - start /affinity 1 iexplore.exe

-- use cores 0 and 1 - C:\Windows\System32\cmd.exe /C start /affinity 3 dfrgui.exe

-- use core 2 - C:\Windows\System32\cmd.exe /C start /affinity 4 dfrgui.exe


 

Tags: software, tool, throttle, process, thread, 100%, limit, W2K, NT, locked, lock
 

Related Scribbles:
  • Pause a Process in Linux
  • Throttle a Process in Linux - My Ugly bash script - pause_run
  • Windows Tweaks
  • Throttle File Copy and other Advanced Copy Situations in Windows


  • ID: 812
    Author:
    leonard
    Date Updated:
    2015-03-24 12:29:15
    Date Created:
    2007-01-03 21:31:59

    Edit

    Comments?
     >> Leonard Chan's Homepage  >> Scribble Web  >> Throttle Processes Windows and Start Syntax
    leonard.lotus-land.ca is hosted by Perceptus Solutions Inc.