Where does windows store dial-up proxy settings

  • Thread starter Thread starter James Henderson
  • Start date Start date
J

James Henderson

Where (registry?, file?) does Windows store the
proxy settings configured in Internet Explorer under
the Dial-up, Settings. For the LAN proxy settings it is in
the registry, but I couldn't find the dial-up proxy
settings anywhere. I need to read this information to
use it in an aopplication.
 
James,

I remember Alan answered this today. Ok.. The following locations seems to hold the Proxy Settings:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections
HKEY_CURRENT_USER\Software\Microsoft\windows\CurrentVersion\Internet Settings\ProxyEnable
HKEY_CURRENT_USER\Software\Microsoft\windows\CurrentVersion\Internet Settings\ProxyServer

DefaultConnectionSettings value under "Connections" key key seems to hold the LAN Proxy Settings.

--
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k
-----------------------------------------
MyDoom (A,B) and DoomJuice.A Worm Removal Tool:
http://www.microsoft.com/downloads/...e4-3d50-464d-a26c-9c287f8a08c5&DisplayLang=en
-----------------------------------------


Where (registry?, file?) does Windows store the
proxy settings configured in Internet Explorer under
the Dial-up, Settings. For the LAN proxy settings it is in
the registry, but I couldn't find the dial-up proxy
settings anywhere. I need to read this information to
use it in an aopplication.
 
Back
Top