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. HDU 4540 线性DP

    威威猫系列故事——打地鼠 Time Limit: 300/100 MS (Java/Others)    Memory Limit: 65535/32768 K (Java/Others)Total ...

  2. js 函数对象

    函数是进行模块化程序设计的基础,编写复杂的Ajax应用程序,必须对函数有更深入的了解: javaScript中的函数不同于其他的语言,每个函数都是作为一个对象被维护和运行的,通过函数对象的性质,可以很 ...

  3. MissingNumber缺失的数字,FirstMissingPositive第一个缺失的正数

    MissingNumber问题描述:给定一个数组,数组数字范围是0-n,找到缺失的数字.例如nums={0,1,3},return2. 算法分析:第一种方法,对数组进行排序,然后找到和下标不一致的数字 ...

  4. ES6介绍二 函数的增强

    ES6对于函数的使用新增了很多实用的API,JS的函数跟很多后台语言PHP,ASP.NET开始看齐: 1. 参数默认值: 以前我们为了给函数创建默认值,必须用一种冗杂的语句,而且有歧义的语句. //E ...

  5. iOS UILabel两端对齐的实现(可包括中英文/数字)

    - (void)conversionCharacterInterval:(NSInteger)maxInteger current:(NSString *)currentString withLabe ...

  6. Django 之 分页

    1. urs.py # coding:utf-8 from django.conf.urls import url import views urlpatterns = [ # 分页练习 url(r' ...

  7. TF随笔-13

    import tensorflow as tf a=tf.constant(5) b=tf.constant(3) res1=tf.divide(a,b) res2=tf.div(a,b) with ...

  8. CUDA Samples: dot product(使用零拷贝内存)

    以下CUDA sample是分别用C++和CUDA实现的点积运算code,CUDA包括普通实现和采用零拷贝内存实现两种,并对其中使用到的CUDA函数进行了解说,code参考了<GPU高性能编程C ...

  9. jenkins轻松玩玩远程windows的进程

    飞测说:在持续集成的路上走了小半年,遇到的一些问题,今天来说一个折腾好几天的问题,和大家交流.我们都知道C#语言开发的,部署站点在IIS上,但是用持续集成的时候,发现经常因为w3wp进程导致文件无法覆 ...

  10. create newline in Github Bio

    /********************************************************************************* * create newline ...