Pages: 1
RSS
Interrupt Priority
 
It seems that The Bat is pretty much at the bottom of the food chain as far as interrupt priorities are concerned.  Just about anything will bump The Bat down a level.  It becomes especially frustrating when writing a new email - stalls the application.    :cry:  :(

Anyone know how to get The Bat higher up in the food chain?

Many thanks ahead of time for anyone suggesting a fix.   :D

Fred
 
not sure if that's what you mean, but try setting a higher priority

Invoke task manager, go to Processes tab, right click thebat.exe -> Set priority -> choose 'AboveNormal' or 'High'.
Do NOT choose 'RealTime'.

To start a program with priority <> Normal create a .bat file like this
CMD /C START/desiredPriority fullPathToExecutable

fullPathToExecutable should be in "" quotes if there are spaces in it.

BTW the problem is unlikely to be in theBat.
Configure your AV not to monitor theBat folders (installation, mail, if there is a theBat temp folder).
Other security software, like Comodo Defense+ or Sandbox features, may also cause this.
Check what starts automatically and remove useless stuff - google for Autoruns or startup control panel(simpler to use)
See if drives need defragmentation, if system drive and drive where %temp% is(if different) have enough free space.
Edited: bigg one - 26 February 2011 09:24:21
 
Thanks, bigg one

Yes, it was the answer I was looking for - and YES, it was NOT The Bat - turned out to be TrendMicro hogging it up.

Fred
Pages: 1