netsh
Show http bind URL
netsh http show urlacl
Add http bind for user
netsh http add urlacl url=http://dev.server.net user=DOMAIN\user1
Show bind certificate
netsh http show sslcert
Disable firewall for all profiles
netsh advfirewall set allprofiles state off
Set Windows winhhtp proxy settings
netsh winhttp show proxy
netsh winhttp set proxy proxy-server="192.168.0.14:3128" bypass-list="*.winitpro.ru"