bat文件运行即可,可以拖到开机自启项中,处理
专业版
@echo off
net start MSSQLSERVER
net start TPlusProAppService1300
net start TPlusProTaskService1300
net start TPlusProUpgradeService1300
net start TPlusProWebService1300
exit
标准版
@echo off
net start MSSQLSERVER
net start TPlusStdAppService1300
net start TPlusStdTaskService1300
net start TPlusStdUpgradeService1300
net start TPlusStdWebService1300
exit
注:服务名称,自己去管理工具-服务中查找然后输入
