IE, Disable 'Automatically Detect Settings' Via GPO

Hi guys,
We have recently been having a small problem with IE, whereby the 'automatically detect settings' check box will get ticked - resulting in our users not being able to traverse our proxy server.
I use the User Configuration > Policies > Windows Settings > IE Maintenance > Connection to set up our proxy settings, however I can't see an option to explicitly disable the 'automatically detect settings' check box.
Is this located somewhere else in an admin template, or am I simply missing an option that is right in front of me?
Thanks.
Glen

here is a script that does the trick: source
http://www.craig-tolley.co.uk/2011/08/30/disable-automatically-detect-settings-in-internet-explorer/
Option Explicit
On Error Resume Next
'Create a constant for the HKEY_CURRENT_USER object
Const HKCU = &H80000001
'Define variables
Dim strComputer
Dim strRegistryKey
Dim objRegistry
Dim strRegistryValue
DIm binValue
strComputer = "."
strRegistryKey = "Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections"
strRegistryValue = "DefaultConnectionSettings"
'Connect to the Registry
Set objRegistry = GetObject("winmgmts:\\" & strComputer & "\root\default:StdRegProv")
'Retrieve the current settings.
objRegistry.GetBinaryValue HKCU, strRegistryKey, strRegistryValue, binValue
'Change the 'Automatically detect settings' box to unticked
binValue(8) = 05
'binValue(8) = 13 - Enable this line to check the box instead of uncheck
'Save the changes
objRegistry.SetBinaryValue HKCU, strRegistryKey, strRegistryValue, binValue

Similar Messages

  • IE LAN Settings: "Automatically detect settings"

    I'm currenting running Windows 7 Enterprise with IE8 and i'm having difficulty de-selecting the "Automatically detect settings" check box under LAN Settings.
    I've configured my proxy settings using a GPO under the Internet Explorer Maintenance which are applying successfully but the "Automatically detect settings" remains selected even though i have disabled "Automatically detect configuration settings".
    Can someone please help? I am trying to apply this on multipul computers so would prefer this to be done via GPO.

    Hi, Joanne
    Firstly uncheck “Automatically detect settings” at the server where you configure Group Policy.
    Or you can save below data to .reg file and input to your registry:
    Windows Registry Editor Version 5.00
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections]
    "DefaultConnectionSettings"=hex:46,00,00,00,bc,00,00,00,01,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,33,00,00,00,68,74,74,70,3a,2f,2f,73,\
    69,6e,70,72,6f,78,79,2e,66,61,72,65,61,73,74,2e,63,6f,72,70,2e,6d,69,63,72,\
    6f,73,6f,66,74,2e,63,6f,6d,2f,77,70,61,64,2e,64,61,74,9e,ac,06,29,cc,bb,cc,\
    01,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,9d,3c,3c,70,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,\
    00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00
    Then when you create GPP, it will get the registry entry value form current registry.
    In my test, the value is:
    460000000B00000001000000000000000000000000000000000000000000000020B9952FC3BBCC0100000000000000000000000002000000170000000000000000000000000000000000000000000001000000001C00000000000000000000000000000000200000002000000010000001000000ED0300000906020008000000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFFC0B0EAF9D426D011BBBF00AA006C34E4020000000A000066000000000000000000B55700000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
    Lawrence
    TechNet Community Support

  • Netsh and Automatically Detect settings

    Hi All,
    I have 'Automatically detect settings' checked in IE and the browser is picking the wpad file as expected. Having said that, I have been unsuccessful trying to set this proxy setting on a system wide level using netsh.
    I have executed the following command in netsh: "winhttp import proxy source=ie"
    I would have expected netsh to pick up the proxy from the auto detect settings but unfortunately no proxy is set as a result of executing that netsh command. Strange enough, if I were to set the proxy settings manually in IE, the netsh import command would
    pick this change and set the proxy successfully.
    Please note that I have attempted this on Windows XP and Windows 7 (using both 32 and 64 versions of netsh) and the 'winhttp import source=ie' only works on XP when automatically detect settings is set in IE.
    Any reason why netsh isn't picking up my auto detect settings on Win7?
    Thanks
    mskh

    Hi,
    Please make sure to follow guide in the following link to manually configure proxy settings with netsh
    Netsh Commands for Windows Hypertext Transfer Protocol (WINHTTP)
    http://technet.microsoft.com/en-us/library/cc731131(v=ws.10).aspx#BKMK_5
    Example in the link below can also be helpful
    http://support2.microsoft.com/kb/900935
    Or configure the proxy settings via registry if you want to global control this setting
    http://support2.microsoft.com/kb/819961
    Yolanda Zhu
    TechNet Community Support

  • Uncheck automatically detect settings of IE

    Hi
    I need to uncheck only "automatically detect settings" on XP workstation.
    I searched lots of Google but could not right solution.

    Hi,
    Thanks for your posting.
    You can create a GPO, link it to a scope (Site, Domain, or OU level) which contain user account object.
    Configure the GPO:
    User Configuration \ Policies \ Windows Settings \ Internet Explorer Maintenance \ Connection \ Automatic Browser Configuration \uncheck “Automatically detect configuration settings”
    For more and detail information, please check the simialr thread:
    uncheck "use automatic configuration script" in IE LAN settings
    http://social.technet.microsoft.com/Forums/en-US/05a7c683-075e-435c-8583-da8fd3559cf2/uncheck-use-automatic-configuration-script-in-ie-lan-settings
    Regards.
    Vivian Wang
    TechNet Community Support

  • Uncheck'Automatically detect settings' in Internet Explorer

    Hi All
    How to Uncheck 'Automatically detect settings' option in internet explorer using VBScript???

    You can set this in the registry, using batch or vbscript:
    HKCU/Software/Microsoft/Windows/CurrentVersion/Internet Settings/Connections/DefaultConnectionSettings
    The 9th Byte should be changed to 09, this sets the checkbox to automatically detect settings.
    I have used this to switch back between my auto-configuration script and automatically detect settings. If fast switching is what you are after I would use this approach, if you want to manage multiple computer, just push it via group policy.
    Source: https://groups.google.com/forum/?fromgroups=#!topic/microsoft.public.inetsdk.programming.scripting.vbscript/EGdKXiEcwG4
    Jaap Brasser
    http://www.jaapbrasser.com

  • ActiveX UAC and Proxy Settings via GPO

    Hi there,
    Wondering if anyone can help.
    I am experiencing the following issue when trying to load ActiveX control without UAC prompts for standard users.
    I have:
    Configured ActiveXInstaller Service and configured allowed sites and settings via GPO.
    Configured IE Security settings for the Trusted Zone to Allow ActiveX content to run via GPO.
    Configured IE to use per user proxy settings via GPO.
    Allowed the domain in our proxy and bypassed authentication for that domain.
    Everything seems to be in place but I receive a UAC prompt for the Internet Explorer Add-on Installer UNLESS I either turn off the IE proxy  settings or add the domain to the IE proxy exclusions list.
    Unfortunately neither of these are options in our environment..
    Anything I've missed?
    Thanks!

    Hi,
    Before going further, what's the operating systems you are using? How did you configure
    approved Installation Sites for ActiveX Controls and Active X installation policy for sites in Trusted zones settings?
    Regarding how to configure these two settings, we can refer to the following article for double check.
    Administering the ActiveX Installer Service in Windows 7
    http://technet.microsoft.com/en-us/library/dd631688(v=ws.10).aspx
    Besides, we can also run command gpresult/h gpreport.html with admin privileges to collect group policy result report to check if the policy settings are applied correctly.
    Best regards,
    Frank Shen

  • Disable Firewall for Windows 8.1 in Domain Location Network Settings via GPO

    I have Clients OS XP, 7, 8 and 8.1 Now I want disable only 8.1 firewall automatic via GPO. It's possible to apply only Windows version purpose with out any group and OU.
    Md. Ramin Hossain

    Hi Md,
    In addition to Carl's suggestions, regarding how to create queries for a specified version of Windows, the following article can be referred to for more information.
    Create WMI Filters for the GPO
    http://technet.microsoft.com/en-us/library/jj717288.aspx
    TechNetSubscriber Support
    If you are TechNetSubscription user and have any feedback on our support quality, please send your feedback here
    Best regards,
    Frank Shen

  • Error at RSOP while trying to set Audit settings via GPO

    Hello,
    i've configured Audit Policy via GPO and when i run RSOP on the server 2008 R2 i get X with the error "the policy engine did not attempt to configure the setting For more
    information, see %windir%\security\logs\winlogon.log on the target machine.
    Please help???

    Hi,
    This problem may occur if the "Force audit policy subcategory settings (Windows Vista or later) to override audit policy category settings" policy setting is enabled. To resolve this issue, use one of the following methods, as appropriate for your situation.
    Method 1: Disable the policy setting by using Group Policy Object Editor
    Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Options\Audit: Force audit policy subcategory settings (Windows Vista or later) to override audit policy category settings
    Method 2: Disable the policy setting by using Registry Editor
    Note: Please backup the registry key before modify.
    1.Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\LSA
    2.Right-click SCENoApplyLegacyAuditPolicy, and then click Modify.
    3.Type 0 in the Value data box, and then click OK.
    Restart the computer after you make the change.
    For more information, please refer to:
    Security auditing settings are not applied to Windows Vista-based and Window Server 2008-based computers when you deploy a domain-based policy
    http://support.microsoft.com/kb/921468/en-us
    RSOP: the policy engine did not attempt to configure the setting
    http://social.technet.microsoft.com/Forums/en-AU/winserverGP/thread/fde42cfc-bb74-4e11-8b60-c1a3cb5d80ed
    If the problem still continues, please check the %windir%\security\logs\winlogon.log and reply the information in this log.
    Regards,
    Bruce

  • Disable "Open in Browser" via GPO

    I've been asked to disable opening PDFs in Internet Explorer for our environment. The reason required is that we force Sharepoint customers to view any documents in the application for them, ie Word documents open in MS Office and so on. But Adobe Reader documents open within the browser meaning customers have to either open in a new tab or constantly browse back to the Document List page.
    We're running Internet Explorer 9, Windows 2008 R2 Active Directory and Windows 7 as our desktops/notebooks.
    I've created a  test GPO and applied it to one computer to disable the Adobe PDF Link Helper and the Adobe PDF Reader add-ons in Internet Explorer 9. When I open Internet Explorer 9 on my test machine and browse the Manage Add-ons area the 2 Adobe ActiveX features are listed as disabled but when I click on a link inside Internet Explorer it is still opening the PDF inside the web browser. Am I missing anything with this setting? I'm currently disabling the add-ons via the Computer Configuration > Policies > Administrative Templates > Windows Components > Internet Explorer > Security Features > Add-on Management > Add-on List. I then disable the 2 ActiveX programs using their Class ID and setting their value to 0.

    Hi Shane,
    The following registry keys Controls display of PDF files in browsers:
    Enable:
    [HKCU\Software\Adobe\<product name>\<version>\Originals]
    'bBrowserIntegration'=dword:00000001
    Enable & Lock:
    [HKLM\SOFTWARE\Policies\Adobe\<product name>\<version>\FeatureLockDown]
    'bBrowserIntegration'=dword:00000001
    Disable:
    [HKCU\Software\Adobe\ <product name>\<version>\Originals]
    'bBrowserIntegration'=dword:00000000
    Disable & Lock:
    [HKLM\SOFTWARE\Policies\Adobe\<product name>\<version>\FeatureLockDown]
    'bBrowserIntegration'=dword:00000000
    Regards,
    Rave

  • TS1814 I followed the instructions that were mentioned here and the "automatically detect settings" box was aleady marked with a "V".

    What should I do in order to update my software (ipad 2)?
    Thanks for your help.

    Okay.
    On rare occasions I've sseen the error caused by LSP trouble. To check on that, see the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store

  • IE8 Automatic detect setting uncheck

    Hi All,
    I need your help to uncheck  the IE automatic detect settings via GPO, already i have configred my GPO, which i havent enabled the automatic detect settings. But still my users are not able to browse the intranet pages due to this setting enabled automatically
    in the IE8. Kindly help me how to fix this issue, as i have gone through so many forums, but i couldnt get a solid answer for this.

    Hi,
    Sorry, I misunderstand your posting before.
    Okey, now please check the GPO version through Group Policy Management console\GPO preperties\Details tab\, make sure user version (AD) and (Sysvol) has the same version.
    Generate a Group Policy result for a user through Group Policy Management Console, check applied user GPO, check whether the GPO version.
    Go back to GPO, edit the GPO settings, check “Automatically detect configuration settings”, save it, GPO version will update.
    Once again, go back to GPO, edit GPO settings, uncheck “Automatically detect configuration settings”, save it, GPO version will update.
    On your client computer, run Gpupdate /force to apply modified GPO and check the result.
    If still don’t work, you may use group policy to modify registry to uncheck that option.
    HEY_CURRENT_USER\Software\Microsoft\Windows\Currentversion\Internet Settings\Connection
    Get a module value from a computer which “Automatically detect configuration settings” is unchecked.
    For more information please refer to following MS articles:
    The Automatically Detect Settings feature is turned on even with restricted access in Internet Explorer 6
    http://support.microsoft.com/kb/830849
    Lawrence
    TechNet Community Support

  • Turn off Auto Detect Settings in IE using GPO

    As a follow-up on some kind of bug in sharepoint ( http://social.technet.microsoft.com/Forums/en/sharepointgeneral/thread/f3dbe651-be99-491b-8c6c-fc4792ae0b22 ) I need to turn off Auto detect settings in IE on all my clients, as this speeds up sharepoint
    on many clients.
    "The Internet Explorer Maintenance settings can be set in two modes: policy mode (to enable by Computer Configuration\Administrative Templates\System\Group Policy\Internet Explorer Maintenance policy processing) or preference mode(to enable by right-clicking
    Internet Explorer Maintenance)." (snipped from http://social.technet.microsoft.com/Forums/en-US/winserverGP/thread/57d81da5-de30-4930-8649-197d204b2a6c )
    Well, I have problem configuring Automatically detect settings. I have no trouble changing other parts of the same policy (changes are applied to all my computers), e.g. trusted sites and such. However I cannot turn off Auto Detect settings. I wonder if unchecking
    Auto Detect Settings really means "no change"/unconfigured?
    Is the only option then to use a hardcoded reg change?
    HKEY_CURRENT_USER\SOFTWARE\Policies\Microsoft\Internet Explorer\ControlPanel\Autoconfig ?

    As of IE10/11, this should be set in Group Policy Preferences:  [https://msdn.microsoft.com/en-us/library/dn338129.aspx]
    User Configuration
       └ Preferences
          └ Control Panel Settings
             └ Internet Settings
    Create a new IE10 configuration.
    Remember you can enable or disable these settings within a preference item by pressing function keys:
    F5
    Enable all settings on the current tab.
    F6
    Enable the currently selected setting.
    F7
    Disable the currently selected setting.
    F8
    Disable all settings on the current tab.

  • Windows 8 and IE10 not accepting Proxy Settings via Group Policy

    We have recently introduced a couple of Windows 8 computers in our network, and we are having issues applying the Internet Explorer Proxy Server settings.
    We use a Microsoft TMG 2010 server as our proxy server for accessing the internet.
     We have been using a GPO with the following settings to automatically configure our Windows 7 computers running IE9 with the appropriate Proxy settings:
    User Configuration\Policies\Windows Settings\Internet Explorer Maintenance\Connection/Proxy Settings
    “Enable Proxy Settings” : Checked
    “Address of proxy” : server.domain.local
    “Port” : 8080
    “Use the same proxy server for all addresses” : Checked
    “Exceptions” : Here we have a list of several internal or partner sites that should not be proxied.
    This GPO has worked beautifully for our Windows XP and Windows 7 users with IE 7, 8 and 9.
     Now with Windows 8 and IE10, this no longer works. 
    I’ve therefore added a Windows Server 2012 Domain Controller to the network, and using GPMC on that new DC, I created a new GPO with the following settings:
    User Configuration\Preferences\Control Panel Settings\Internet Settings\Internet Explorer 10
    Now, seeing as these are preferences, it’s a little different.  But, I’ve “checked off” the option “Use a proxy server for your LAN” as well as “Bypass proxy server for local addresses”. 
    Then I click on “Advanced” and setup all my proxy settings the way I would like them, including the proxy server name, port and exceptions list.
    When this new group policy gets applied to my Windows 8 PC, the only setting that gets applied is the “Use a proxy server for your LAN”. 
    It does not configure the name or port of the proxy server nor does it configure the exceptions list. 
    If I go back to the GPMC, and edit the new GPO, the settings are all there. 
    However, if I just view the settings from the main GPMC screen (without opening the GPO itself), 
    I don’t see all of those settings (again, only the one “Use a proxy server…”)
    What am I missing???

    Hi All, - (Revised Answer by myself)<o:p></o:p>
    I banged my head against the keyboard on this one for some time trying to get this group policy to apply.  I
    did every thing that was suggested, learning about the F6 and F7 keys to Green underline and Red underline the options required and not required.  I even gave in and used the registry settings and it still did not work.  It turned out that I had
    2 issues.  The first one is obvious and the second not so obvious, this is how it is setup:
    I have a 2012 R2 Standard DC with Windows 8.1 clients/workstations and IE 11.  As you are aware you must make
    sure that the following are underlined in green:
    Automatically detect settings - (but not ticked)<o:p></o:p>
    Use proxy server for your LAN<o:p></o:p>
    Bypass Proxy for local address<o:p></o:p>
    Next I made sure that the following had red dotted lines:
    Address<o:p></o:p>
    This still didn't work, so I went through my 'Do Not use proxy servers for addresses beginning with' removed all
    of these and then re-added one by one until the problem materialized.  The first issue was when using wildcards I had added an entry with the following:
    http://domain.subdomain.com/*
    Then caused my proxy fields not to be applied, I re-added this just with:<o:p></o:p>
    http://domain.subdomain.com/
    <o:p>This next one is IMPORTANT.</o:p>
    I had these entries in a Word document of which I had copied and pasted from the entry box for 'Do
    Not use proxy servers for addresses beginning with'.  As shown in the screen shot above provided by SVEN_BURGER I had very similar entries:
    http://domain.subdomain.com/;10.*.*.*;172.27.*.*;http://172.27.*.*
    Each time I copied and pasted the line (+ more) above the proxy field on the Windows 8.1 client
    be blank after using 'gpupdate /force' I then noticed that in my Word document the whole string was being seen as 1 URL due to the http part at the beginning, so I changed my entry to look like this:
    10.*.*.*;172.27.*.*;http://172.27.*.*;http://domain.subdomain.com/
    I again noticed that this section:
    http://172.27.*.*;http://domain.subdomain.com/
    Was being seen as one URL in my Word document.  To resolve this I had to add the URL's individually and
    apply and OK these before going back in and making the next entry.  So I ended up adding them all individually after separating the
    URL's in my Word document.
    I hope this helps.

  • Sites work using manual proxy but not with automatic detect

    I asked this in the ISA forum but they said since the WPAD file isn't generated by ISA to cross-post over here.
    We have an ISA 2006 build 5.0.5712 operating as our web proxy. We have WPAD configured both in DNS and in DHCP to point to this ISA server. There are two sites (rentsentinel.com and epmsonline.com) which when we use the 'Automatically detect settings' option
    in IE8, it either gives red X's in part of the homepage (rentsentinel), or doesn't show the page at all (epms). If we manually specify the proxy settings for this same server, it works fine. It would also appear that one can browse fine on random sites, but
    once we attempt to browse to one of these two sites,  that further browsing to other sites no longer works, even those we visited in the same browsing session.
    If I manually specify the http://wpad/wpad.dat file in the config field, no change in behavior. But if I use that same entry in Firefox, both websites render fine. Our wpad.dat is included below, with our internal domain
    name switched to domain.com.
    I'm looking for help on getting these sites working correctly with automatic detection. Thanks!
    //Copyright (c) 1997-2006 Microsoft Corporation
    BackupRoute="DIRECT";
    UseDirectForLocal=true;
    function MakeIPs(){
    this[0]="127.0.0.0";
    this[1]="255.0.0.0";
    this[2]="127.0.0.1";
    this[3]="255.255.255.255";
    this[4]="159.10.3.201";
    this[5]="255.255.255.255";
    this[6]="159.10.3.202";
    this[7]="255.255.255.254";
    this[8]="159.10.3.204";
    this[9]="255.255.255.252";
    this[10]="159.10.3.208";
    this[11]="255.255.255.254";
    this[12]="64.244.122.129";
    this[13]="255.255.255.255";
    this[14]="66.45.70.181";
    this[15]="255.255.255.255";
    this[16]="10.0.0.0";
    this[17]="255.0.0.0";
    this[18]="128.0.0.0";
    this[19]="192.0.0.0";
    this[20]="192.0.0.0";
    this[21]="224.0.0.0";
    this[22]="240.0.0.0";
    this[23]="248.0.0.0";
    this[24]="248.0.0.0";
    this[25]="252.0.0.0";
    this[26]="252.0.0.0";
    this[27]="254.0.0.0";
    this[28]="254.0.0.0";
    this[29]="255.0.0.0";
    this[30]="255.0.0.0";
    this[31]="255.128.0.0";
    this[32]="255.128.0.0";
    this[33]="255.192.0.0";
    this[34]="255.192.0.0";
    this[35]="255.224.0.0";
    this[36]="255.224.0.0";
    this[37]="255.240.0.0";
    this[38]="255.240.0.0";
    this[39]="255.248.0.0";
    this[40]="255.248.0.0";
    this[41]="255.252.0.0";
    this[42]="255.252.0.0";
    this[43]="255.254.0.0";
    this[44]="255.254.0.0";
    this[45]="255.255.0.0";
    this[46]="255.255.0.0";
    this[47]="255.255.128.0";
    this[48]="255.255.128.0";
    this[49]="255.255.192.0";
    this[50]="255.255.192.0";
    this[51]="255.255.224.0";
    this[52]="255.255.224.0";
    this[53]="255.255.240.0";
    this[54]="255.255.240.0";
    this[55]="255.255.248.0";
    this[56]="255.255.248.0";
    this[57]="255.255.252.0";
    this[58]="255.255.252.0";
    this[59]="255.255.254.0";
    this[60]="255.255.254.0";
    this[61]="255.255.255.0";
    this[62]="255.255.255.0";
    this[63]="255.255.255.128";
    this[64]="255.255.255.128";
    this[65]="255.255.255.192";
    this[66]="255.255.255.192";
    this[67]="255.255.255.224";
    this[68]="255.255.255.224";
    this[69]="255.255.255.240";
    this[70]="255.255.255.240";
    this[71]="255.255.255.248";
    this[72]="255.255.255.248";
    this[73]="255.255.255.252";
    this[74]="255.255.255.252";
    this[75]="255.255.255.254";
    this[76]="255.255.255.254";
    this[77]="255.255.255.255";
    DirectIPs=new MakeIPs();
    cDirectIPs=78;
    function MakeCARPExceptions(){
    CARPExceptions=new MakeCARPExceptions();
    cCARPExceptions=0;
    function MakeNames(){
    this[0]="gracehill.com";
    this[1]="*.cna.com";
    this[2]="*.itsolutions.com";
    this[3]="*.rentsentinel.com";
    this[4]="domain.com";
    DirectNames=new MakeNames();
    cDirectNames=5;
    HttpPort="8080";
    cNodes=1;
    function MakeProxies(){
    this[0]=new Node("hades-1.domain.com",0,1.000000);
    Proxies = new MakeProxies();
    function Node(name, hash, load){
    this.name = name;
    this.hash = hash;
    this.load = load;
    this.score = 0;
    return this;
    function FindProxyForURL(url, host){
    var hash=0, urllower, i, fIp=false, ip, nocarp=false, skiphost=false;
    var list="", pl, j, score, ibest, bestscore;
    urllower = url.toLowerCase();
    if((urllower.substring(0,5)=="rtsp:") ||
    (urllower.substring(0,6)=="rtspt:") ||
    (urllower.substring(0,6)=="rtspu:") ||
    (urllower.substring(0,4)=="mms:") ||
    (urllower.substring(0,5)=="mmst:") ||
    (urllower.substring(0,5)=="mmsu:"))
    return "DIRECT";
    if(UseDirectForLocal){
    if(isPlainHostName(host))
    fIp = true;}
    for(i=0; i<cDirectNames; i++){
    if(shExpMatch(host, DirectNames[i])){
    fIp = true;
    break;}
    if(shExpMatch(url, DirectNames[i]))
    return "DIRECT";
    if(cDirectIPs == 0){
    if(fIp)
    return "DIRECT";}
    else{
    ip = host;
    if(fIp)
    ip = dnsResolve(host);
    var isIpAddr = /^(\d+.){3}\d+$/;
    if(isIpAddr.test(ip)){
    for(i=0; i<cDirectIPs; i += 2){
    if(isInNet(ip, DirectIPs[i], DirectIPs[i+1]))
    return "DIRECT";}}
    else if(isPlainHostName(host))
    return "DIRECT";
    if(cCARPExceptions > 0){
    for(i = 0; i < cCARPExceptions; i++){
    if(shExpMatch(host, CARPExceptions[i])){
    nocarp = true;}
    if(shExpMatch(url, CARPExceptions[i])){
    nocarp = true;
    skiphost = true;
    break;
    if(!skiphost)
    hash = HashString(host,hash);
    if(nocarp)
    hash = HashString(myIpAddress(), hash);
    pl = new Array();
    for(i = 0; i<cNodes; i++){
    Proxies[i].score = Proxies[i].load * Scramble(hash ^ Proxies[i].hash);
    pl[i] = i;
    for(j = 0; j < cNodes; j++){
    bestscore = -1;
    for(i = 0; i < cNodes-j; i++){
    score = Proxies[pl[i]].score;
    if(score > bestscore){
    bestscore = score;
    ibest = i;
    list = list + "PROXY " + Proxies[pl[ibest]].name + ":" + HttpPort + "; ";
    pl[ibest] = pl[cNodes-j-1];
    list = list + BackupRoute;
    return list;
    var h_tbl = new Array(0,0x10D01913,0x21A03226,0x31702B35,0x4340644C,0x53907D5F,0x62E0566A,0x72304F79,0x8680C898,0x9650D18B,0xA720FABE,0xB7F0E3AD,0xC5C0ACD4,0xD510B5C7,0xE4609EF2,0xF4B087E1);
    function HashString(str, h){
    for(var i=0; i<str.length; i++){
    var c = str.charAt(i);
    if(c ==':' || c == '/') break;
    c = CharToAscii(c.toLowerCase());
    h = (h >>> 4) ^ h_tbl[(h ^ c) & 15];
    h = (h >>> 4) ^ h_tbl[(h ^ (c>>>4)) & 15];
    h = MakeInt(h);
    return h;
    function Scramble(h){
    h += ((h & 0xffff) * 0x1965) + ((((h >> 16) & 0xffff) * 0x1965) << 16) + (((h & 0xffff) * 0x6253) << 16);
    h = MakeInt(h);
    h += (((h & 0x7ff) << 21) | ((h >> 11) & 0x1fffff));
    return MakeInt(h);
    var Chars =" !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~€???????????Ž????????????ž? ¡¢£¤¥¦§¨©ª«¬­®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖ×ØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ ";
    function CharToAscii(c){
    return Chars.indexOf(c) + 32;
    function MakeInt(x){
    x %= 4294967296;
    if(x < 0)
    x += 4294967296;
    return x;

    Hi,
    Sorry for the late response.
    Since the issue is complex and difficulty to troublshooting, we discussed for some time corssing the specialty. Here is some direction we may let you know to do further troubleshooting:
    capture network trace to confirm whats happening across the wire.
    confirm the wpad.dat is the expected.
    If you have any difficulty when doing this, we suggest you to contact with IT Pro Support via the link below:
    http://technet.microsoft.com/en-us/ms772425?WT.mc_id=SMCfoot_ENUS_TEXT
    I think it can help you define the root cause via some deeper tools due to the complicated symptom you have.
    I appreciate your understanding and time.
    Best Regards,
    Annie Gu

  • Cannot update iPod software even after setting automatic detection

    Hi, I've been trying to update the software on my 5th gen iPod but to no avail. I've recently bought the pod and just installed iTunes. It informed me that an update was available for the iPod but I can't get it! Everytime I click on Update in the Version section on iTunes, it says "iTunes could not contact the iPod software update server because you are not connected to the internet....Make sure you internet connection is active and try again". The connection is active and i've even tried the method in the hot topics support section telling you to go to 'LAN settings' under the 'Connections' tab in Internet Options and under Automatic Configuration, set it to 'Automatically Detect settings' but this has still not worked. Can someone please help me as this is doing my head in?!!!

    yea... something like that is happening to me... when i try to update it (with itunes 7) it says that my firmware is "corrupt".... i dont know what this means because it had no problem updating b4... and no i didnt try to put linux or anything on it. it just wont update.
    and if anyone knows.... y does my itunes symbol look like a picture with a camera in the corner... i just downloaded itunes 7 to my friend's computer and it looks just like last itunes but instead of a green music note infront of a cd... its a blue music note infront of a cd... and when i plugged my ipod into his computer it said that my ipod is up to date.... y is that?

Maybe you are looking for

  • Safari & all other browsers unexpectedly quite

    Hi Folks, We are having an issue with an iMac in our studio, that since setup (very recently, along with another identical machine which is working 100%), all the various web browers that we have installed seem to unexpectedly quit quite soon after l

  • Looking for exchange service

    I currently have my iPhone configured with a mobile me Account which I have been pleased with for the Most part. The mobile me syncs with the iPhone and a local outlook client on my ms windows desktop. Calendar contacts and mail all work correctly. I

  • Airport disconnects when there's more than one device

    I've got a really weird problem.. I have an Apple Airport Extreme 802.11n 3rd Generation. Software version 7.6 When more than one device connecrts to the base station it will disconnect everyone and then all devices will go into a connect/disconnect

  • DC build takes a long time

    Hi all I'm working on ESS Travel Management, and the number of used components is somewhere around 32! This makes the DC really huge, and it takes a lot of time (close to 20 minutes) to build it, 2-3 mins to save any changes, and close to 5 minutes t

  • Slideshow automatic start option

    I am wondering if it would be possible to start a slideshow automatically as the pages is loaded. i have created one using photoshop. I used the Flash Gallery 2 under the File>Automate>Web Photo Gallery option. I want it to sit on the homepage and pl