Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to see the proxy settings on windows?

Our work laptops are configured to use proxy to access external sites and I don't have access to see the proxy information. All our applications like IDEs are configured to use system proxy. Is there a way I can check the proxy settings; For example, on chrome or command prompt or any other ways?

like image 741
l a s Avatar asked Mar 13 '14 03:03

l a s


People also ask

How do you see what proxy I am using?

Find Proxy Server You're Connected to in Windows Select the “Start” button, then type “cmd“. Right-click “Command Prompt“, then choose “Run as Administrator“. Type “netsh winhttp show proxy“, then press “Enter“.


2 Answers

It's possible to view proxy settings in Google Chrome:

chrome://net-internals/#proxy

Enter this in the address bar of Chrome.

like image 188
rleelr Avatar answered Oct 19 '22 23:10

rleelr


You can use a tool called: NETSH

To view your system proxy information via command line:

netsh.exe winhttp show proxy 

Another way to view it is to open IE, then click on the "gear" icon, then Internet options -> Connections tab -> click on LAN settings

like image 20
Raged Avatar answered Oct 19 '22 22:10

Raged