2008/04/26 06:12:33
matar

How to stop HC using net stop

I need to stop HC using net stop comand
what shold I call hc
for example to stop the www service you need to type
net stop w3svc
to stop the ftp type
net stop msftpsvc
what about hc services names
4 comments Leave a comment
HC Team
You can use following command:

net stop HCRemoting.exe*

* = use any HC Service name here.

________________________
HC Support Team
support@hostingcontroller.com
http://hostingcontroller.com
+1-213-341-1419
2008/04/29 05:43:56
matar
Do yuo mean
net stop HCRemoting.exe billing
net stop HCRemoting.exe main
net stop HCRemoting.exe admin

or what
please give me Services names
2008/04/30 03:09:30
HC Team
Here are the names of all HC7 services:

HCRemotingService.exe
HCSyncService.exe
HCServer.exe
HCMailService.exe
HCClient.exe
HCBillingService.exe
HCQuotaService.exe
HCBackupService.exe

You can stop all HC7 services individually or simply stop HC remoting service to stop all HC7 services simultaneously. You can also consult with this article to get to know about working of HC7 services.

________________________
HC Support Team
support@hostingcontroller.com
http://hostingcontroller.com
+1-213-341-1419
2008/04/30 06:19:09
matar
I did many trys
and finally I succeeded in what I want
it was
net stop HCRemoting
but it asked me to stop the other 6 services
I said y
when I tested to start this service using
net start HCRemoting
it started one service only
so I did start all the other services using

net start HCRemoting
net start HCSync
net start HCServer
net start HCMail
net start HCClient
net start HCBilling
net start HCQuota
net start HCBackup
2008/02/05 11:40:11

Comments are closed.