cmd命令方式启动服务

sc create 服务名 binpath="D:\vsworkspace\CustomService\V1\SynchronizeGdkyProduct\SynchronizeGdkyProductService\bin\Debug\SynchronizeGdkyProductService.exe --service -r D:\vsworkspace\CustomService\V1\SynchronizeGdkyProduct\SynchronizeGdkyProductService\bin\Debug" start= DEMAND

启动:net start 服务名

卸载:sc delete 服务名

停止:net stop 服务名

你可能感兴趣的:(C#,服务,启动)