Task 3.27: Set up a task to restart services daily
...
Create batch file called Restart TraCS Services.bat - save this file to your desktop first, and then move it into the TraCSHelp folder in C:\Program Files (x86)
net stop "TraCS Batch Import Export"
net stop "TraCS Batch TransComm"
net stop "TraCS Email Service"
net stop "TraCS Notification Service"
net stop "ActiveDirectoryService" – only if enabled
net start "TraCS Batch Import Export"
net start "TraCS Batch TransComm"
net start "TraCS Email Service"
net start "TraCS Notification Service"
net Start"ActiveDirectoryService" – only if enabled
Create task to run at 4am (or time of your choice, do not interfere with when the batches are run)
Open Task Scheduler as admin
Add Task (Action | Create task)
...