Check the current proxy settings:
netsh winhttp show proxy
Set the proxy settings (bypassing local addresses):
netsh winhttp set proxy myproxyserver:8080 "<local>"
Reset/remove the proxy settings:
netsh winhttp reset proxy
No comments:
Post a Comment