手工添加window 服务依赖
?
这里是bat文件
复制就可以添加
@echo off
echo set the window depends
sc config ?"xxxx服务" depend= "xxxx服务"
pause