<p><a href="http://wincert.net/wp-content/uploads/2015/01/networking2.jpg"><img class="alignnone size-full wp-image-563" src="http://wincert.net/wp-content/uploads/2015/01/networking2.jpg" alt="networking box" width="720" height="340" /></a></p>
<p>One of our users asked:</p>
<p>Is there a way to find out which proxy I am using if Internet Options are disabled by Group Policy?</p>
<p>There are couple of ways to find out which proxy server you&#8217;re using.</p>
<p>Here&#8217;s how to find out the proxy server address using Command Prompt. <!--more--></p>
<p>Hit <strong>Win ORB</strong> | Type <strong>CMD</strong> | Click <strong>Enter</strong></p>
<p>In the command prompt window type the following:</p>
<p><strong>reg query &#8220;HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings&#8221; | find /i &#8220;proxyserver&#8221;</strong></p>
<p>Or you can use tools like <strong>Ethereal</strong> or <strong>Wireshark </strong>to sniff for the network traffic and this way found out the address of the proxy server, although this could be a problem if you don&#8217;t have appropriate permissions to install third party software.</p>
<p>Comments are welcome!</p>