Proxy for Window Command 작성일 2018-11-23 | Edited on 2018-12-08 | In Windows | Views: 윈도우 커맨드 창에서 proxy 서버로 연결하기 우선 cmd 창을 관리자 권한으로 실행한다. 프록시 서버 설정1netsh winhttp set proxy proxy-server="socks=localhost:9090" bypass-list="localhost" 프록시 서버 확인1netsh winhttp show proxy 프록시 설정 초기화1netsh winhttp reset proxy 참조 사이트 https://andykdocs.de/development/Windows/Proxy+Configuration+via+Command+Line