<?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>Thu, 08 Jul 2010 22:18:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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/</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 out of the [...]]]></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 &#8216;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>
]]></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/</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
]]></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>
]]></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/</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
]]></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>
]]></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/</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 or Virtual [...]]]></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>
]]></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>
