<?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</title>
	<atom:link href="http://www.joestechblog.com/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 Office Genuine Notifications</title>
		<link>http://www.joestechblog.com/2010/07/08/how-to-disable-office-genuine-notifications/</link>
		<comments>http://www.joestechblog.com/2010/07/08/how-to-disable-office-genuine-notifications/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 22:18:19 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=62</guid>
		<description><![CDATA[OGAAddin.dll (and OGAVerify.exe) is a few files that been installed  by OGA Notifications. OGAAddin.dll allowed OGA Notifications to install  as an add-in to applications in Office productivity suites to display  not genuine reminder message to illegitimate and illegal copy of Office.  By stopping the OGAAddin load behavior and preventing OGAAddin.dll from [...]]]></description>
			<content:encoded><![CDATA[<p>OGAAddin.dll (and OGAVerify.exe) is a few files that been installed  by OGA Notifications. OGAAddin.dll allowed OGA Notifications to install  as an add-in to applications in Office productivity suites to display  not genuine reminder message to illegitimate and illegal copy of Office.  By stopping the OGAAddin load behavior and preventing OGAAddin.dll from  loading, the Office Genuine Advantage Notifications message can be  suppressed.</p>
<ol>
<li>Run <strong>Registry Editor</strong> (RegEdit.exe).</li>
<li>Press <strong>Ctrl-F</strong> to open search box, and search for <strong>OGAAddin.connect</strong> registry key.</li>
<li>In the right pane, right click on <strong>Load Behavior</strong> and  select <strong>Modify</strong>.</li>
<li>Change the value data from 3 to <strong>0</strong>.</li>
<li>Repeat for each and every OGAAddin.connect found.</li>
</ol>
<p>This fix worked for me on Windows XP w/Office 2003. There are other ways to accomplish this that may be required if using a different version. See the link below for other options.</p>
<p>Note: originally posted <a href="http://www.mydigitallife.info/2009/08/28/workaround-to-disable-and-remove-oga-office-not-genuine-notifications-uninstall-kb949810/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2010/07/08/how-to-disable-office-genuine-notifications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to fix: New Exchange users not showing up in BES Admin</title>
		<link>http://www.joestechblog.com/2010/04/08/how-to-fix-new-exchange-users-not-showing-up-in-bes-admin/</link>
		<comments>http://www.joestechblog.com/2010/04/08/how-to-fix-new-exchange-users-not-showing-up-in-bes-admin/#comments</comments>
		<pubDate>Thu, 08 Apr 2010 17:38:11 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=56</guid>
		<description><![CDATA[Recently I created a new user in AD and created a mailbox for the user in Exchange Management Console (Exchange 2007). Immediately afterwards, on our Blackberry Enterprise Server (BES 5), we tried to create a new user (by searching for the new AD user) but it couldn&#8217;t see the user. By doing the following, we were able to [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I created a new user in AD and created a mailbox for the user in Exchange Management Console (Exchange 2007). Immediately afterwards, on our Blackberry Enterprise Server (BES 5), we tried to create a new user (by searching for the new AD user) but it couldn&#8217;t see the user. By doing the following, we were able to successfully create the user.</p>
<p>Using Exchange Management Shell, execute this command on the Exchange server:</p>
<pre>      Update-GlobalAddressList -Identity "Default Global Address List"</pre>
<p>After running the command above, go back to the BES Admin Service (aka BAS), try to search for the user again (Create User &gt; Enter part of their name in the Search Criteria fields &gt; click Search). They likely still won&#8217;t show up but you&#8217;ll see a new option at the bottom labeled &#8220;<strong><em>Refresh available user list from company directory</em></strong>.&#8221; Click on that option and you&#8217;ll get a notification that the update request has been queued. Wait about 2 minutes before searching again. The user should now show up and allow you to activate them for BES.</p>
<p>The alternative is to wait until BES updates its addressbook&#8230;I&#8217;m not positive what the update interval is. This procedure should only be necessary if you&#8217;re creating a user and then (almost) immediately afterwards trying to activate BES on their account.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2010/04/08/how-to-fix-new-exchange-users-not-showing-up-in-bes-admin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>The quickest way to install Joomla 1.5 on a LAMP server</title>
		<link>http://www.joestechblog.com/2010/01/17/the-quickest-way-to-install-joomla-1-5-on-a-lamp-server/</link>
		<comments>http://www.joestechblog.com/2010/01/17/the-quickest-way-to-install-joomla-1-5-on-a-lamp-server/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:43:24 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips for IT Pros]]></category>
		<category><![CDATA[how-to]]></category>
		<category><![CDATA[joomla installation]]></category>
		<category><![CDATA[lamp]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=43</guid>
		<description><![CDATA[So I was going to setup a website for my wife&#8217;s new gig on my web-server. I created the MySQL database, FTP account and configured Apache accordingly. After downloading the Joomla 1.5.15 tarball and starting the FTP upload to my web-server, I went looking for the Joomla quickstart guide. To my astonishment, the &#8220;quickstart&#8221; guide [...]]]></description>
			<content:encoded><![CDATA[<p>So I was going to setup a website for my wife&#8217;s new gig on my web-server. I created the MySQL database, FTP account and configured Apache accordingly. After downloading the Joomla 1.5.15 tarball and starting the FTP upload to my web-server, I went looking for the Joomla quickstart guide. To my astonishment, the &#8220;quickstart&#8221; guide is a full 49 pages long. Awesome, to say the least&#8230;and not too quick.</p>
<p>Here&#8217;s another one of those blog posts that&#8217;s mostly self-serving but hopefully helps a few other Joomla hopefuls.</p>
<p>To install Joomla 1.5 on a LAMP (Linux+Apache+MySQL+PHP) server:</p>
<ol>
<li>Download the tar or zip file from the <a href="http://www.joomla.org">www.joomla.org</a> website</li>
<li>FTP the contents of the file to your web server</li>
<li>Browse to the URL of your web-server (the URL of where you uploaded it)</li>
<li>Walk through the wizard, enter all information as needed.</li>
<li>Once you&#8217;re at the &#8216;Congratulations&#8217; page, reconnect via FTP and delete the &#8216;installation&#8217; folder from the server.</li>
<li>That&#8217;s it! You can now manage your Joomla site by going to the <a href="http://sitename.com/administrator">http://sitename.com/administrator</a> address.</li>
</ol>
<p>What&#8217;s great is that with the newer versions of Joomla, the admin console actually connects to your web-server using FTP to make changes to your config files and to upload Themes/Plugins, etc.. No more chmod&#8217;ing files on your web-server!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2010/01/17/the-quickest-way-to-install-joomla-1-5-on-a-lamp-server/feed/</wfw:commentRss>
		<slash:comments>1</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>
		<item>
		<title>Jailbreaking my iPhone 3G&#8230;not rocket science</title>
		<link>http://www.joestechblog.com/2009/07/20/jailbreaking-my-iphone-3g-not-rocket-science/</link>
		<comments>http://www.joestechblog.com/2009/07/20/jailbreaking-my-iphone-3g-not-rocket-science/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 05:03:23 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips for IT Pros]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[jailbreak iphone]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=32</guid>
		<description><![CDATA[I&#8217;m posting this here as a reference for myself and for anyone else who might be scouring the net looking for the easiest way to jailbreak their iPhone. I found some other guides but the utilities either crashed on my machine (Windows 7 beta), or the download links were broken. I watched this video, then [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m posting this here as a reference for myself and for anyone else who might be scouring the net looking for the easiest way to jailbreak their iPhone. I found some other guides but the utilities either crashed on my machine (Windows 7 beta), or the download links were broken. I watched this video, then downloaded the utils from his links, then watched again and jailbroke my phone while I followed his example. Worked like a charm&#8230;.</p>
<p>Check out the video on <a href="http://www.youtube.com/watch?v=qDDEN3zfQOg">YouTube</a></p>
<p>I&#8217;ve got some hacks that I&#8217;ve put together for a very specific purpose. I&#8217;m sure they&#8217;ll be useful to others but I can&#8217;t share them yet. I&#8217;ll post back here oneday when sharing them will be constructive :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/07/20/jailbreaking-my-iphone-3g-not-rocket-science/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Business Contact Manager on Terminal Services (Successful)</title>
		<link>http://www.joestechblog.com/2009/07/20/business-contact-manager-on-terminal-services-successful/</link>
		<comments>http://www.joestechblog.com/2009/07/20/business-contact-manager-on-terminal-services-successful/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:53:56 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Tips for IT Pros]]></category>
		<category><![CDATA[bcm]]></category>
		<category><![CDATA[business contact manager]]></category>
		<category><![CDATA[exchange and bcm]]></category>
		<category><![CDATA[outlook cached mode]]></category>
		<category><![CDATA[terminal server]]></category>
		<category><![CDATA[terminal services]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=30</guid>
		<description><![CDATA[One of the many services I provide is hosted applications and managed, dedicated servers. A client that I recently picked up had a need for sharing his Microsoft&#8217;s Business Contact Manager database with several geographically separate associates. I&#8217;ve setup more than a handful of servers as Terminal Servers using both Citrix Metaframe (now XenApp Server), [...]]]></description>
			<content:encoded><![CDATA[<p>One of the many services I provide is hosted applications and managed, dedicated servers. A client that I recently picked up had a need for sharing his Microsoft&#8217;s Business Contact Manager database with several geographically separate associates. I&#8217;ve setup more than a handful of servers as Terminal Servers using both Citrix Metaframe (now XenApp Server), and pure Microsoft Terminal Services. One of my most recent deployments was for a medical practice and uses Windows 2008 w/Terminal Services and the applications deployed with the RemoteApp functionality. It worked like a charm for that client so I jumped at the opportunity to do it again for this new one.</p>
<p>So we setup the OS, installed Microsoft Outlook + Business Contact Manager and started to setup users&#8230;then we hit the brick wall. When we started setting up the users&#8217; e-mail accounts to point to our Exchange Server (another hosted service I provide), we learned that, according to Microsoft, you can&#8217;t use Outlook in &#8216;cached mode&#8217; on a terminal server. The whole concept of cached mode seems like it wouldn&#8217;t be necessary on a terminal server anyway since you would likely have the TS in the same datacenter as your Exchange server (which we DO). In our case though, we needed to enable cached mode because Business Contact Manager REQUIRES it to function.</p>
<p>Off to Google I went, searching for a solution. I found plenty of people saying it couldn&#8217;t be done who all ended up abandoning the idea altogether in favor of Microsoft CRM or ended up deploying PPTP VPN connections (which I avoid at all costs).</p>
<p>In the end, I found an <a href="http://uksbsguy.com/blogs/doverton/archive/2007/07/28/how-to-enable-cached-mode-for-outlook-when-used-inside-terminal-server-which-means-that-bcm-can-work-too.aspx">article on David Overton&#8217;s blog</a> that explains how to do it, although I had to modify the process a bit. I&#8217;m not sure if the changes were necessary because I&#8217;m using Win2008 whereas his article refers to Win2003 or not&#8230;but I got it working eventually. Here&#8217;s what worked for me:</p>
<p>My setup:</p>
<ul>
<li>All users were members of my Active Directory (AD) domain and in a group called &#8220;BCM Users&#8221;</li>
<li>The terminal server (TS) is Windows 2008, is a member server, and has Office 2007 + Business Contact Manager installed.</li>
</ul>
<p>What I did:</p>
<ol>
<li>Added the &#8220;BCM Users&#8221; group to the local &#8220;Administrators&#8221; group on the TS</li>
<li>Logged onto the &#8216;console&#8217; of the server using RDP from my client (Start &gt; Run &gt; &#8216;mstsc /v:ts.domain.local /admin)</li>
<li>Setup the Exchange account in Outlook on the TS (Start &gt; Control Panel &gt; Mail &gt; &#8230;..). The mail account setup wizard DID show the &#8216;cached mode&#8217; box greyed out&#8230;.ignore it for now.</li>
<li>Launch Outlook and confirm that it can login to your account. You&#8217;ll probably get a warning that BCM will be disabled due to cached mode not being available&#8230;click OK and ignore this for now.</li>
<li>Close Outlook.</li>
<li>Open Regedit on the TS, navigate to <strong><em>HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging </em><em>Subsystem\Profiles\&lt;OutlookProfileName&gt;\13dbb0c8aa05101a9bb000aa002fc45a</em></strong></li>
<li>In the right-hand pane, find the <em><strong>00036601</strong> key, double-click on it to edit.</em></li>
<li>Change it to 84 19 00 00</li>
<li>Click OK, close Regedit</li>
<li>Remove the &#8220;BCM Users&#8221; group from the local &#8220;Adminstrators&#8221; group.</li>
<li>Logout, log back in to the TS using a normal RDP session (i.e. not the console session)</li>
<li>Launch Outlook.</li>
<li>Business Contact Manager should work fine now!</li>
</ol>
<p>Even after the steps above, if I view my Outlook account settings, it still shows that &#8216;cached mode&#8217; is unchecked and greyed out. I think this registry hack just tricks BCM into thinking that it&#8217;s enabled but doesn&#8217;t actually enable it. No worries; it works for me!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/07/20/business-contact-manager-on-terminal-services-successful/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are cookies the root of all evil?</title>
		<link>http://www.joestechblog.com/2009/07/20/are-cookies-the-root-of-all-evil/</link>
		<comments>http://www.joestechblog.com/2009/07/20/are-cookies-the-root-of-all-evil/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:32:38 +0000</pubDate>
		<dc:creator>Aaron</dc:creator>
				<category><![CDATA[Things that bug me]]></category>
		<category><![CDATA[Useful Tips for the Everyday PC User]]></category>
		<category><![CDATA[antispyware]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[cookies]]></category>

		<guid isPermaLink="false">http://www.joestechblog.com/?p=27</guid>
		<description><![CDATA[At least once a week&#8230;usually way more frequently, I get asked by a customer if it&#8217;s worth it to clear out the cookies from their computer. It seems that pretty much every antivirus and antispyware application deems cookies as potentially malicious tracking information and trys to convince you to &#8220;REMOVE THEM AT ONCE!&#8221;
Let&#8217;s explore the [...]]]></description>
			<content:encoded><![CDATA[<p>At least once a week&#8230;usually way more frequently, I get asked by a customer if it&#8217;s worth it to clear out the cookies from their computer. It seems that pretty much every antivirus and antispyware application deems cookies as potentially malicious tracking information and trys to convince you to &#8220;REMOVE THEM AT ONCE!&#8221;</p>
<p>Let&#8217;s explore the purpose of cookies, shall we? First, an example of what they do: Say you go to www.weather.com to check out your local forecast. The site has no idea where on the globe you&#8217;re located at so it asks you for your zip-code or some other location information. Instead of asking you for the same information each time you go to the site, the weather.com website will store a cookie on your computer with the location information YOU provided to it so it saves you some time in the future and makes using their service easier.</p>
<p>You might ask: doesn&#8217;t that mean any other website I go to can see that cookie and find out where I&#8217;m located at? No, actually it doesn&#8217;t. You see, web-browsers (that&#8217;s Internet Explorer, Firefox, Safari, etc&#8230;) are designed so only the site that creates the cookie can actually view it. So if you go to www.amazon.com, it can&#8217;t see the www.weather.com cookie at all.</p>
<p>My quasi-educated guess of why antispyware and antivirus applications detect cookies as malicious is so you feel like they&#8217;re doing their jobs and are worth doling out cash for every year or two in-order to get the latest version of their software. Now THAT is another scam I&#8217;ll dig into some other time.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>A note on the &#8216;weather.com example&#8217; &#8211; Yes, I know IP geolocation data can be used here but for the sake of this article, let&#8217;s ignore that fact since most sites like weather.com don&#8217;t seem to use it&#8230;.I&#8217;ve only ever seen IP geolocation data used in AdultFriendFinder.com-like ads anyway.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joestechblog.com/2009/07/20/are-cookies-the-root-of-all-evil/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
