Knowledge Base Article
Article Type: How To
Product: Symphony
Product Version:
Component: Symphony Server
Device Brands:
Created: 14-Sep-2011 10:50:05 AM
Last Updated:

How to disable and stop all tracker services

Solution

To disable and stop all tracker services, run the following in the command line:

FOR /L %a IN (1,1,20) DO SC CONFIG "AI Tracker %a" start= disabled && SC STOP "AI Tracker %a"

Replace '20' with the largest tracker number.

To re-enable all trackers, change the start= disabled parameter to start= automatic and rerun the command.

Average rating:
Please log in to rate.
Rated by 0, Viewed by 4539