sc create YY.SmsPlatform.RemoteDataCenter binPath= "E:\YY.SmsPlatform\YY.SmsPlatform.RemoteDataCenter\YY.SmsPlatform.RemoteDataCenter.exe"

手工设置Windows服务依赖关系,达到启动某一服务后再启动另一服务

例:

sc config "服务名" depend= "服务名"

sc config "Archive Data Load Service" depend= mssqlserver

启动SQL服务后再启动AM服务

*注意=后空格

相关文章:

  • 2022-01-25
  • 2021-12-31
  • 2022-03-01
  • 2021-12-07
  • 2021-07-27
  • 2021-10-31
  • 2021-10-20
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
  • 2021-08-26
  • 2022-01-04
  • 2021-09-17
  • 2022-12-23
相关资源
相似解决方案