When installing Kaspersky CyberTrace, several services are added in the operating system (see section "Installation on Windows systems").
Managing Kaspersky CyberTrace Service by using the SCM GUI
To manage Kaspersky CyberTrace Service by using the SCM GUI:
services.msc
, and then press Enter.The Services window opens. This window displays the list of all services registered in Windows. The current service status will be displayed in the Status column.
Services window
Managing Kaspersky CyberTrace Service by using the SCM via the command line
You can also manage Kaspersky CyberTrace services by using the Windows command line and SC utility.
To view the service status, use the following command:
sc query cybertrace |
To stop the service, use the following command:
sc stop cybertrace |
To start the service, use the following command:
sc start cybertrace |
To restart the service, use the following commands:
sc stop cybertrace sc start cybertrace |