I have an ASA 5510 that we use for SSL VPN Client access.  The ASA distributes the AnyConnect (v2.4.1012) client installation.  The problem I'm running into os that the AnyConnect client removes the "Connections" tab from Internet Explorer settings dialogue whenever the AnyConnect client is connected.  It re-enables it on a graceful disconnect of the VPN client.  The trouble arises when a user abruptly closes the AnyConnect VPN client. The "Connections" tab is left hidden and subsequent connect/disconnects of the VPN client do not restore it.  This is very frustrating for our users as they are instructed to go the "Connections" tab to disable their proxy settings before attempting to run the VPN client so that it can reach the VPN server.  Then they are supposed to re-enable their proxy settings afterwards.  Not being able to access the settings tab sort of throws a wrench into the whole process.

I've discovered that the AnyConnect client creates a registry key:

[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Internet Explorer\Control Panel]
"ConnectionsTab"=dword:00000001
 
The dword value that it assigns is 1.  This tells the IE settings menu to hide the "Connections" tab.  You can edit the registry with regedit and set the value to "dword:00000000" and the Connections tab will no longer be hidden.  When you gracefully exit the AnyConnect client and it has created the key with a value of "dword:00000001" it will remove the key from the registry.  You won't find the key in existence when the AnyConnect client is not running.  If you add the key using regedit while the AnyConnect client is not running and set the value to "dword:00000000", from that point on the AnyConnect client will no longer modify this key.  It will only create/delete the key if it is not present when the AnyConnect client is started.
 
My problem is that I don't want to have to modicy the registry on each of the hundreds of computers in my organization.
 
Does anyone know of another way, possibly through the ASA's VPN client customization, that it can be configured to leave the IE "Connections" tab alone?
 
Thanks!
 
 
The solution:

Method 1

Try the below step to change the settings for the connections tab in internet explorer 9.

a)    Click on Start, type gpedit.msc to open group policy editor.

b)    Now navigate to the below mentioned location

Computer Configuration\Administrative Templates\Windows Components\Internet Explorer\Internet Control Panel

c)     Now double click on Disable the connection tab and make sure that it is set to Not configured

d)    Exit group policy and check if the issue persists.

Method 2

If the above step fails then scan and remove any malware or virus infections from the computer and check.

The below scan only works on 32 bit version of Windows

http://onecare.live.com/site/en-us/default.htm

 

You may use Microsoft security essentials to scan your computer

http://www.microsoft.com/security_essentials/

AnyConnect removes "Connections" tab from IE Settings solution的更多相关文章

  1. Debug / Inspect WebSocket traffic with Fiddler【转】

    Introduction I have recently written a project using SignalR, which supports HTML 5 WebSocket.  Howe ...

  2. Proxy settings in TortoiseSVN and command line svn client

    The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the ...

  3. Web Tab, Project Properties

    https://msdn.microsoft.com/en-us/library/aa983445(v=vs.100).aspx The Web tab of the project Properti ...

  4. 很好用的Tab标签切换功能,延迟Tab切换。

    一个网页,Tab标签的切换是常见的功能,但我发现很少有前端工程师在做该功能的时候,会为用户多想想,如果你觉得鼠标hover到标签上,然后切换到相应的内容,就那么简单的话,你将是一个不合格的前端工程师啊 ...

  5. AutoArchive settings explained

    AutoArchive settings explained Applies To: Outlook 2010 More... Less AutoArchive helps manage the sp ...

  6. Install LEDE on a BT Home Hub 5 / Plusnet One Router

    Overview / Purpose of this guide These instructions are for aimed at users of Windows but a lot of t ...

  7. ahjesus使用T4模板自动维护实体

    在entity项目里新建模板DBEntity.tt <#@ template debug="false" hostspecific="true" lang ...

  8. VirtualBox Network Config

    Sharing Host VPN with VirtualBox guest After looking for this solution everywhere, I finally found a ...

  9. weblogic JDBC Connection Pools--转官方文档

    http://docs.oracle.com/cd/E13222_01/wls/docs81/ConsoleHelp/jdbc_connection_pools.html#1106016 JDBC C ...

随机推荐

  1. 两个值相等的Integer的==比较问题

    @Test    public void testIntegerEqual() {        /** -128~127 之外的数**/        Integer tem = 129;      ...

  2. spring boot与spring mvc的区别

    Spring 框架就像一个家族,有众多衍生产品例如 boot.security.jpa等等.但他们的基础都是Spring 的 ioc和 aop ioc 提供了依赖注入的容器 aop ,解决了面向横切面 ...

  3. easyui combotree 异步树 前端写法js

    简要说下使用场景: combotree下拉框第一次加载时,请求一个接口,页面上展示顶层节点们(可以理解为最顶层的节点,比如所有的一级公司): 当点击其中一个节点前面的小三角展开时,再次请求服务器接口( ...

  4. php http build query

    http_build_query (PHP 5, PHP 7) http_build_query — 生成 URL-encode 之后的请求字符串 说明¶ string http_build_quer ...

  5. 转:XML 中的空白字符须知:xml:space

    了解 XML 空白字符的概念并掌握如何避免与之相关的问题的技巧. 2006 年 4 月发布 很多时候,您可能都没注意到,在 XML 中所做的更改影响着您访问 XML 文档中数据的方式.例如: < ...

  6. ps/sql developer 登录远程服务器

    Ref PLSQL Developer远程登录的方法

  7. 常见HTTP状态码(200、301、302、500等) 释义

    对网站管理工作者来说有个词不陌生,HTTP状态码,它是用以表示网页服务器HTTP响应状态的3位数字代码.状态码的第一个数字代表了响应的五种状态之一. 1XX系列:指定客户端应相应的某些动作,代表请求已 ...

  8. C# 实现网络时间同步功能

    using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.I ...

  9. i2c接口笔记

    一. i2c基础知识 1. NACK信号:当在第9个时钟脉冲的时候SDA线保持高电平,就被定义为NACK信号.Master要么产生STOP条件来放弃这次传输,或者重复START条件来发起一个新的开始. ...

  10. JFrog Artifactory CE c&&c++ 包管理工具

    JFrog Artifactory CE 支持conan 以及普通二进制c&&c++包管理 使用docker 进行环境的搭建测试 安装 docker run -d -p 8081:80 ...