Poner proxy en window para programas que no lo soportan como AutoRuns, ProcessExplorer, ..
chrome://net-internals/#proxy
netsh winhttp show proxy
netsh winhttp set proxy <ip addr>:<port>
netsh winhttp reset proxy
Utilizable:
netsh winhttp show proxy
netsh winhttp reset proxy
netsh winhttp show proxy
netsh winhttp set proxy proxyddssii:8080 -- esto no acaba de funcionar.
netsh winhttp set proxy proxy-server="http=proxyddssii:8080;https=proxyddssii:8080" bypass-list="*.si.xx.es;10.35.254.*;10.118.194.12;..;10.192.149.50;itsm.asturias.es;<local>"
netsh winhttp show proxy
netsh winhttp reset proxy
netsh winhttp show proxy
En una ventana msdos / cmd hacer:
netsh winhttp set proxy proxy-server="http=proxyddssii:8080;https=proxyddssii:8080" bypass-list="*.si.xx.es;10.35.254.*;10.118.194.12;..;10.192.149.50;itsm.asturias.es;<local>"
En la misma ventana:
Autoruns64.exe
o
procexp.exe
y al terminar hacer:
netsh winhttp reset proxy
Otras opciones probadas:
set http_proxy=http://username:pass@hostname:port
set https_proxy=https://username:pass@hostname:port
--
set "http_proxy="
set "https_proxy="
ProcessExplorer.lnk -- no funcionaAutoruns.lnk -- no funciona
netsh winhttp set proxy http://proxydsi:8080
ProcessExplorer.lnk -- si funciona
Autoruns.lnk -- no funciona
netsh winhttp set proxy proxy-server="http=http://proxydsi:8080;https=http://proxydsi:8080"
ProcessExplorer.lnk -- si funcionaAutoruns.lnk -- no funciona
Fin
No comments:
Post a Comment