Hi All,
I've gone through the search but the results are very old.
I want to use the registry2 object to change the proxy settings after a button has been clicked.
When a user clicks "proxy off" i want the registry to
set current key to "HKEY_CURRENT_USER\Software\Microsoft\Windows\Curr entVersion\Internet Settings"
set value of "ProxyEnable" of Current key to 0
(or set value of "ProxyEnable" of Current key to 1) to re enable.
However, it doesn't appear to change the key.
Anything I'm doing wrong? As I am running 64bit windows is this any issue?
I did notice in the registery itself' under this EnableProxy setting it does say 32bit DWORD.
Thanks