<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Even this en route</title><link>http://vinilmenon.com</link><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EvenThisEnRoute" /><description>Vinil Menon's observations of the world around him.</description><language>en</language><lastBuildDate>Sat, 05 Jun 2010 22:50:07 PDT</lastBuildDate><generator>http://wordpress.org/?v=5196</generator><sy:updatePeriod xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">hourly</sy:updatePeriod><sy:updateFrequency xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">1</sy:updateFrequency><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/EvenThisEnRoute" /><feedburner:info uri="eventhisenroute" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>19.039986</geo:lat><geo:long>73.019458</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc/2.0/</creativeCommons:license><feedburner:emailServiceId>EvenThisEnRoute</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FEvenThisEnRoute" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FEvenThisEnRoute" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FEvenThisEnRoute" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.feedburner.com/EvenThisEnRoute" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.feedburner.com%2FEvenThisEnRoute" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FEvenThisEnRoute" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.feedburner.com%2FEvenThisEnRoute" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><feedburner:browserFriendly>This is an XML content feed. It is intended to be viewed in a newsreader or syndicated to another site.</feedburner:browserFriendly><item><title>Setting Notepad2 to run in unprivileged mode on Windows 7</title><link>http://feedproxy.google.com/~r/EvenThisEnRoute/~3/u5MPkzEEnXE/</link><category>Tools</category><category>dailytools</category><category>notepad2</category><category>Windows</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vinilm</dc:creator><pubDate>Sat, 06 Feb 2010 07:30:00 PST</pubDate><guid isPermaLink="false">http://vinilmenon.com/2010/02/notepad2-in-unprivileged-mode-on-windows-7/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>Whenever I need to work on any computer for more than few minutes, I invariably download <a href="http://www.flos-freeware.ch/notepad2.html">Notepad2</a> by <a href="http://www.flos-freeware.ch/notepad2.html">Florian Balmer</a> and follow a process adapted from <a href="http://www.hanselman.com/blog">Scott Hanselman’s</a> <a href="http://www.hanselman.com/blog/Nexe.aspx">post</a> i.e.</p>
<ol>
<li>Extract the contents of the zip (viz. notepad2.exe and the config file) to system32 folder (so no messing around with PATH variables – too lazy to do that)</li>
<li>Rt. Click on notepad2.exe and drag-drop within the same folder, which brings up the Context menu with the option to “Create a Shortcut here”. Select the option to create a new “Shortcut to notepad2.exe.lnk”</li>
<li>Rename the shortcut to n.lnk </li>
</ol>
<p>Now, whenever I need to run notepad, I just type <em>“Windows-R, N, Enter”</em>&#160; and as Scott puts it, helps me “<em>save at least a few hundred “otepad’s” a day.</em>” I prefer this method over the other method that involves renaming notepad2.exe to n.exe </p>
<p>However, a couple of days back I noticed that Start-&gt;<strong>Run</strong>ning ‘n’ brought up a UAC prompt, and also prevented drag-drop into the resultant notepad2 window. </p>
<p>Guessing that Windows might have updated my UAC rules, it was time to check out what had changed. </p>
<p>Notepad2.exe’s property displayed that Privilege Level had been updated to require Administrator privileges.</p>
<p><a href="http://vinilmenon.com/wp-content/uploads/2010/02/Notepad2.exeProperties.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="Notepad2.exe Properties" border="0" alt="Notepad2.exe Properties" src="http://vinilmenon.com/wp-content/uploads/2010/02/Notepad2.exeProperties_thumb.png" width="183" height="244" /></a></p>
<p>A quick change later, I was back to saving a few ‘hundred otepad’s a day.</p>


<p>Related posts:<ol><li><a href='http://vinilmenon.com/2004/06/startup-trick/' rel='bookmark' title='Permanent Link: Startup Trick'>Startup Trick</a></li>
<li><a href='http://vinilmenon.com/2008/10/india-holidays-calendar-in-windows-live/' rel='bookmark' title='Permanent Link: India Holidays Calendar in Windows Live'>India Holidays Calendar in Windows Live</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=u5MPkzEEnXE:eSLiZyosrEI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=u5MPkzEEnXE:eSLiZyosrEI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=u5MPkzEEnXE:eSLiZyosrEI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=u5MPkzEEnXE:eSLiZyosrEI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=u5MPkzEEnXE:eSLiZyosrEI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded><description>Recent updates to UAC settings caused my keyboard optimization shortcut 'n.lnk' to Notepad2.exe to bring up the UAC dialog. Investigation revealed that the 'Privilege Level' setting had been updated to require Administrator privileges. Unchecking the setting returned life back to normal.


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://vinilmenon.com/2004/06/startup-trick/' rel='bookmark' title='Permanent Link: Startup Trick'&gt;Startup Trick&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://vinilmenon.com/2008/10/india-holidays-calendar-in-windows-live/' rel='bookmark' title='Permanent Link: India Holidays Calendar in Windows Live'&gt;India Holidays Calendar in Windows Live&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://vinilmenon.com/2010/02/notepad2-in-unprivileged-mode-on-windows-7/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://vinilmenon.com/2010/02/notepad2-in-unprivileged-mode-on-windows-7/</feedburner:origLink></item><item><title>Rover, Fetch!</title><link>http://feedproxy.google.com/~r/EvenThisEnRoute/~3/_j3Gm7NWPrc/</link><category>featured</category><category>Interesting stuff</category><category>Windows</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vinilm</dc:creator><pubDate>Mon, 28 Sep 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://vinilmenon.com/2009/09/28/rover-fetch/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I was busy with some code and was trying to concentrate when I heard a noise from my computer that sounded like someone or something was scratching. My first impulse was to kill all the browser windows thinking that it must be some amateur website that had some flash ad running. Yet, 2-3 minutes later, something scratched yet again. And, there was this distinct feeling that this sound was quite familiar (no pun intended!)</p>
<p>At this point, I killed everything except my explorer windows. And, yet I could hear the scratching sound. And, that’s when it clicked. Mr. <a href="http://en.wikipedia.org/wiki/File:Windows_Explorer_search_puppy.png" target="_blank">Rover</a> – the ever friendly search assistant had completed the “fetch” and was waiting for me to do something with him again!</p>
<p>How can you not like the dog! Seeing Mr. Rover again, I was reminded of an <a href="http://ironpython.codeplex.com/" target="_blank">IronPython</a> talk that Mahesh Prakriya (from the DLR team) had conducted at MS IDC. One of his demos used to show how easy it was to invoke Merlin and make Merlin do some wizardry using IronPython.</p>
<p>Interest piqued, moments later, I had the latest build of IronPython downloaded and was ready to make Rover appear. But now, Rover was nowhere to be found.</p>
<p>I asked Rover to show me his hiding place and it turns out that he’s hiding in “%WINDIR%\srchasst\chars\rover.acs.”</p>
<p>Copied this file over to %WINDIR%\msagent\chars and I fired up notepad2 and with the following few lines, got Mr. Rover up on the screen.</p>
<p>Note that you need to run&nbsp; C:\&gt;tlbimp c:\WINDOWS\msagent\agentsvr.exe from visual studio command prompt.</p>
<pre class="prettyprint lang-py">#rover.py
#from visual studio command prompt, run C:\&gt;tlbimp c:\WINDOWS\msagent\agentsvr.exe
import sys
import clr
from System.Runtime.InteropServices import DispatchWrapper, UnknownWrapper
sys.path.append('C:\\')
clr.AddReference("AgentServerObjects.dll")
from AgentServerObjects import AgentServerClass
a = AgentServerClass()
#c = clr.Reference[int]()
reqId = clr.Reference[int]()
cId = clr.Reference[int]()
c = clr.StrongBox[object](DispatchWrapper(None))
a.Load("rover.acs",cId,reqId)
#copy rover.acs from c:\WINDOWS\srchasst\chars\rover.acs to C:\WINDOWS\msagent\chars
a.GetCharacter(cId.Value,c)
c.Value.WrappedObject.Show(0,reqId)
c.Value.WrappedObject.Think("I fetch, therefore I am!", reqid)
c.Value.WrappedObject.Hide(0,reqId)
</pre>
<p>&nbsp;</p>
<p>Neat fun! It felt sad to read that Rover has not been <a href="http://www.microsoft.com/products/msagent/main.aspx" target="_blank">invited to Windows 7</a>.</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:4ab72fba-b801-41e6-a480-3642e3a4d17c" class="wlWriterSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Windows+Search+Rover" rel="tag" class="broken_link">Windows Search Rover</a>,<a href="http://technorati.com/tags/IronPython" rel="tag">IronPython</a></div>
</p>
<pre></pre>


<p>No related posts.</p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=_j3Gm7NWPrc:e10NGkg4IjI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=_j3Gm7NWPrc:e10NGkg4IjI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=_j3Gm7NWPrc:e10NGkg4IjI:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=_j3Gm7NWPrc:e10NGkg4IjI:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=_j3Gm7NWPrc:e10NGkg4IjI:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded><description>I was busy with some code and was trying to concentrate when I heard a noise from my computer that sounded like someone or something was scratching. My first impulse was to kill all the browser windows thinking that it must be some amateur website that had some flash ad running. Yet, 2-3 minutes later, [...]


No related posts.</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://vinilmenon.com/2009/09/rover-fetch/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://vinilmenon.com/2009/09/rover-fetch/</feedburner:origLink></item><item><title>Converting your Outlook Auto-complete email contacts into Address book contacts</title><link>http://feedproxy.google.com/~r/EvenThisEnRoute/~3/ldif8cwd68g/</link><category>Productivity</category><category>Tools</category><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">vinilm</dc:creator><pubDate>Tue, 01 Sep 2009 11:45:00 PDT</pubDate><guid isPermaLink="false">http://vinilmenon.com/2009/09/02/converting-your-outlook-auto-complete-email-contacts-into-address-book-contacts/</guid><content:encoded xmlns:content="http://purl.org/rss/1.0/modules/content/"><![CDATA[<p>I got an interesting query yesterday. How do I convert all the email addresses that Outlook caches into Contacts? A bit of probing revealed that Outlook stores the auto-complete cache distinct from the address book and doesn’t provide an easy way to browse the cache or to convert those entries into Contacts. The auto complete cache is stored in %APPDATA%\Microsoft\Outlook\Outlook.NK2 file.</p>
<p>To import the auto-complete entries into a Contacts folder in Outlook 2007:</p>
<ol>
<li>Run NK2View (download from <a title="http://bit.ly/nk2viewer" href="http://bit.ly/nk2viewer">http://bit.ly/nk2viewer</a>) </li>
<li>Select all the entries and Click on &quot;Save Selected Items&quot; </li>
<li>In the dialog that pops up, select &quot;Comma delimited text file&quot; in the &quot;Save as type&quot; dropdown. </li>
<li>Give a name and save the file. Also, it might be a good idea to run the command &quot;File -&gt; Backup Current NK2 File&quot;. </li>
<li>Switch to Outlook and do a File-&gt;Import and Export. </li>
<li>Select the following wizard steps:
<ol style="list-style-type: lower-alpha">
<li>Import from another program or file </li>
<li>Comma separated values (Windows) </li>
<li>Provide the file name, and select appropriate duplicates Option </li>
<li>Select the Outlook folder to import to. </li>
<li>Select the map
<ol style="list-style-type: lower-roman">
<li>Select First entry on the list on the left i.e. &quot;Name&quot; and drop it onto &quot;+ Name&quot; on the right </li>
<li>Scroll down in the Right Hand side list till &quot;+ Email&quot; is displayed </li>
<li>Select second entry i.e. email address and drop it onto Email </li>
</ol>
</li>
</ol>
</li>
<li>Press Finish and the import process should begin </li>
<li>Verify that the contacts have been imported properly </li>
</ol>
<p>&#160;</p>
<div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:059be7bb-bb01-48e1-ab9f-b778486f7580" class="wlWriterEditableSmartContent">Technorati Tags: <a href="http://technorati.com/tags/Outlook" rel="tag">Outlook</a>,<a href="http://technorati.com/tags/Auto+complete" rel="tag">Auto complete</a>,<a href="http://technorati.com/tags/email" rel="tag">email</a>,<a href="http://technorati.com/tags/contacts" rel="tag">contacts</a>,<a href="http://technorati.com/tags/Address+book" rel="tag">Address book</a></div>


<p>Related posts:<ol><li><a href='http://vinilmenon.com/2004/07/rights-management-in-office-2003/' rel='bookmark' title='Permanent Link: Rights Management in Office 2003'>Rights Management in Office 2003</a></li>
<li><a href='http://vinilmenon.com/2007/11/dont-let-auto-update-delay-turn-off-computer/' rel='bookmark' title='Permanent Link: Don&#8217;t let auto-update delay &quot;Turn off computer&quot;'>Don&#8217;t let auto-update delay &quot;Turn off computer&quot;</a></li>
</ol></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=ldif8cwd68g:FkQlSFJQOyA:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:7Q72WNTAKBA"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=7Q72WNTAKBA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=ldif8cwd68g:FkQlSFJQOyA:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:KwTdNBX3Jqk"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=ldif8cwd68g:FkQlSFJQOyA:KwTdNBX3Jqk" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:l6gmwiTKsz0"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=l6gmwiTKsz0" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?i=ldif8cwd68g:FkQlSFJQOyA:gIN9vFwOqvQ" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/EvenThisEnRoute?a=ldif8cwd68g:FkQlSFJQOyA:TzevzKxY174"><img src="http://feeds.feedburner.com/~ff/EvenThisEnRoute?d=TzevzKxY174" border="0"></img></a>
</div>]]></content:encoded><description>I got an interesting query yesterday. How do I convert all the email addresses that Outlook caches into Contacts? A bit of probing revealed that Outlook stores the auto-complete cache distinct from the address book and doesn’t provide an easy way to browse the cache or to convert those entries into Contacts. The auto complete [...]


Related posts:&lt;ol&gt;&lt;li&gt;&lt;a href='http://vinilmenon.com/2004/07/rights-management-in-office-2003/' rel='bookmark' title='Permanent Link: Rights Management in Office 2003'&gt;Rights Management in Office 2003&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='http://vinilmenon.com/2007/11/dont-let-auto-update-delay-turn-off-computer/' rel='bookmark' title='Permanent Link: Don&amp;#8217;t let auto-update delay &amp;quot;Turn off computer&amp;quot;'&gt;Don&amp;#8217;t let auto-update delay &amp;quot;Turn off computer&amp;quot;&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;</description><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://vinilmenon.com/2009/09/converting-your-outlook-auto-complete-email-contacts-into-address-book-contacts/feed/</wfw:commentRss><slash:comments xmlns:slash="http://purl.org/rss/1.0/modules/slash/">0</slash:comments><feedburner:origLink>http://vinilmenon.com/2009/09/converting-your-outlook-auto-complete-email-contacts-into-address-book-contacts/</feedburner:origLink></item></channel></rss>
