<?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>Group Policy Central &#187; NCSI</title>
	<atom:link href="http://www.grouppolicy.biz/tag/ncsi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.grouppolicy.biz</link>
	<description>Best Practices, Turorials, News, Tips and Trick for all your Group Policy needs...</description>
	<lastBuildDate>Thu, 02 Feb 2012 01:04:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to use Group Policy to remove the Network Connectivity Status Indicator message in your network icon</title>
		<link>http://www.grouppolicy.biz/2010/03/how-to-use-group-policy-to-remove-the-ncsi-message-in-your-network-icon/</link>
		<comments>http://www.grouppolicy.biz/2010/03/how-to-use-group-policy-to-remove-the-ncsi-message-in-your-network-icon/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 16:00:00 +0000</pubDate>
		<dc:creator>Alan Burchill</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Basic]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Group Policy Preferences]]></category>
		<category><![CDATA[NCSI]]></category>
		<category><![CDATA[Network Connectivity Status Indicator]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://www.grouppolicy.biz/2010/03/how-to-use-group-policy-to-remove-the-ncsi-message-in-your-network-icon/</guid>
		<description><![CDATA[Windows has a cool feature that allows you to tell if your computer has Internet connectivity when you are connected to a network (see image below). This feature is called Network Connectivity Status Indicator (NCSI) it uses a combination of DNS and/or HTTP look ups to tell if you are connected to the Internet. The [...]]]></description>
			<content:encoded><![CDATA[<p>Windows has a cool feature that allows you to tell if your computer has Internet connectivity when you are connected to a network (see image below). This feature is called Network Connectivity Status Indicator (NCSI) it uses a combination of DNS and/or HTTP look ups to tell if you are connected to the Internet. The way does this is either via a HTTP request for <a href="http://www.msftncsi.com/ncsi.txt">http://www.msftncsi.com/ncsi.txt</a> or a DNS look up for <strong>dns.msftncsi.com</strong> that resoles to <strong>131.107.255.255</strong></p>
<p><a href="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image37.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image_thumb37.png" border="0" alt="image" width="244" height="115" /></a></p>
<h3>Windows 7</h3>
<p>However if you find this error message really annoying there is now a Windows 7 group policy will turn it off. This is a machine setting so edit a Group Policy Object that is applied to all the workstations you want to turn this message off. Then navigate to Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Network Connections and enabled the “Do not show the “local access only” network icon” policy setting.</p>
<p><a href="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image38.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image_thumb38.png" border="0" alt="image" width="704" height="644" /></a></p>
<p>TADA… Now you will no longer see the exclamation icon on the network icon.</p>
<p><a href="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image39.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image_thumb39.png" border="0" alt="image" width="244" height="119" /></a></p>
<p>For more information on how NCSI works and this Windows 7 policy see <a title="http://technet.microsoft.com/en-us/library/ee126135(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/ee126135(WS.10).aspx">http://technet.microsoft.com/en-us/library/ee126135(WS.10).aspx</a></p>
<h3>Windows Vista</h3>
<p>Unfortunately Windows Vista does not have the same Group Policy however there is a registry key that can be applied using Group Policy Preferences that has the same affect.</p>
<p><strong>Key:</strong> HKLM\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet<br />
<strong>Value:</strong> EnableActiveProbing<br />
<strong>Data:</strong> 1 (REG_DWORD) = Enabled<br />
<strong>Data:</strong> 0 = Disabled</p>
<p><strong>Step 1.</strong> Edit a Group Policy Object that is applied to all the workstation you want this Browser Ballot disabled.</p>
<p><strong>Step 2.</strong> Navigate to Computer Configuration &gt; Preferences &gt; Windows Settings &gt; Registry and create a “New Registry Item”</p>
<p><strong>Step 3.</strong> Type “SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet” in the Key Path then type “EnableActiveProbing” in the Value name, then select REG_DWORD as the value type “0” in the value data and then click “OK”.</p>
<p><a href="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image40.png"><img style="display: inline; border-width: 0px;" title="image" src="http://www.grouppolicy.biz/wp-content/uploads/2010/03/image_thumb40.png" border="0" alt="image" width="408" height="452" /></a></p>
<p>For more information on how NCSI works and this Windows Vista policy see <a title="http://technet.microsoft.com/en-us/library/cc766017(WS.10).aspx" href="http://technet.microsoft.com/en-us/library/cc766017(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc766017(WS.10).aspx</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.grouppolicy.biz/2010/03/how-to-use-group-policy-to-remove-the-ncsi-message-in-your-network-icon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

