net start service_name //开始服务 net stop service_name //停止服务 如:启动停止mysql服务 net stop mysql net start mysql