<?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>Joe's Tech Blog &#187; Win2008</title>
	<atom:link href="http://www.joestechblog.com/tag/win2008/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joestechblog.com</link>
	<description>IT Support Notes, Tech Culture, Anything Geeky</description>
	<lastBuildDate>Mon, 26 Dec 2011 03:13:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to disable the BEEP sound in Terminal Services</title>
		<link>http://www.joestechblog.com/2010/01/26/how-to-disable-the-beep-sound-in-terminal-services/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-disable-the-beep-sound-in-terminal-services</link>
		<comments>http://www.joestechblog.com/2010/01/26/how-to-disable-the-beep-sound-in-terminal-services/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:01:04 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips for IT Pros]]></category>
		<category><![CDATA[terminal server]]></category>
		<category><![CDATA[terminal services]]></category>
		<category><![CDATA[Win2008]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=47</guid>
		<description><![CDATA[In the following scenario: Using Microsoft Terminal Services (Windows 2003 or 2008). Sound redirection disabled at the server or turned off at the client Certain system events will still cause the system to &#8216;beep&#8217; out of the system speaker. Turning off Windows Sound Schemes doesn&#8217;t stop the notification beep. Note this is sound is NOT [...]]]></description>
			<content:encoded><![CDATA[<p>In the following scenario:</p>
<ol>
<li>Using Microsoft Terminal Services (Windows 2003 or 2008).</li>
<li>Sound redirection disabled at the server or turned off at the client</li>
</ol>
<p>Certain system events will still cause the system to &#8216;beep&#8217; out of the system speaker. Turning off Windows Sound Schemes doesn&#8217;t stop the notification beep. Note this is sound is NOT out of the normal soundcard/external speakers but will be out of the internal speaker on the motherboard. If you&#8217;re having this problem, you&#8217;ll know how incredibly annoying it is. After hours of digging online and trying different scenarios, I stumbled across a fix and have documented it here.</p>
<p>On the terminal server, open Regedit and navigate to the following key:</p>
<div><strong>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Terminal Server</strong></div>
<div>Right-click on the &#8216;Terminal Server&#8217; key on the left, select &#8220;New&#8221;, then &#8220;DWORD Value&#8221;. Name the value &#8216;DisableBeep&#8217;, press &#8216;Enter&#8217; and double-click on it to change the &#8216;Data&#8217; field. Enter &#8217;1&#8242; as the &#8216;Value Data&#8217; and click OK. Close the registry editor and restart the server. You will now have a non-beeping Terminal Server!</div>
<div>
<div id="attachment_49" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joestechblog.com/wp-content/uploads/2010/01/regedit_disablebeep1.jpg"><img class="size-medium wp-image-49 " title="regedit_disablebeep" src="http://www.joestechblog.com/wp-content/uploads/2010/01/regedit_disablebeep1-300x197.jpg" alt="DisableBeep Registry Entry" width="300" height="197" /></a><p class="wp-caption-text">DisableBeep Registry Entry</p></div>
</div>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.joestechblog.com%2F2010%2F01%2F26%2Fhow-to-disable-the-beep-sound-in-terminal-services%2F&amp;t=How%20to%20disable%20the%20BEEP%20sound%20in%20Terminal%20Services" id="facebook_share_link_47">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_47') || document.getElementById('facebook_share_icon_47') || document.getElementById('facebook_share_both_47') || document.getElementById('facebook_share_button_47');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_47') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2010/01/26/how-to-disable-the-beep-sound-in-terminal-services/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to select which IP version to ping</title>
		<link>http://www.joestechblog.com/2009/11/28/how-to-select-which-ip-version-to-ping/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-select-which-ip-version-to-ping</link>
		<comments>http://www.joestechblog.com/2009/11/28/how-to-select-which-ip-version-to-ping/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 04:28:25 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Win2008]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=41</guid>
		<description><![CDATA[If you&#8217;re trying to ping something by hostname but only want to ping the IPv4 IP address, you&#8217;ll sometimes need to specify this when executing the PING command. Example on Win2008 &#38; Vista (pinging the IP server.domain.com) To ping and IPv4 IP: ping server.domain.com -4 To ping an IPv6 IP: ping server.domain.com -6 Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re trying to ping something by hostname but only want to ping the IPv4 IP address, you&#8217;ll sometimes need to specify this when executing the PING command. Example on Win2008 &amp; Vista (pinging the IP server.domain.com)</p>
<p>To ping and IPv4 IP:</p>
<pre> ping server.domain.com -4</pre>
<p>To ping an IPv6 IP:</p>
<pre> ping server.domain.com -6</pre>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.joestechblog.com%2F2009%2F11%2F28%2Fhow-to-select-which-ip-version-to-ping%2F&amp;t=How%20to%20select%20which%20IP%20version%20to%20ping" id="facebook_share_link_41">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_41') || document.getElementById('facebook_share_icon_41') || document.getElementById('facebook_share_both_41') || document.getElementById('facebook_share_button_41');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_41') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/11/28/how-to-select-which-ip-version-to-ping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable IPv6 on Win2008</title>
		<link>http://www.joestechblog.com/2009/11/28/disable-ipv6-on-win2008/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disable-ipv6-on-win2008</link>
		<comments>http://www.joestechblog.com/2009/11/28/disable-ipv6-on-win2008/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 04:25:22 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IPv6]]></category>
		<category><![CDATA[Win2008]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=39</guid>
		<description><![CDATA[Ever tried to remove IPv6 from Windows 2008? It can&#8217;t be done through Network Connections. You can uncheck/unbind it from your NIC but to completely disable IPv6 functionality, you&#8217;ll need to set this registry key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6Parameters\ Create DWORD32:  DisabledComponent Value: FFFFFFFF Share on Facebook]]></description>
			<content:encoded><![CDATA[<p>Ever tried to remove IPv6 from Windows 2008? It can&#8217;t be done through Network Connections. You can uncheck/unbind it from your NIC but to completely disable IPv6 functionality, you&#8217;ll need to set this registry key:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip6Parameters\</p>
<p>Create DWORD32:  DisabledComponent</p>
<p>Value: FFFFFFFF</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.joestechblog.com%2F2009%2F11%2F28%2Fdisable-ipv6-on-win2008%2F&amp;t=Disable%20IPv6%20on%20Win2008" id="facebook_share_link_39">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_39') || document.getElementById('facebook_share_icon_39') || document.getElementById('facebook_share_both_39') || document.getElementById('facebook_share_button_39');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_39') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/11/28/disable-ipv6-on-win2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Win2008/IIS7 + PHP5 FastCGI = 404 Error Messages</title>
		<link>http://www.joestechblog.com/2009/11/16/win2008iis7-php5-fastcgi-404-error-messages/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=win2008iis7-php5-fastcgi-404-error-messages</link>
		<comments>http://www.joestechblog.com/2009/11/16/win2008iis7-php5-fastcgi-404-error-messages/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 05:42:26 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Win2008]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=35</guid>
		<description><![CDATA[Hopefully this saves someone some time. I spent hours working on a resolution before I came across it. Background: Installed Win2008 + IIS7 + PHP 5.3 using the FastCGI method (used the Windows installer to configure IIS7). Symptoms: PHP worked fine in my Default Site but when attempting to execute any scripts in Virtual Sites [...]]]></description>
			<content:encoded><![CDATA[<p>Hopefully this saves someone some time. I spent hours working on a resolution before I came across it.</p>
<p>Background: Installed Win2008 + IIS7 + PHP 5.3 using the FastCGI method (used the Windows installer to configure IIS7).</p>
<p>Symptoms: PHP worked fine in my Default Site but when attempting to execute any scripts in Virtual Sites or Virtual Directories, every single PHP file would yield a 404 error message.</p>
<p>Solution: The problem ended up being that the &#8216;open_basedir&#8217; config variable from the php config file is applied to ANYWHERE that PHP is run&#8230;regardless of what the actual home folder should be for a site (PHP picks up the basedir during installation and statically enters it in your php.ini file). The default &#8216;basedir&#8217; will be whatever the root of your &#8216;Default Web Site&#8217; in IIS is (usually c:\inetpub\wwwroot\). If you comment out this line (enter a semicolon before the line) and restart IIS, it will solve the problem. If you&#8217;re running PHP as a FastCGI module, you&#8217;ll actually have to rename (or copy) the php.ini file to a file named &#8216;php-cgi-fcgi.ini&#8217; in the same folder as your php-cgi.exe executable. Be sure to restart IIS!</p>
<a href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.joestechblog.com%2F2009%2F11%2F16%2Fwin2008iis7-php5-fastcgi-404-error-messages%2F&amp;t=Win2008%2FIIS7%20%2B%20PHP5%20FastCGI%20%3D%20404%20Error%20Messages" id="facebook_share_link_35">Share on Facebook</a>
	<script type="text/javascript">
	<!--
	var button = document.getElementById('facebook_share_link_35') || document.getElementById('facebook_share_icon_35') || document.getElementById('facebook_share_both_35') || document.getElementById('facebook_share_button_35');
	if (button) {
		button.onclick = function(e) {
			var url = this.href.replace(/share\.php/, 'sharer.php');
			window.open(url,'sharer','toolbar=0,status=0,width=626,height=436');
			return false;
		}
	
		if (button.id === 'facebook_share_button_35') {
			button.onmouseover = function(){
				this.style.color='#fff';
				this.style.borderColor = '#295582';
				this.style.backgroundColor = '#3b5998';
			}
			button.onmouseout = function(){
				this.style.color = '#3b5998';
				this.style.borderColor = '#d8dfea';
				this.style.backgroundColor = '#fff';
			}
		}
	}
	-->
	</script>
	]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/11/16/win2008iis7-php5-fastcgi-404-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

