NET STOP:服务没有响应控制功能?

发布于 2024-10-10 10:42:26 字数 311 浏览 0 评论 0原文

我正在尝试使用 .bat 脚本来停止 Windows Server 2008 上的两个服务(使用 net stop),

但收到一条错误消息:

The service is not responding to the control function.

More help is available by typing NET HELPMSG 2186.

Press any key to continue . . . 
Terminate batch job (Y/N)? 

是否知道导致此问题的原因以及如何克服此问题?

I'm trying to use a .bat script to stop two services on Windows Server 2008 (using net stop)

I get an error saying:

The service is not responding to the control function.

More help is available by typing NET HELPMSG 2186.

Press any key to continue . . . 
Terminate batch job (Y/N)? 

Is there any idea what is causing this and how to overcome this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

地狱即天堂 2024-10-17 10:42:26

你的问题不是批次问题,而是服务问题。

NET STOP 正在尝试停止服务,但服务未响应请求。

You don't have a batch problem, you have a problem with the service.

NET STOP is trying to stop the service, but the service is not responding to the request.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文