zoukankan      html  css  js  c++  java
  • Cisco IPC Emergency Responder Error

    Upon startup of the newer Cisco IP Communicator clients (especially on Windows Vista/7), sometimes you’ll get an error: Unable to initialize support for Cisco Emergency Responder service

    Workaround
    To prevent this message on start-up, you’ll need to do this simple workaround.

    1) On your Windows Vista/7 machine, click start and type ‘regedit’
    2) When regedit.exe appears at the top of the list, right-click on it and run it as an Administrator
    3) Then in the registry, go to:

           Windows 7 64-bit  >
                HKEY_Local_MachineSoftwareWow6432NodeCisco Systems, Inc.Communicator

           Windows 8 32-bit  >
                HKEY_Local_MachineSoftwareCisco Systems, Inc.Communicator

    4) Create a new DWORD key called ‘EnableCDP’ (no spaces) and give it the value of 0 (zero)

    Close and re-open your IP Communicator software and the error will go away.

  • 相关阅读:
    *Binary Tree Inorder Traversal
    First Unique Character in a String
    回溯法模板
    *Linked List Random Node
    *Odd Even Linked List
    *Maximum Product of Word Lengths
    Flatten 2D Vector
    Docker (dockerfile)
    Docker数据卷
    Docker入门
  • 原文地址:https://www.cnblogs.com/oskb/p/3757152.html
Copyright © 2011-2022 走看看