S
S
shokw0w2015-10-13 05:42:13
cmd/bat
shokw0w, 2015-10-13 05:42:13

How to write a batch file to add exceptions to a proxy server?

We need a bat file to edit the proxy settings. Below is the option in which you need to add the addressa3564b1aac314bb39cd9f6d6199d8a56.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artem @Jump, 2015-10-13
curated by the

netsh winhttp set proxy
Write exceptions to the bypass-list and slip them when setting proxy parameters.

A
Alexander Slyzhuk, 2015-10-13
@SLYzhuk

Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"ProxyEnable"=dword:00000001
"ProxyServer"="10.0.0.4:8080"
"ProxyOverride"="localhost;127.0.0.1;bla- blah blah"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question