zoukankan      html  css  js  c++  java
  • Error 1061: The Service Cannot Accept Control Messages At This Time

    Error 1061 The Service Cannot Accept Control Messages At This Time

    1. Open Services snap-in by running services.msc command.

    2. Try to identify the dependency services for the service with which you’re facing the issue. Then attempt to stop them. In our case, the dependency service which Network List Service, also failed to stop with same error. It is the real culprit which prevented stopping of Network Location Awareness service.

    Error 1061 The Service Cannot Accept Control Messages At This Time

    3. So we double clicked on the service and noted down its Service name.

    Error 1061 The Service Cannot Accept Control Messages At This Time

    4. Then we opened Task Manager and switched to Services tab. Now we were able to locate the service here with its Service name obtained from previous step. Now we noted down its process ID (PID).

    Error 1061 The Service Cannot Accept Control Messages At This Time

    5. Next, we switched to Details tab on Task Manager and searched for PID we got in previous step. Now we’re able to locate the host which was carrying the problematic process. We selected this host and hit End task button.

    Error 1061 The Service Cannot Accept Control Messages At This Time

    6. A confirmation prompt immediately appeared to block/confirm us for this operation. We hit End process button then.

    Error 1061 The Service Cannot Accept Control Messages At This Time

    7. This finally stopped the problematic process and we confirmed the same from Services tab.

    Error 1061 The Service Cannot Accept Control Messages At This Time

    We also checked the Services snap-in and re-confirmed that the service was stopped.

    So in this way, you can stop any service which is giving your error 1061.

    To demonstrate above solution, you can checkout this video:

  • 相关阅读:
    线性回归学习历程
    CART决策树的学习历程
    markdown测试
    开张大吉+代码测试
    使用tomcat启动dubbo项目
    ThreadLocal 工作原理、部分源码分析
    Dubbo项目demo搭建
    redis 操作 list 的测试
    redis 操作 hash 的测试
    redis 操作string 的测试
  • 原文地址:https://www.cnblogs.com/ganting/p/13825067.html
Copyright © 2011-2022 走看看