Retrieving proxy info from IE settings
-
Hello all I want to program an application which has to retrieve info reg whether the browser is using the proxyserver or not. I found this information in registry under HKEY_USERS\S-1-5-21-1614895754-1647877149-839522115-500\Software\Microsoft\Windows\CurrentVersion\Internet Settings But I would like to know whether this works on all windows machines or not. If there's any better way of retreiving this information, pls suggest. Thanks for your help. Hari.
-
Hello all I want to program an application which has to retrieve info reg whether the browser is using the proxyserver or not. I found this information in registry under HKEY_USERS\S-1-5-21-1614895754-1647877149-839522115-500\Software\Microsoft\Windows\CurrentVersion\Internet Settings But I would like to know whether this works on all windows machines or not. If there's any better way of retreiving this information, pls suggest. Thanks for your help. Hari.
Hi, Do you want to do that programatically ? HKEY_USERS info is user based. You will find similar such settings under HKEY_LOCAL_MACHINE too. -Sudha
-
Hi, Do you want to do that programatically ? HKEY_USERS info is user based. You will find similar such settings under HKEY_LOCAL_MACHINE too. -Sudha
Thanks for the reply. I found similar settings in HKEY_USERS. Hari.