• Connections/Bypass Local Server (IE 6.0)

    Author
    Topic
    #430657

    I’m trying to write a WSH scripting file that automatically flags to the registry the option to “Bypass Proxy Server for Local Addresses”. This is found at the Connections/LAN Settings tab. Anyone have any idea how to do it? I was able to write a similar script to add zones to the Trusted site, but this one is a bit more complicated. You’d think that just tripping a flag would be easier electric
    …thx

    Viewing 0 reply threads
    Author
    Replies
    • #1006238

      Is there a readily identifiable value in the registry for this? The RegMon tool from SysInternals might be useful: toggle the value in IE and see what RegMon reports as being changed.

      • #1006339

        Thanks for the tip, J. I used the RegMon utility to some success. However, the key that is being altered is extremely complex. I can’t really see where the change is taking place as it is a multi-string entry at: HKLMSoftwaremicrosoftwindowscurrentversioninternetsettingsconnectionsdefaultconnectionsettings……whew toilet
        Whoda thought adding a zone (named parameter no less) would’ve been easier than just flipping a flag?

        OK, I got where it is marking itself. Inside the multivalue string it throws in the value !
        btw- the binary (hex) values is 3C 6C 6F 63 61 6C 3E 21 or !
        The placement in the string is dependent on if you have any sites listed as exceptions.
        If you do, it lists the sites first, then the local flag setting, then the name of the proxy and then some program code that the hex editor doesn’t decode.

        • #1006442

          Well that’s not good. My old VBScript book says the WSH Shell RegRead and RegWrite methods handle binary values as variant arrays of bytes. That should be interesting to hack away at… but not for me. grin I guess export that key to a .reg file so you have a backup handy.

    Viewing 0 reply threads
    Reply To: Connections/Bypass Local Server (IE 6.0)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: