-
Dependent on software or configuration issues on your PC, copssh service may sometimes not start properly. The problem can be a service, a device helper, anti virus, firewall and so on, interferencing operations of the copssh service.
A possible solution is to delay the service startup until the problem services are started successfully. You can use the procedure below to make copssh service dependent on MyService:
- Create the following REG_MULTI_SZ value in the registry if it doesn't exist before:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\OpenSSHServer\DependOnService
- Add MyService to the registry value created above. It is possible to specify multiple entries separated by space.
- Restart your PC.