<?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>Paul Gu&#124;blog &#187; Windows</title>
	<atom:link href="http://blog.paulgu.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.paulgu.com</link>
	<description>Sharing my world with the world</description>
	<lastBuildDate>Thu, 09 Feb 2012 04:47:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Revert to Default Folder Icon in Windows</title>
		<link>http://blog.paulgu.com/windows/revert-to-default-folder-icon-in-windows/</link>
		<comments>http://blog.paulgu.com/windows/revert-to-default-folder-icon-in-windows/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:41:23 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/?p=1285</guid>
		<description><![CDATA[You may see the “pretty” icons in user folder keep turning back into regular folder icons, and what we can do to fix it? The icons that are displayed on the folders are set through the hidden desktop.ini file inside of each folder. The problem is that a lot of applications seem to screw with [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/windows/revert-to-default-folder-icon-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typing French Accents</title>
		<link>http://blog.paulgu.com/windows/typing-french-accents/</link>
		<comments>http://blog.paulgu.com/windows/typing-french-accents/#comments</comments>
		<pubDate>Sat, 01 Jan 2011 19:33:54 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2011/01/01/typing-french-accents/</guid>
		<description><![CDATA[To type accents with ALT codes, hold down the ALT key, then on the numeric keypad type the three or four digits listed here. When you release the ALT key, the character will appear. a with grave accent à&#160; ALT + 133&#160;&#160;&#160; À&#160; ALT + 0192 a with circumflex â&#160; ALT + 131&#160;&#160;&#160; Â&#160; ALT [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/windows/typing-french-accents/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Process Kill Script for Windows</title>
		<link>http://blog.paulgu.com/programming/process-kill-script-for-windows/</link>
		<comments>http://blog.paulgu.com/programming/process-kill-script-for-windows/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 16:06:20 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2010/12/30/process-kill-script-for-windows/</guid>
		<description><![CDATA[In a case, you might want to kill one or more processes in Windows. Of course, you can kill them one by one in Task Manager, but you need to find each one and hit End Process button, the chances are you might kill wrong process . To make it simple, accurate and fast, use [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/programming/process-kill-script-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Run Windows batch script minimized</title>
		<link>http://blog.paulgu.com/windows/how-to-run-a-windows-dos-batchcmd-script-minimized/</link>
		<comments>http://blog.paulgu.com/windows/how-to-run-a-windows-dos-batchcmd-script-minimized/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 18:50:28 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[DOS]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/07/13/how-to-run-a-windows-dos-batchcmd-script-minimized/</guid>
		<description><![CDATA[The code below that will force a Windows batch script to run in a minimized window. Insert it at the beginning of the script: if not &#34;%minimized%&#34;==&#34;&#34; goto :minimized set minimized=true start /min cmd /C &#34;%~dpnx0&#34; goto :EOF :minimized rem Anything after here will run in a minimized window It works by having the script [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/windows/how-to-run-a-windows-dos-batchcmd-script-minimized/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WinXP SP2/VISTA limits max. number of TCP connections/second</title>
		<link>http://blog.paulgu.com/windows/winxp-sp2vista-limits-max-number-of-tcp-connectionssecond/</link>
		<comments>http://blog.paulgu.com/windows/winxp-sp2vista-limits-max-number-of-tcp-connectionssecond/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:34:27 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/06/17/winxp-sp2vista-limits-max-number-of-tcp-connectionssecond/</guid>
		<description><![CDATA[Windows XP Service Pack 2 will limit the maximum number of TCP connections your computer can have at one time. I can see what they are thinking, but I wont mind unless some of my applications (like my multi-threaded port scanner) wont work correctly with this new setting. Here is a registry edit you can [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/windows/winxp-sp2vista-limits-max-number-of-tcp-connectionssecond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to edit the right click menu in Windows</title>
		<link>http://blog.paulgu.com/windows/how-to-edit-the-right-click-menu-in-windows/</link>
		<comments>http://blog.paulgu.com/windows/how-to-edit-the-right-click-menu-in-windows/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:52:32 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/06/11/how-to-edit-the-right-click-menu-in-windows/</guid>
		<description><![CDATA[First, make sure to back up your registry in case something gets messed up. Now open the registry editor by going to Start, then Run and then typing in REGEDIT. Edit right click menu for files HKEY_CLASSES_ROOT\*\shellex\ContextMenuHandlers\ All the folders listed under ContextMenuHandlers are applications that show up when you right click on a file [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/windows/how-to-edit-the-right-click-menu-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Doc File Icon Missing</title>
		<link>http://blog.paulgu.com/windows/html-doc-file-icon-missing/</link>
		<comments>http://blog.paulgu.com/windows/html-doc-file-icon-missing/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:16:18 +0000</pubDate>
		<dc:creator>Paul Gu</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://blog.paulgu.com/2009/06/11/html-doc-file-icon-missing/</guid>
		<description><![CDATA[HTML file icon is not displaying correctly. Here is a fix! The problem has to do with changes that Adobe GoLive 6.0 make to the registry, in particular the persistant handler htmlfile for under HKEY_CLASSES_ROOT\CLSID\{42042206-2D85-11D3-8CFF-005004838597} Under &#34;HKEY_CLASSES_ROOT\CLSID\{42042206-2D85-11D3-8CFF-005004838597}\Old Icon\htmlfile\DefaultIcon&#34; there is a reference to the Adobe GoLive 6.0 executable. Changing that to &#34;(PATH)\iexplore.exe,1&#34; (usually &#34;C:\Program Files\Internet [...]]]></description>
		<wfw:commentRss>http://blog.paulgu.com/windows/html-doc-file-icon-missing/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

