S
sen
I am trying to execute Windows proxy settings from the right click of
explorer. So far I have added text "Proxy" to the right click which was the
easy part. Now I need help on how to open the Proxy Settings window. I
beleive I now the correct method but I dont know the "path" or "call
reference"
CODE:
Windows Registry Editor Version 5.00
[HKEY_USERS\S-1-5-21-1454471165-2052111302-725345543-1004\Software\Microsoft
\Internet Explorer\MenuExt]
[HKEY_USERS\S-1-5-21-1454471165-2052111302-725345543-1004\Software\Microsoft
\Internet Explorer\MenuExt\Proxy]
Im guessing that the next line should look like one of the two following
lines of code
@="PATH"
OR
"Exec"="PATH"
Also is it possible that all these windows are references to CLSIDs. If so
is there a source which will tell me what CLSID is what?
explorer. So far I have added text "Proxy" to the right click which was the
easy part. Now I need help on how to open the Proxy Settings window. I
beleive I now the correct method but I dont know the "path" or "call
reference"
CODE:
Windows Registry Editor Version 5.00
[HKEY_USERS\S-1-5-21-1454471165-2052111302-725345543-1004\Software\Microsoft
\Internet Explorer\MenuExt]
[HKEY_USERS\S-1-5-21-1454471165-2052111302-725345543-1004\Software\Microsoft
\Internet Explorer\MenuExt\Proxy]
Im guessing that the next line should look like one of the two following
lines of code
@="PATH"
OR
"Exec"="PATH"
Also is it possible that all these windows are references to CLSIDs. If so
is there a source which will tell me what CLSID is what?