(imported topic written by prasadk23)
Hi,
Anybody having a RP for pulling out the proxy?
Thanks,
PK
(imported comment written by dcheah)
Hi Prasad,
You can try if this works for you.
if (exists value “ProxyServer” of key “Software\Microsoft\Windows\CurrentVersion\Internet Settings” of (key whose ((it = name of current user as lowercase OR it starts with name of current user as lowercase & “@” ) of (it as string as lowercase) of value “Logon User Name” of key “Software\Microsoft\Windows\CurrentVersion\Explorer” of it) of key “HKEY_USERS” of registry)) then (value “ProxyServer” of key “Software\Microsoft\Windows\CurrentVersion\Internet Settings” of (key whose ((it = name of current user as lowercase OR it starts with name of current user as lowercase & “@” ) of (it as string as lowercase) of value “Logon User Name” of key “Software\Microsoft\Windows\CurrentVersion\Explorer” of it) of key “HKEY_USERS” of registry) as string) else “Not Found”