View Single Post
  #2  
Old 11-10-2008, 01:59 AM
mandal mandal is offline
Member
 
Join Date: Dec 2005
Location: Norway, Mandal
Posts: 279
Default Re: Windows Vista Optimizations (no hardware profile?)

Here is my BAT file for starting PT 7.4 LE (are there other services that I can switch off?)


echo **********************************************
echo If you need to find services quickly, goto
echo start>run> and type (services.msc)
echo **********************************************
net stop "Print Spooler"
net stop "Terminal Services"

echo **********************************************
echo Delete Digidesign database folder
echo **********************************************
rd /s/q "C:\Digidesign Databases"
rd /s/q "E:\Digidesign Databases"

echo **********************************************
echo My services...
echo **********************************************
net stop "Symantec Endpoint Protection"
net stop "Symantec Event Manager"
net stop "Symantec Management Client"
net stop "Symantec Network Access Control"
net stop "Symantec Settings Manager"
net stop "Network Connections"

echo **********************************************
echo My old services...
echo **********************************************
net stop "DNS Client"
net stop "Network Connections"
net stop "Bluetooth Support Service
net stop "Windows Firewall"
net stop "Windows Update"

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"

echo **********************************************
echo Close this window
echo **********************************************
exit
__________________
Microsoft Windows 11 Home 64-bit OEM DVD
Avid OMNI PCIe
Pro Tools Ultimate 2023.12
CPU: Intel Core i9-10980XE
Motherboard: Gigabyte X299X AORUS MASTER E-ATX
RAM: 64 GB Crucial Ballistix Sport LT DDR4
Screen card: MSI GeForce GTX 1660 VENTUS XS OC
Reply With Quote