Task 3.27: Set up a task to restart services daily
...
Create bat file called Restart TraCS Services.bat
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)
...