25 Apr 2019 10:17 PM
Hello All,
I´m was trying to make process Cassandra be exhibited like as service. The process Elasticsearch is exhibited in transactions and services section, i would like something similar to this, any suggestions here?
Thanks a lot
Solved! Go to Solution.
26 Apr 2019 04:50 AM
its easy
sc create serviceName binpath= "path\to\service-wrapper-exe" optionName= optionValue...
Example :
sc create newservice binpath= c:\nt\system32\newserv.exe type= own start= auto depend= "RpcSs"