<?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>fengcool.com &#187; Windows</title>
	<atom:link href="http://www.fengcool.com/category/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fengcool.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 25 Jan 2012 19:09:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Subversion client for Windows command line output unreadable characters</title>
		<link>http://www.fengcool.com/2009/05/svn-client-command-line-output-message-problem/</link>
		<comments>http://www.fengcool.com/2009/05/svn-client-command-line-output-message-problem/#comments</comments>
		<pubDate>Fri, 08 May 2009 04:16:08 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/?p=75</guid>
		<description><![CDATA[Subversion windows client command line output problem. SVN ouput message problem with current language for non-unicode programs set to Chinese]]></description>
			<content:encoded><![CDATA[<p>If you use subversion client windows command line</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">svn help</pre></td></tr></table></div>

<p>on a Windows system with current language for non-Unicode programs set to a different language such as Chinese Simplified.<br />
You probably will see a screen with strange characters &#8211; garbage output in command prompt window.<br />
It&#8217;s very easy to fix this by set an environment variable for your system</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="ini" style="font-family:monospace;">Set LANG<span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;">C</span></pre></td></tr></table></div>

<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2009%2F05%2Fsvn-client-command-line-output-message-problem%2F&amp;linkname=Subversion%20client%20for%20Windows%20command%20line%20output%20unreadable%20characters"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2009/05/svn-client-command-line-output-message-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install MySQL Community Server 5.0.45 Without Installer on Windows Vista</title>
		<link>http://www.fengcool.com/2007/10/install-mysql-community-server-5045-without-installer-on-windows-vista/</link>
		<comments>http://www.fengcool.com/2007/10/install-mysql-community-server-5045-without-installer-on-windows-vista/#comments</comments>
		<pubDate>Thu, 11 Oct 2007 21:00:44 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/2007/10/install-mysql-community-server-5045-without-installer-on-windows-vista/</guid>
		<description><![CDATA[Step by step guide of installing MySQL 5.0.45 manually on Windows Vista]]></description>
			<content:encoded><![CDATA[<ol>
<li>Download the zip file from <a target="_blank" href="http://dev.mysql.com/downloads/mysql/5.0.html#win32">here</a>.</li>
<li>Unzip it to your d: drive. Here&#8217;s what you should get after unzipping: d:\mysql-noinstall-5.0.45-win32. Rename this folder to mysql5045. (d:\mysql5045)</li>
<li>Open folder d:\mysql5045. Copy my-small.ini and rename the copied file to my.ini.  Open my.ini using notepad. Under line &#8220;[mysqld]&#8220;, enter the following lines:basedir=D:/mysql5045<br />
datadir=D:/mysql5045/data</li>
<li>Run your command prompt as administrator. And enter folder d:\mysql5045\bin</li>
<li>Type <strong>mysqld-nt.exe &#8211;install mysql5045 &#8211;defaults-file=d:\mysql5045\my.ini</strong></li>
<li>Type <strong>net start mysql5045</strong> in command line. If you see the following, mysql 5045 is installed and running!The mysql5045 service is starting.<br />
The mysql5045 service was started successfully.</li>
<li>IMPORTANT! type <strong>mysqladmin -u root password &#8220;your-new-password&#8221;</strong>, to set a password for your root account. The default install will leave no password required for your root account.</li>
</ol>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2007%2F10%2Finstall-mysql-community-server-5045-without-installer-on-windows-vista%2F&amp;linkname=Install%20MySQL%20Community%20Server%205.0.45%20Without%20Installer%20on%20Windows%20Vista"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2007/10/install-mysql-community-server-5045-without-installer-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to enable asp.net / asp for IIS 7.0 on Windows Vista</title>
		<link>http://www.fengcool.com/2007/08/how-to-enable-aspnet-asp-for-iis-70-on-windows-vista/</link>
		<comments>http://www.fengcool.com/2007/08/how-to-enable-aspnet-asp-for-iis-70-on-windows-vista/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 17:28:21 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/2007/08/how-to-enable-aspnet-asp-for-iis-70-on-windows-vista/</guid>
		<description><![CDATA[How to set up asp aspx page support by setting up ASP, ASP.NET features on IIS 7 on Windows Vista]]></description>
			<content:encoded><![CDATA[<p>If you find you self in a situation that an aspx page cannot be accessed from IIS 7 on Windows Vista, read this.</p>
<p>go to Control Panel &#8211;&gt; Program &#8211;&gt; Turn Windows Features on or off</p>
<p>then expand Internet Information Services &#8211;&gt; World Wide Web Services &#8211;&gt; Application Development Features</p>
<p>Last, just check what features you need: ASP, ASP.NET, CGI, ISPI and etc.</p>
<p><a title="Direct link to file" href="http://www.fengcool.com/wp-content/uploads/2007/08/asp_aspx_iis7.png"><img width="91" height="128" border="0" alt="enable ASP, ASP.NET, CGI on IIS 7 on Windows Vista" src="http://www.fengcool.com/wp-content/uploads/2007/08/asp_aspx_iis7.thumbnail.png" /></a></p>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2007%2F08%2Fhow-to-enable-aspnet-asp-for-iis-70-on-windows-vista%2F&amp;linkname=How%20to%20enable%20asp.net%20%2F%20asp%20for%20IIS%207.0%20on%20Windows%20Vista"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2007/08/how-to-enable-aspnet-asp-for-iis-70-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Windows most common shortcut keys</title>
		<link>http://www.fengcool.com/2007/08/windows-most-common-shortcut-keys/</link>
		<comments>http://www.fengcool.com/2007/08/windows-most-common-shortcut-keys/#comments</comments>
		<pubDate>Thu, 02 Aug 2007 17:28:22 +0000</pubDate>
		<dc:creator>Nelson</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.fengcool.com/2007/08/windows-most-common-shortcut-keys/</guid>
		<description><![CDATA[a list of most common Windows shortcut keys hot keys]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a list of most common shortcut keys(hot keys) used on Windows OS or in Windows applications. I use those to improve productivity. And you can image that when my colleges see I do something without using the mouse they ask, how did you do that?  Well, these shortcut keys are not secret. You can find it in Windows help or documentations.</p>
<p>Note: WIN  is the windows key, the one with a Windows logo.</p>
<ol>
<li>WIN + E, open windows explorer.</li>
<li>Ctrl + C, copy selected file(s).</li>
<li>Ctrl + X, cutselected file(s) .</li>
<li>Ctrl + A, select all files.</li>
<li>Ctrl + V, paste selected file(s) in place.</li>
<li>Ctrl + Shift + ESC</li>
<li>WIN + D, show desktop</li>
<li>WIN + R, show run dialog</li>
<li>WIN + L, lock computer</li>
<li>WIN + tab, show 3D windows list (in Windows Vista and theme enabled)</li>
</ol>
<a rel="external nofollow" class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.fengcool.com%2F2007%2F08%2Fwindows-most-common-shortcut-keys%2F&amp;linkname=Windows%20most%20common%20shortcut%20keys"><img src="http://www.fengcool.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Save/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.fengcool.com/2007/08/windows-most-common-shortcut-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

