Quantcast
Channel: Back in Hack » Windows Server 2008 R2
Viewing all articles
Browse latest Browse all 6

HOWTO: Set your Windows Proxy Server Settings via PowerShell

$
0
0

The following PowerShell script will set your proxy server registry settings for Internet Explorer.

set-itemproperty -path "hkcu:Software\Microsoft\Windows\CurrentVersion\Internet Settings" -name ProxyServer -value "http=proxy-url:port;https=proxy-url:port;ftp=proxy-url:port;socks=proxy-url:port;" -type string


Viewing all articles
Browse latest Browse all 6

Trending Articles