Ok - so here is the approach I've been taking with ProTools. PT is notoriously hard on Windows machines. The issues are available memory and conflicts with other running software. To free things up, rather than starting PT using the supplied shortcut, I run it from a .bat file that unoads a number of non-essential sevices from Windows rior to launching PT. When I say non-essential, I mean non-essential while Pt is running. As my machine is primarily a recording device first, I don't bother to re-load the services on exit from PT though that would be easy enough. I've gained a HUGE amount of stability.
This technique is something I found over at the ProTools DUC and is not something I conceivd of myself so credit belongs elsewhere. me ? I'm just glomming on ...
echo **********************************************
echo If you need to find services quickly, goto
echo start>run> and type (services.msc)
echo **********************************************
net stop "Alerter"
net stop "Automatic Updates"
net stop "Error Reporting Service"
net stop "Event Log"
net stop "Print Spooler"
net stop "Remote Registry"
net stop "Terminal Services"
echo **********************************************
echo My services...
echo **********************************************
net stop "Symantec AntiVirus"
net stop "Symantec AntiVirus Definition Watcher"
net stop "Symantec Event Manager"
net stop "Symantec Network Drivers Service"
net stop "Symantec Settings Manager"
net stop "Help and Support"
net stop "Infrared Monitor"
net stop "DNS Client"
net stop "IPSEC Services"
net stop "Network Connections"
echo **********************************************
echo Processes
echo **********************************************
TASKKILL /F /IM "wmiprvse.exe"
TASKKILL /F /IM "rundll32.exe"
TASKKILL /F /IM "explorer.exe"
echo **********************************************
echo Start Pro Tools
echo **********************************************
"C:\Program Files\Digidesign\Pro Tools\ProToolsLE.exe"
NOTE - above is the code from the PT DUC post found at
http://duc.digidesign.com/showthread.php?t=214201
Some of those services don't apply to me so I removed those lines from the .bat Those referencing Symantec for instance.
I was ready to junk PTLE before I finally got it stable ... I still may in favor of regressing to a Tascam all in one like the 2488 or whatever the current stable edition after winter NAMM rolls around this year... it won't be for the stability but for the more analog work flow though.