<?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>Nefaria.com &#187; Outlook</title>
	<atom:link href="http://nefaria.com/tag/outlook/feed/" rel="self" type="application/rss+xml" />
	<link>http://nefaria.com</link>
	<description>☠ ☠ ☠ ☠ ☠ ☠</description>
	<lastBuildDate>Fri, 03 Sep 2010 13:45:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Disable &#8220;Advance Text Services&#8221; via the Windows registry</title>
		<link>http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/</link>
		<comments>http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 17:08:47 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Programming / Scripting]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=616</guid>
		<description><![CDATA[The following vbs code will disable Advanced Text Services: Option Explicit Dim objShell Set objShell = CreateObject("WScript.Shell") objShell.RegWrite _ "HKCU\Software\Microsoft\CTF\Disable Thread Input Manager", "1", "REG_DWORD" objShell.RegWrite _ "HKCU\Software\Microsoft\CTF\Langbar\ExtraIconsOnMinimized", "0", "REG_DWORD" objShell.RegWrite _ "HKCU\Software\Microsoft\CTF\Langbar\ShowStatus", "2", "REG_DWORD" objShell.RegWrite _ "HKCU\Software\Microsoft\CTF\MSUTB\ShowDeskBand", "1", "REG_DWORD" If you would like to uninstall this service completely (and prevent ctfmon.exe from running) then [...]]]></description>
			<content:encoded><![CDATA[<p>The following vbs code will disable Advanced Text Services:</p>
<div class="code_block">
<pre>Option Explicit
Dim objShell
Set objShell = CreateObject("WScript.Shell")
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Disable Thread Input Manager", "1", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Langbar\ExtraIconsOnMinimized", "0", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\Langbar\ShowStatus", "2", "REG_DWORD"
objShell.RegWrite _
"HKCU\Software\Microsoft\CTF\MSUTB\ShowDeskBand", "1", "REG_DWORD"</pre>
</div>
<p>If you would like to uninstall this service completely (and prevent ctfmon.exe from running) then see the following Microsoft Knowledge Base article:</p>
<p><a href="http://support.microsoft.com/kb/282599">http://support.microsoft.com/kb/282599</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Outlook 2002 freezes when opening an attachment on a draft e-mail message</title>
		<link>http://nefaria.com/2009/06/outlook-2002-freezes-when-opening-an-attachment-on-a-draft-e-mail-message/</link>
		<comments>http://nefaria.com/2009/06/outlook-2002-freezes-when-opening-an-attachment-on-a-draft-e-mail-message/#comments</comments>
		<pubDate>Thu, 25 Jun 2009 15:59:22 +0000</pubDate>
		<dc:creator>musashi</dc:creator>
				<category><![CDATA[I.T.]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://nefaria.com/?p=605</guid>
		<description><![CDATA[I still have a few users who use Outlook 2002. For the most part, they don&#8217;t have any reason to upgrade as it still meets their needs and I can&#8217;t justify telling them to spend ~$300 per user just to do what they&#8217;re already doing (sending/receiving e-mail&#8230; If I had my way, they&#8217;d all be [...]]]></description>
			<content:encoded><![CDATA[<p>I still have a few users who use Outlook 2002. For the most part, they don&#8217;t have any reason to upgrade as it still meets their needs and I can&#8217;t justify telling them to spend ~$300 per user just to do what they&#8217;re already doing (sending/receiving e-mail&#8230; If I had my way, they&#8217;d all be using Thunderbird.) Today however, I encountered the following bug:</p>
<p>(1) User composes an e-mail (using word as their mail editor). The user also attaches either a word, excel, or powerpoint attachment to the message (tested with all three file types).</p>
<p>(2) User saves the message to drafts.</p>
<p>(3) A little while later, the user decides to finish writing this e-mail. They casually double click the attachment (in this case, a word document) link below the subject line and get the following message:</p>

<a href="http://nefaria.com/wp-content/gallery/miscellaneous-media/outlook_attachment_warning.png" title="" class="shutterset_singlepic877" >
	<img class="ngg-singlepic ngg-center" src="http://nefaria.com/wp-content/gallery/cache/877__320x240_outlook_attachment_warning.png" alt="outlook_attachment_warning" title="outlook_attachment_warning" />
</a>

<p>No big deal right? We&#8217;ve all seen this before. But there&#8217;s a problem! When they try to click on the &#8216;Open it&#8217; option, Outlook is unresponsive. The only thing they can do at this point is kill OUTLOOK.EXE via the task manager. What makes this even weirder is that if the user re-opens Outlook, navigates to the &#8216;Drafts&#8217; folder, opens the message and instead <em>right-clicks</em> the attachment, then selects &#8216;Open&#8217; from the context menu, the problem does not manifest itself when the user tries to click the &#8216;Open it&#8217; option on the subsequent warning message.</p>
<p>In this case, the user is accessing Outlook via a Terminal Services session, so upon being notified by the user that &#8220;my Outlook is frozen&#8221;, I login and take over their session. I do not notice a problem; I was able to click on the &#8216;Open it&#8217; option just fine and Outlook was responsive. The user was happy that I fixed their problem and all was well&#8230; until it happened again. And again. So now I&#8217;m in WTF mode. I was able to recreate the error&#8212;it occurs whenever you (1) are composing a message with an attachment, and then double click on the attachment or (2) do the same thing from a message saved in &#8216;Drafts&#8217;. Right-clicking and selecting &#8216;Open&#8217; _always_ works however. After <a href="http://www.google.com/search?hl=en&amp;client=firefox-a&amp;rls=com.ubuntu%3Aen-US%3Aunofficial&amp;q=can%27t+open+attachments+in+outlook&amp;aq=0&amp;oq=can%27t+open+a&amp;aqi=g10">googling</a> for a few minutes, I came to the conclusion that this had something to do with &#8220;Advanced Text Services&#8221; so I disabled it, closed Outlook, logged out, logged in, opened Outlook, tried to recreate the error again and everything worked just fine!</p>
<p>To disable Advanced Text Services (in Windows XP/2003 &#8230; probably others):</p>
<ol>
<li> Click <strong>Start</strong>, then <strong>Control Panel</strong>.</li>
<li> If Control Panel is in <strong>Category view</strong>, click the                           <strong>Date, Time, Language, and Regional Options</strong> link, and then click the <strong>Regional and Language Options</strong> icon.<br />
If Control Panel is in <strong>Classic view</strong>, double-click the <strong>Regional and Language Options</strong> control panel.</li>
<li> Click the <strong>Languages</strong> tab. Click <strong>Details</strong>.</li>
<li> Click the <strong>Advanced</strong> tab. Check <strong>Turn off advanced text services</strong>.</li>
<li> Click <strong>OK</strong>. Click <strong>OK</strong>.</span></li>
<li> Close the control panel</span></li>
</ol>
<p>Or, if you&#8217;d like to disable this feature automatically (via domain login script), <a href="http://nefaria.com/2009/06/disable-advance-text-services-via-the-windows-registry/">click here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nefaria.com/2009/06/outlook-2002-freezes-when-opening-an-attachment-on-a-draft-e-mail-message/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
