<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Wierd PC Problem: Unable To Run Exe Files</title>
	<atom:link href="http://thesingaporeangamer.com/blog/2009/04/27/wierd-pc-problem-unable-to-run-exe-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://thesingaporeangamer.com/blog/2009/04/27/wierd-pc-problem-unable-to-run-exe-files/</link>
	<description>Things that wow and irk me</description>
	<lastBuildDate>Tue, 18 May 2010 17:32:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mart</title>
		<link>http://thesingaporeangamer.com/blog/2009/04/27/wierd-pc-problem-unable-to-run-exe-files/comment-page-1/#comment-392</link>
		<dc:creator>Mart</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://thesingaporeangamer.com/blog/?p=764#comment-392</guid>
		<description>You just love Microsoft Word, don&#039;t you?  :lol: 

Yeah, I did that too, but the exe extension was not there. And all the registry entries checked out too for some reason. But the tool somehow fixed it.

Btw, you know of any good decompilers for .com files?  :oops: I want to contact the author for the source, but the &lt;a href=&quot;http://windowsxp.mvps.org/feedback.htm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;feedback form&lt;/a&gt; linked from the &lt;a href=&quot;http://windowsxp.mvps.org/copyright.htm&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;copyright page&lt;/a&gt; (right at the bottom under &quot;Contact Information&quot; gave me a 404. :P</description>
		<content:encoded><![CDATA[<p>You just love Microsoft Word, don&#8217;t you?  <img src='http://thesingaporeangamer.com/blog/wp-includes/images/smilies/icon_lol.gif' alt=':lol:' class='wp-smiley' />  </p>
<p>Yeah, I did that too, but the exe extension was not there. And all the registry entries checked out too for some reason. But the tool somehow fixed it.</p>
<p>Btw, you know of any good decompilers for .com files?  <img src='http://thesingaporeangamer.com/blog/wp-includes/images/smilies/icon_redface.gif' alt=':oops:' class='wp-smiley' />  I want to contact the author for the source, but the <a href="http://windowsxp.mvps.org/feedback.htm" target="_blank" rel="nofollow">feedback form</a> linked from the <a href="http://windowsxp.mvps.org/copyright.htm" target="_blank" rel="nofollow">copyright page</a> (right at the bottom under &#8220;Contact Information&#8221; gave me a 404. <img src='http://thesingaporeangamer.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://thesingaporeangamer.com/blog/2009/04/27/wierd-pc-problem-unable-to-run-exe-files/comment-page-1/#comment-391</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://thesingaporeangamer.com/blog/?p=764#comment-391</guid>
		<description>Oh and running an executable from a batch file is different because it bypasses explorer.exe.

Explorer does an automatic file association check whenever it open a file - so when you try to launch an exe from within explorer (ie. double clicking on a shortcut) it does the check, and fires up MS Word. When you launch it from a batch file you actually execute the file directly and explorer does not have the opportunity to preempt execution and open the file in word.</description>
		<content:encoded><![CDATA[<p>Oh and running an executable from a batch file is different because it bypasses explorer.exe.</p>
<p>Explorer does an automatic file association check whenever it open a file &#8211; so when you try to launch an exe from within explorer (ie. double clicking on a shortcut) it does the check, and fires up MS Word. When you launch it from a batch file you actually execute the file directly and explorer does not have the opportunity to preempt execution and open the file in word.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Maciak</title>
		<link>http://thesingaporeangamer.com/blog/2009/04/27/wierd-pc-problem-unable-to-run-exe-files/comment-page-1/#comment-390</link>
		<dc:creator>Luke Maciak</dc:creator>
		<pubDate>Wed, 29 Apr 2009 15:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://thesingaporeangamer.com/blog/?p=764#comment-390</guid>
		<description>Oh man! This is classic - you should have asked me. I can tell you exactly how this happens:

1. User gets an exe file
2. User double clicks it and nothing happens
3. User right clicks on the file and says Open With chooses Microsoft Word
4. User forgets to un-check the &quot;Always use this program to open this type of file&quot; box
5. .exe extension gets associated with MS Word

I&#039;ve seen this happen. You can usually get rid of the problem like this:

1. In explorer go to Tools, Folder Options
2. Go to File Types tab
3. Find the entry for EXE files
4. Delete it
5. Possibly reboot - just in case

Which is essentially what you did via registry but this is more straightforward way of tackling the issue.</description>
		<content:encoded><![CDATA[<p>Oh man! This is classic &#8211; you should have asked me. I can tell you exactly how this happens:</p>
<p>1. User gets an exe file<br />
2. User double clicks it and nothing happens<br />
3. User right clicks on the file and says Open With chooses Microsoft Word<br />
4. User forgets to un-check the &#8220;Always use this program to open this type of file&#8221; box<br />
5. .exe extension gets associated with MS Word</p>
<p>I&#8217;ve seen this happen. You can usually get rid of the problem like this:</p>
<p>1. In explorer go to Tools, Folder Options<br />
2. Go to File Types tab<br />
3. Find the entry for EXE files<br />
4. Delete it<br />
5. Possibly reboot &#8211; just in case</p>
<p>Which is essentially what you did via registry but this is more straightforward way of tackling the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nOri</title>
		<link>http://thesingaporeangamer.com/blog/2009/04/27/wierd-pc-problem-unable-to-run-exe-files/comment-page-1/#comment-387</link>
		<dc:creator>nOri</dc:creator>
		<pubDate>Mon, 27 Apr 2009 12:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://thesingaporeangamer.com/blog/?p=764#comment-387</guid>
		<description>&quot;the cliché act of swallowing my saliva&quot;.. hahahah *BIG GULP* here goes nothing!!</description>
		<content:encoded><![CDATA[<p>&#8220;the cliché act of swallowing my saliva&#8221;.. hahahah *BIG GULP* here goes nothing!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
