<?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>Nano&#039;s Blog &#187; geek</title>
	<atom:link href="http://www.nanohe.net/blog/tag/geek/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nanohe.net/blog</link>
	<description>Hello World!</description>
	<lastBuildDate>Tue, 20 Jul 2010 09:47:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to delete Offline Folder (.OST) file</title>
		<link>http://www.nanohe.net/blog/2010/01/how-to-delete-offline-folder-ost-file/</link>
		<comments>http://www.nanohe.net/blog/2010/01/how-to-delete-offline-folder-ost-file/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 11:48:24 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=295</guid>
		<description><![CDATA[The below procedure tested on winxp and outlook2003.
Sometimes an OST file becomes corrupted beyond repair or repair is not desirable. In this case, it can be deleted. After it had been deleted, you may need to recreate it as a new file as described above before Outlook will work properly.
•	Quit Outlook if it is running.
•	From [...]]]></description>
			<content:encoded><![CDATA[<p><em>The below procedure tested on winxp and outlook2003.</em></p>
<p>Sometimes an OST file becomes corrupted beyond repair or repair is not desirable. In this case, it can be deleted. After it had been deleted, you may need to recreate it as a new file as described above before Outlook will work properly.<br />
•	Quit Outlook if it is running.<br />
•	From the <strong>Start</strong> menu, go to <strong>Run</strong>.<br />
•	In the Run window, enter this command in the &#8220;Open:&#8221; field and click OK:<br />
o	<strong>&#8220;%USERPROFILE%\Local Settings\Application Data\Microsoft\Outlook\</strong>&#8221;<br />
To find the exact path, please follow the steps 1-4 for Outlook 2002/2003/2007 or steps 1-3 for Outlook 2000 outlined above to get to <strong>Offline Folder File Settings</strong>. You can find the .ost file location in the File box. You may want to cut-and-paste that information for accuracy and ease.<br />
•	In the Explorer window, locate the OST file to deleted. Select it and press delete on your keyboard or use the <strong>Delete</strong> icon on the toolbar</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/how-to-delete-offline-folder-ost-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the default startup directory for Command Prompt?</title>
		<link>http://www.nanohe.net/blog/2010/01/how-to-change-the-default-startup-directory-for-command-prompt/</link>
		<comments>http://www.nanohe.net/blog/2010/01/how-to-change-the-default-startup-directory-for-command-prompt/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 06:13:11 +0000</pubDate>
		<dc:creator>nano</dc:creator>
				<category><![CDATA[collections]]></category>
		<category><![CDATA[geek]]></category>

		<guid isPermaLink="false">http://www.nanohe.net/blog/?p=293</guid>
		<description><![CDATA[When you open a Command Prompt window (CMD.EXE), it defaults to your user profile home directory. If you wish to change the default startup directory for Command Prompt, use the steps listed in this article.
Set the default startup directory
Click Start, Run and type Regedit.exe
Navigate to the following branch: 
HKEY_CURRENT_USER \ Software \ Microsoft \ Command [...]]]></description>
			<content:encoded><![CDATA[<p>When you open a Command Prompt window (<strong>CMD.EXE</strong>), it defaults to your user profile home directory. If you wish to change the default startup directory for Command Prompt, use the steps listed in this article.</p>
<p><strong>Set the default startup directory</strong></p>
<p>Click Start, Run and type Regedit.exe<br />
Navigate to the following branch: </p>
<blockquote><p>HKEY_CURRENT_USER \ Software \ Microsoft \ Command Processor</p></blockquote>
<p>In the right-pane, double-click Autorun and set the startup folder path as its data, preceded by &#8220;CD /d &#8220;. If Autorun value is missing, you need to create one, of type <strong>REG_EXPAND_SZ</strong> or <strong>REG_SZ</strong> in the above location. </p>
<blockquote><p>
Example:  To set the startup directory to <strong>D:\learning\perl</strong>, set the Autorun value data to <strong>CD /d D:\learning\perl</strong></p>
<p>You may also use a batch file so that it executes the contents automatically upon launching the Command Prompt. To view the entire list of arguments supported by <strong>CMD.EXE</strong> and their description, type <strong>CMD /?</strong> at the Command Prompt.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.nanohe.net/blog/2010/01/how-to-change-the-default-startup-directory-for-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
