How to obtain the location of proxy server

0

I am trying to follow the guide here to set up the proxy so I can do conda install behind a proxy. But the automatic configuration script is greyed out so I can't copy its path. How do I obtain it's value via another way e.g. via registry?

I am using Windows 7 and I have admin rights.

enter image description here

xiaodai

Posted 2017-10-12T23:17:40.157

Reputation: 1 200

2Are those settings possible set by a domain administrator? – music2myear – 2017-10-12T23:40:09.180

i got around it by ibstalling Python packages manually – xiaodai – 2017-10-16T20:39:18.050

Answers

1

Under registry item:

HKEY_LOCAL_MACHINE>SOFTWARE>POLICIES>INTERNET EXPLORER>CONTROL PANEL

there were AutoConfig Reg_DWord 1, and Proxy REG_DWord 1.

If these are set to 1 they grey out both options and the user whether an administrator or not cannot change them. This prevent a novice user from messing up the selections.

Please delete both of these reg_dwords and the options should be then changeable.

Kattee Lee

Posted 2017-10-12T23:17:40.157

Reputation: 511