How to set the proxy settings in Windows via command line

Type this in the cmd window to set it :
set HTTP_PROXY=http://user:password@web-proxy.domain.com:port
(note that the setting will get deleted once you close the window)
set HTTPS_PROXY=http://user:password@web-proxy.domain.com:port

Comments

Popular posts from this blog

How to add a disk to LVM

How to configure proxy for common linux apps

How to migrate MediaWiki?