in reply to Re: Scriptable way to set a user's Proxy Server
in thread Scriptable way to set a user's Proxy Server

I was able to figure out how to set the proxy for IE but I do not think that Mozilla honors it. Is there a way to script setting the proxy settings for Mozilla?
  • Comment on Re^2: Scriptable way to set a user's Proxy Server

Replies are listed 'Best First'.
Re^3: Scriptable way to set a user's Proxy Server
by ghenry (Vicar) on Sep 19, 2005 at 17:42 UTC

    Update: Sorry, I forgot it was Mozilla. Just search with regedit for the right keys.

    I would use the same techique as previously mentioned.

    Google again gave, Running Firefox from a Network Drive, which gives you the HKEY locations in the registry. Have a look there with regedit and look for proxy.
    HTH.

    Walking the road to enlightenment... I found a penguin and a camel on the way.....
    Fancy a yourname@perl.me.uk? Just ask!!!
      Firefox does not store their user setting in the registry. In firefox,I can access/change them by typing "about:config" in the URL (look at network.proxy.type). I just cannot figure out how to do this via a script.