Blog
Projects
About
Backtrack:
Blog
›
How to set proxyserver for Win…
Comments
How to set proxyserver for Windows Update (WinHTTP)
posted on March 24th 2014, at 14:00
by
lunarg
You can easily set up your proxy settings for Windows Update and other background processes by using the commandline utility netsh.
Show the current settings:
netsh winhttp show proxy
Set up a basic proxy server:
netsh winhttp set proxy ip-or-host:port
Set up a proxy with a bypass list: "ip-or-domain" will not use the proxy:
netsh winhttp set proxy myproxy:80 ";ip-or-domain"
Set up individual proxy servers for each protocol accept for those in the bypass list:
netsh winhttp set proxy proxy -server= "http=ip-or-host:80 ;https=ip-or-host:88" bypass-list= "*.contoso.com"
To import the settings from Internet Explorer:
netsh winhttp import proxy source=ie
To clear and reset t
...
read more
add a comment
Tags
computer
windows
software
vmware
microsoft
linux
exchange
hardware
network
news
mac
powershell
home
office365
msoffice
ad
server
sqlserver
dell
soaring
esx
internet
mssql
rds
sbs
events
powercli
terminalserver
virtualization
antivirus
Archive
«
‹
November 2024
›
»
Sun
Mon
Tue
Wed
Thu
Fri
Sat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Links
-
@harkx
-
Cats & Dogs
-
Jargon-free Security Guide
Quote
«
I needed a password with eight characters so I picked Snow White and the Seven Dwarves.
»
Contact
© 2009-2024 Black Manticore – all rights reserved
code by
lunarg
, design by
SuriAmanah
, hosted at Cats&Dogs