SC 是用来与服务控制管理器和服务进行通信
net start 服务名
net stop 服务名
sc config 服务名 start= demand????//手动
sc config 服务名 start= auto??????//自动
sc config 服务名 start= disabled //禁用
sc start 服务名
sc stop?? 服务名
原文:怎样用cmd启动停止服务
sc (service control )
原文:https://www.cnblogs.com/rosendolu/p/10564996.html