virtualmesh
07-09-2006, 03:52 PM
Here's a way you can initiate thread control over your open applications. It works by loading the program via a bat file. The greater number of threads an OS opens up for a loaded application, the faster the program works - more calls to the cpu.
Here's how to load up 3dsmax with a higher than normal thread priority:
open notepad and type in the following two lines, note that the ... represents the full pathname to max on your system (fill that in):
echo off
Start /abovenormal C:\...\3dsmax.exe
after, save the file to your desktop (or anywhere on your computer) and give it a name - something but make sure you change the File Type selection to 'All Files' and use the extension .bat at the end of your file name. You don't want the file to be a txt file but a bat file (which will initially open up command prompt, which then loads max at the specified priority level and after max loads up, the command prompt then exits).
I set my working conditions for 3dsmax to abovenormal...as this was stable enough but I could get away with setting it to high as there is not alot of background processes running on my system.
After the Start / you can set the following two performance options that are above 'normal', note one should not state realtime as this will hang the system and cause file corruption...however abovenormal works fine in most situations.
abovenormal
high
Here's how to load up 3dsmax with a higher than normal thread priority:
open notepad and type in the following two lines, note that the ... represents the full pathname to max on your system (fill that in):
echo off
Start /abovenormal C:\...\3dsmax.exe
after, save the file to your desktop (or anywhere on your computer) and give it a name - something but make sure you change the File Type selection to 'All Files' and use the extension .bat at the end of your file name. You don't want the file to be a txt file but a bat file (which will initially open up command prompt, which then loads max at the specified priority level and after max loads up, the command prompt then exits).
I set my working conditions for 3dsmax to abovenormal...as this was stable enough but I could get away with setting it to high as there is not alot of background processes running on my system.
After the Start / you can set the following two performance options that are above 'normal', note one should not state realtime as this will hang the system and cause file corruption...however abovenormal works fine in most situations.
abovenormal
high
