<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>how to block internet access Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/how-to-block-internet-access/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/how-to-block-internet-access/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Wed, 01 May 2019 20:26:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>How To Restrict Internet Access Using Group Policy (GPO)</title>
		<link>https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/</link>
					<comments>https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/#comments</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Mon, 21 Jan 2019 05:04:42 +0000</pubDate>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[active directory group policy restrict internet access]]></category>
		<category><![CDATA[block internet access windows 10]]></category>
		<category><![CDATA[block internet explorer gpo]]></category>
		<category><![CDATA[block internet user]]></category>
		<category><![CDATA[block websites using group policy windows server 2012 r2]]></category>
		<category><![CDATA[disable internet access for remote desktop users]]></category>
		<category><![CDATA[group policy block internet access by computer]]></category>
		<category><![CDATA[how can i block internet access for a specific user account]]></category>
		<category><![CDATA[how to block google chrome from accessing the internet]]></category>
		<category><![CDATA[how to block internet access]]></category>
		<category><![CDATA[how to block internet connection for other users in a lan network]]></category>
		<category><![CDATA[how to disable internet connection without disabling the lan/network windows 10]]></category>
		<category><![CDATA[how to restrict internet access for users in windows 10]]></category>
		<category><![CDATA[how to restrict internet access to users]]></category>
		<category><![CDATA[how to restrict internet access using group policy windows 2012]]></category>
		<category><![CDATA[Restrict Internet Access Using Group Policy]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1317</guid>

					<description><![CDATA[<p>In this article I&#8217;m going to go over the steps on How To Restrict Internet Access Using Group Policy (GPO). This can be especially useful for KIOSKS, lab computers, or even certain employees that spend way too much time on&#8230; <a href="https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/">How To Restrict Internet Access Using Group Policy (GPO)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article I&#8217;m going to go over the steps on <strong>How To Restrict Internet Access Using Group Policy (GPO)</strong>. This can be especially useful for KIOSKS, lab computers, or even certain employees that spend way too much time on Youtube or other social media.  The way to block it is essentially done by using a proxy server that points to the localhost.  Since one won&#8217;t exist, it will show a proxy error, thus effectively blocking access to websites you don&#8217;t approve of.</p>
<p>This was recently the case for me,  I had to block internet access to a Windows 10 user so I decided what a perfect time to share with you the steps that it takes.  I should mention that the GPO works for Server 2016 as well as Server 2012R2. It is a user policy and it works with other browsers.<br />
&nbsp;</p>
<h2>How To Restrict Internet Access Using Group Policy (GPO)</h2>
<p>Now let&#8217;s walk through the steps to restrict internet access using group policy. I&#8217;m going to assume you already created the Organization Unit that you want to apply the policy to so we can skip that part.</p>
<p><em>If you would rather watch how this is configured, there is a video demo at the bottom of this article.</em></p>
<ul>
<li>Open up Group Policy Management Console (GPMC).</li>
<li>Create a New Group Policy Object and name it <strong>Restrict Internet Access</strong>.</li>
<li>Edit and navigate to: <strong>User Configuration -> Preferences -> Windows Settings -> Registry</strong> and create a <strong>New Registry Item</strong>.</li>
<li>There are 4 registry items we need to create/update: <strong>ProxyEnable, ProxyServer, ProxyOverride, AutoDetect</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Item.png" target="_blank"><img fetchpriority="high" decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Item.png" alt="New Registry Item" width="858" height="391" class="aligncenter size-full wp-image-1322" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Item.png 858w, https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Item-768x350.png 768w" sizes="(max-width: 858px) 100vw, 858px" /></a><br />
&nbsp;</p>
<p>The EnableProxy key will check the box to force the browser to use the proxy settings.</p>
<ul>
<li>Under the General Tab for the New Registry Properties:</li>
<li>Action: <strong>Update</strong>. <em>This will also create the reg key if it doesn&#8217;t exist.</em></li>
<li>Hive: <strong>HKEY_CURRENT_USER</strong></li>
<li>Key Path: <strong>SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings</strong></li>
<li>Value Name: <strong>ProxyEnable</strong></li>
<li>Value Type: <strong>REG_DWORD</strong></li>
<li>Value Data: <strong>1</strong></li>
<li>Base: <strong>Hexadecimal</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-ProxyEnable.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-ProxyEnable.png" alt="New Registry Properties - ProxyEnable" width="400" height="455" class="aligncenter size-full wp-image-1324" /></a><br />
&nbsp;</p>
<p>Repeat the same steps to create an additional registry item. The ProxyServer will point to the localhost, 127.0.0.1.</p>
<ul>
<li>Action: <strong>Update</strong>.</li>
<li>Hive: <strong>HKEY_CURRENT_USER</strong></li>
<li>Key Path: <strong>SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings</strong></li>
<li>Value Name: <strong>ProxyServer</strong></li>
<li>Value Type: <strong>REG_SZ</strong></li>
<li>Value Data: <strong>127.0.0.1:80</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-ProxyServer.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-ProxyServer.png" alt="New Registry Properties - ProxyServer" width="400" height="455" class="aligncenter size-full wp-image-1327" /></a><br />
&nbsp;</p>
<p>The next reg key will allow you to bypass the proxy server and let you view sites.  Typically, you should allow your own domain name so the users can gain access to internal links and any sub-domains if applicable.</p>
<ul>
<li>Action: <strong>Update</strong>.</li>
<li>Hive: <strong>HKEY_CURRENT_USER</strong></li>
<li>Key Path: <strong>SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings</strong></li>
<li>Value Name: <strong>ProxyOverride</strong></li>
<li>Value Type: <strong>REG_SZ</strong></li>
<li>Value Data: <strong>*theSysadminChannel.com; &lt;local&gt;</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-ProxyOverride.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-ProxyOverride.png" alt="New Registry Properties - ProxyOverride" width="400" height="455" class="aligncenter size-full wp-image-1336" /></a><br />
&nbsp;</p>
<p>The last registry item will disable/uncheck the &#8220;Automatically Detect Settings&#8221; part.</p>
<ul>
<li>Action: <strong>Update</strong>. <em>This will also create the reg key if it doesn&#8217;t exist.</em></li>
<li>Hive: <strong>HKEY_CURRENT_USER</strong></li>
<li>Key Path: <strong>SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings</strong></li>
<li>Value Name: <strong>AutoDetect</strong></li>
<li>Value Type: <strong>REG_DWORD</strong></li>
<li>Value Data: <strong>0</strong></li>
<li>Base: <strong>Hexadecimal</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-AutoDetect.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/01/New-Registry-Properties-AutoDetect.png" alt="New Registry Properties - AutoDetect" width="400" height="455" class="aligncenter size-full wp-image-1338" /></a><br />
&nbsp;</p>
<p>With those 4 registry settings implemented it should look like this once it has all been added.<br />
<a href="https://thesysadminchannel.com/wp-content/uploads/2019/01/Restrict-Internet-Access-Registry-Settings-GPO.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/01/Restrict-Internet-Access-Registry-Settings-GPO-1024x285.png" alt="Restrict Internet Access Registry Settings GPO" width="1024" height="285" class="aligncenter size-medium wp-image-1341" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/01/Restrict-Internet-Access-Registry-Settings-GPO-1024x285.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2019/01/Restrict-Internet-Access-Registry-Settings-GPO-768x214.png 768w, https://thesysadminchannel.com/wp-content/uploads/2019/01/Restrict-Internet-Access-Registry-Settings-GPO.png 1440w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><br />
&nbsp;</p>
<h2>Testing the Restrict Internet GPO</h2>
<p>Once you add those registry keys you can see that within <strong>Internet Explorer -> Internet Options -> Connections -> LAN Settings</strong> -> the proxy settings we applied are now set.  The only problem is that anyone can come in and simply overwrite the settings.  Let&#8217;s fix that!</p>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/02/Internet-Explorer-Proxy-Settings.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/02/Internet-Explorer-Proxy-Settings-1024x464.png" alt="Internet Explorer Proxy Settings" width="1024" height="464" class="aligncenter size-medium wp-image-1345" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/02/Internet-Explorer-Proxy-Settings-1024x464.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2019/02/Internet-Explorer-Proxy-Settings-768x348.png 768w, https://thesysadminchannel.com/wp-content/uploads/2019/02/Internet-Explorer-Proxy-Settings.png 1183w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><br />
&nbsp;</p>
<p>So still within Group Policy let&#8217;s navigate to <strong>User Configuration -> Policies -> Administrative Templates -> Windows Components -> Internet Explorer</strong> set the following.</p>
<ul>
<li><strong>Disable Changing Automatic Configuration Settings</strong>: Set to <strong>Enabled</strong></li>
<li><strong>Prevent Changing Proxy Settings</strong>: Set to <strong>Enabled</strong></li>
</ul>
<p><a href="https://thesysadminchannel.com/wp-content/uploads/2019/02/Disable-Changing-Proxy-Settings.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/02/Disable-Changing-Proxy-Settings-1024x478.png" alt="Disable Changing Proxy Settings" width="1024" height="478" class="aligncenter size-medium wp-image-1348" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/02/Disable-Changing-Proxy-Settings-1024x478.png 1024w, https://thesysadminchannel.com/wp-content/uploads/2019/02/Disable-Changing-Proxy-Settings-768x358.png 768w, https://thesysadminchannel.com/wp-content/uploads/2019/02/Disable-Changing-Proxy-Settings.png 1183w" sizes="(max-width: 1024px) 100vw, 1024px" /></a><br />
&nbsp;</p>
<p>On a computer with the policy applied you will now see that the same settings are greyed out and the user is getting a <strong>proxy server isn&#8217;t responding error</strong>.<br />
<a href="https://thesysadminchannel.com/wp-content/uploads/2019/02/The-Proxy-Server-Isnt-Responding.png" target="_blank"><img decoding="async" src="https://thesysadminchannel.com/wp-content/uploads/2019/02/The-Proxy-Server-Isnt-Responding.png" alt="The Proxy Server Isn&#039;t Responding" width="970" height="656" class="aligncenter size-full wp-image-1351" srcset="https://thesysadminchannel.com/wp-content/uploads/2019/02/The-Proxy-Server-Isnt-Responding.png 970w, https://thesysadminchannel.com/wp-content/uploads/2019/02/The-Proxy-Server-Isnt-Responding-768x519.png 768w" sizes="(max-width: 970px) 100vw, 970px" /></a><br />
&nbsp;</p>
<h2>Block Internet Access with Group Policy (GPO) Video Demo</h2>
<p><iframe title="Restrict Internet Access Using Group Policy (GPO) | Step by Step Guide" width="640" height="360" src="https://www.youtube.com/embed/00t18BsXl9I?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>&nbsp;<br />
I hope this post was informative and gave you an easy to follow, step by step guide on How To Restrict Internet Access Using Group Policy (GPO).</p>
<p>The post <a href="https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/">How To Restrict Internet Access Using Group Policy (GPO)</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/how-to-restrict-internet-access-using-group-policy-gpo/feed/</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1317</post-id>	</item>
	</channel>
</rss>
