Open the registry to this key :
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services
Search [F3] for the executable of your service.
Check for the key "DisplayName" wich is the name of the service.
Then use the DOS command:
net start Service
Where Service is the value found in "DisplayName".