Hi. I am using Anki behind company proxy. But sometimes I also using Anki on different network without proxy. I made 2 reg files:
for add info about proxy
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Environment]
“https_proxy”=“http://user:pass@proxy.address:port”
for remove info about proxy
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Environment]
“https_proxy”=-
If I use these reg files to add/remove these environmental variables on Windows 10, I receive error
11011 when trying to sync… Any idea how to fix it? (I am using reg files first and after that I am starting Anki… I didnt try to restart the system-a lot of running apps)
Anki: 2.1.40
For developers: Is it possible to check first If I have proxy settings turned on in “Local Area Network (LAN) Settings” and then use environmental variables?