Hello,
I'm writing a C++ software that's supposed to set proxy settings for all users. I succeeded at disabling the per-user-proxy-settings through the COM Group Policy objects but I cannot find where to define the machine-wide proxy settings. The most logical answer was to modify the values under the registry key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings but IE seems to be ignoring them. Any ideas as how to set the proxy settings in this case ?