Windows Update Through Proxy

  • To configure a proxy server by using the Netsh.exe tool
 
netsh winhttp set proxy proxyservername:portnumber
 
Exemplo: netsh winhttp set proxy 10.12.200.222:8080
 
  • To remove a proxy server by using the Netsh.exe tool
 
netsh winhttp reset proxy
 
 

Leave a Reply

Your email address will not be published. Required fields are marked *