<?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>Johnny Chin &#187; Microsoft Windows</title>
	<atom:link href="http://www.johnnychin.com/blog/category/microsoft-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnnychin.com/blog</link>
	<description>my 2-¢ents worth of thoughts and opinions</description>
	<lastBuildDate>Sat, 06 Mar 2010 01:02:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>svchost.exe and rundll32.exe used to load a malware/spyware DLL</title>
		<link>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/</link>
		<comments>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:30:45 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[spyware / viruses / worms]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[Avast]]></category>
		<category><![CDATA[ClamAV]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[HijackThis]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[malware]]></category>
		<category><![CDATA[MalwareBytes]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Opera Browser]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[random]]></category>
		<category><![CDATA[redirection]]></category>
		<category><![CDATA[rundll32.exe]]></category>
		<category><![CDATA[search]]></category>
		<category><![CDATA[Spybot-SD]]></category>
		<category><![CDATA[spyware]]></category>
		<category><![CDATA[Suspicious.Insight]]></category>
		<category><![CDATA[svchost.exe]]></category>
		<category><![CDATA[Symantec]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[Trojan-Proxy.Win32.Koobface]]></category>
		<category><![CDATA[URL]]></category>
		<category><![CDATA[W32.Koobface.D]]></category>
		<category><![CDATA[Win32:Malware-gen]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=730</guid>
		<description><![CDATA[<p><img alt="Microsoft" src="http://galleries.jchinphotography.com/photos/803163274_HXMHH-Th.png" title="Microsoft" class="alignright" width="150" height="110" /><br />
<h3>clicking search page links,<br />results in randomly redirected URL pages<br />svchost.exe and rundll32.exe used to load malware/spyware DLL</h3>
<p>Today, for the second time in a month, I was asked to help remove a spyware/malware from a computer running Windows XP SP3.  In both cases, the symptoms were identical. The user immediately noticed something was wrong because their web browser started to behave oddly. Here is what happened:</p>
<ol>
<li>Open the web browser of choice (<a href="http://www.microsoft.com/ie" target="_blank">IE</a> or <a href="http://www.getfirefox.com/" target="_blank">Firefox</a> or <a href="http://www.opera.com/" target="_blank">Opera</a>) and load a search portal (Google, MSN or Yahoo) site
<li>type in something to search (&#8220;winter coat&#8221;)
<li>on the results page, if you right-click on a link and &#8220;open in new tab/window&#8221;, the page opens and immediately gets redirected to some other random page (usually some other portal site)
<li>HOWEVER, if you right-click on a link and select &#8220;copy shortcut&#8221;, then MANUALLY open a tab and paste the link, the page opens just fine
</ol>
<p><center><br />
<hr width="80%"></center></p>
<p>The first time this happened (Feb. 3, 2010), it was on a friend&#8217;s computer and he is a veteran IT person (network system administrator for 10+ years).  He keeps his computer very secure, usually.</p>
<p>We checked the usual system settings (network settings, proxy settings, &#8220;odd&#8221; programs running, etc.). We ran the usual anti-spyware and anti-virus scans, call came back clean as usual.</p>
<blockquote><p><a href="http://www.avast.com/eng/" target="_blank">Avast AntiVirus</a> &#8211; clean<br />
<a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://free.antivirus.com/hijackthis/" target="_blank">HiJackThis</a> &#8211; normal<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.spybot.info/en/" target="_blank">Spybot SD</a> &#8211; clean
</p></blockquote>
<p>However, running the SysInternals utility, PROCEXP.EXE, I happened to notice this line:<br />
<b>C:\WINDOWS\system32\rundll32.exe &#8220;C:\WINDOWS\system32\efsadub.dll&#8221;,DWLGXPLFFX</b><br />
which was running as a sub-process under svchost.exe (C:\WINDOWS\system32\svchost.exe -k netsvcs).<br />
<center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1-300x29.jpg" alt="" title="svchost-rundll32-efsadub" width="300" height="29" class="aligncenter size-medium wp-image-736" /></a></center></p>
<p>The file <b>&#8220;C:\WINDOWS\system32\efsadub.dll&#8221;</b> (notice the &#8220;b&#8221; in the filename) had its special bits set as &#8220;read-only&#8221;, &#8220;hidden&#8221; and &#8220;system&#8221;.  When we try to change the attributes, we get &#8220;Access Denied&#8221; (even from an Administrator account).  Hell, we even tried to access this in Safe-Mode Command Prompt Only, we get the same error. We could not rename the file either, obviously.</p>
<p>I was finally able to change the attributes and rename the file after running &#8220;<monospace><b>CACLS.EXE efsadub.dll /G EVERYONE:F</b></monospace>&#8221; on the file. Once the file was renamed and the computer rebooted, the problem went away. I was able to delete the offending file afterwords.</p>
<p>For the VirusTotal analysis report on the file &#8220;<b>efsadub.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725" target="_blank">http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>Today (March 5, 2010), a client called and his computer had the same symptoms.  Again, I checked the usual suspects (running programs, etc.) and performed the usual scans (anti-virus, anti-malware, etc.).  They all came back “clean”.  However, I did notice that the signatures were slightly dated (about a month old).  When I tried to update them, error messages resulted.  MalwareBytes gave an error and hung in a loop.  Symantec Anti-Virus LiveUpdates just failed.</p>
<blockquote><p><a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.symantec.com/" target="_blank">Symantec Anti-Virus</a> &#8211; clean
</p></blockquote>
<p>I then ran the PROCEXP.EXE utility from <a href="http://www.sysinternals.com/" target="_blank">SysInternals</a>. There were no odd DLLs loaded like the last time. Hmm… so this is not exactly the same as last time.</p>
<p>Since this had to be a malware that loaded at startup, I decided to check the System Services.  I then noticed an “odd” service running named “Server WebCheckChannelAgent Performance Folder Provisioning Icon Driver CPL”, with a short-name of “srvoko6”.  I tried to disable it and it kept resetting to “Automatic”.</p>
<p>Looking at the properties of this service, revealed that it was loading via “<b>%SYSTEM%\svchost.exe –k netsvc6</b>”.  I searched the web on the terms “<b>srvoko6</b>” and “<b>netsvc6</b>”, I came across this site:<br />
<a href="http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1" target="_blank">http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1</a><br />
which mentions the “<b>ok6o.dll</b>” and “<b>ok6o.sys</b>” files.  So I searched for those files, and found them (they were not hidden).  Trying to rename them worked, but they were immediately recreated by the malware.</p>
<p>NOTE: the above ThreatExpert site reports that this service was also named “Office Workstation Remote”.  This tells me that the service display name can vary.</p>
<p>Instead, I used “CACLS.EXE” to change access permissions to these files so that nobody (or system service) was allowed to access them.  Rebooted the computer and verified that the malware was no longer actively running.  This time, I was able to successfully disable the service and renamed the “ok6o.dll” and “ok6o.sys” files.</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko-300x19.jpg" alt="" title="service-o6ko" width="300" height="19" class="aligncenter size-medium wp-image-738" /></a></center></p>
<p>I was then able to restore permissions to those files and delete them.  Updated signatures for MalwareBytes and Symantec Anti-Virus, followed by a complete system scan.  This time those programs found the installer stub files “C:\WINDOWS\bill103.exe” and “C:\WINDOWS\rdr_1267369102.exe” (which most likely are random filenames the initial download script created).</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce-300x229.jpg" alt="" title="malwarebytes-koobface" width="300" height="229" class="aligncenter size-medium wp-image-739" /></a></center></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995" target="_blank">http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995</a></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.sys</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431" target="_blank">http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>As you can see from the VirusTotal analysis reports, <strong>not</strong> all anti-virus scanners detect or flag these files. So, for most of these malware/spyware, it still requires manual detection and removal.</p>
<p><strong class="highlight">STRONG WARNING:</strong> be very careful of websites that tells you do download an executable to remove the malware/spyware.  If you are not familiar with the website, <strong>DO NOT download and run the program</strong>, it can possibly install another piece of malwayre/spyware onto your computer.  It is best to call a professional (or at least someone who knows with 100% certainty what they are doing) to clean your computer.</p>
<p><strong class="highlight">NOTICE:</strong> when renaming files and changing attributes or permissions, it is strongly advised that you do those via command-line commands in the “Command Prompt” window. If the malware/spyware is attached to the Windows Explorer process and/or its handles, it can intercept your mouse-click commands, making it seem like you did what you wanted to, but in reality the malware/spyware actually created another copy of itself with a different name and reinstalled itself using those new copies. The “Command Prompt” method is the most secure way of doing this work; however it is a lot of typing.</p>
<p>Feel free to post comments below if you need help or have recommendations.</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;notes=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;bodytext=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;annotation=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&opener=bm&amp;ei=UTF-8&amp;d=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img alt="Microsoft" src="http://galleries.jchinphotography.com/photos/803163274_HXMHH-Th.png" title="Microsoft" class="alignright" width="150" height="110" /><br />
<h3>clicking search page links,<br />results in randomly redirected URL pages<br />svchost.exe and rundll32.exe used to load malware/spyware DLL</h3>
<p>Today, for the second time in a month, I was asked to help remove a spyware/malware from a computer running Windows XP SP3.  In both cases, the symptoms were identical. The user immediately noticed something was wrong because their web browser started to behave oddly. Here is what happened:</p>
<ol>
<li>Open the web browser of choice (<a href="http://www.microsoft.com/ie" target="_blank">IE</a> or <a href="http://www.getfirefox.com/" target="_blank">Firefox</a> or <a href="http://www.opera.com/" target="_blank">Opera</a>) and load a search portal (Google, MSN or Yahoo) site
<li>type in something to search (&#8220;winter coat&#8221;)
<li>on the results page, if you right-click on a link and &#8220;open in new tab/window&#8221;, the page opens and immediately gets redirected to some other random page (usually some other portal site)
<li>HOWEVER, if you right-click on a link and select &#8220;copy shortcut&#8221;, then MANUALLY open a tab and paste the link, the page opens just fine
</ol>
<p><center><br />
<hr width="80%"></center></p>
<p>The first time this happened (Feb. 3, 2010), it was on a friend&#8217;s computer and he is a veteran IT person (network system administrator for 10+ years).  He keeps his computer very secure, usually.</p>
<p>We checked the usual system settings (network settings, proxy settings, &#8220;odd&#8221; programs running, etc.). We ran the usual anti-spyware and anti-virus scans, call came back clean as usual.</p>
<blockquote><p><a href="http://www.avast.com/eng/" target="_blank">Avast AntiVirus</a> &#8211; clean<br />
<a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://free.antivirus.com/hijackthis/" target="_blank">HiJackThis</a> &#8211; normal<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.spybot.info/en/" target="_blank">Spybot SD</a> &#8211; clean
</p></blockquote>
<p>However, running the SysInternals utility, PROCEXP.EXE, I happened to notice this line:<br />
<b>C:\WINDOWS\system32\rundll32.exe &#8220;C:\WINDOWS\system32\efsadub.dll&#8221;,DWLGXPLFFX</b><br />
which was running as a sub-process under svchost.exe (C:\WINDOWS\system32\svchost.exe -k netsvcs).<br />
<center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/procexp-efsadub-1-300x29.jpg" alt="" title="svchost-rundll32-efsadub" width="300" height="29" class="aligncenter size-medium wp-image-736" /></a></center></p>
<p>The file <b>&#8220;C:\WINDOWS\system32\efsadub.dll&#8221;</b> (notice the &#8220;b&#8221; in the filename) had its special bits set as &#8220;read-only&#8221;, &#8220;hidden&#8221; and &#8220;system&#8221;.  When we try to change the attributes, we get &#8220;Access Denied&#8221; (even from an Administrator account).  Hell, we even tried to access this in Safe-Mode Command Prompt Only, we get the same error. We could not rename the file either, obviously.</p>
<p>I was finally able to change the attributes and rename the file after running &#8220;<monospace><b>CACLS.EXE efsadub.dll /G EVERYONE:F</b></monospace>&#8221; on the file. Once the file was renamed and the computer rebooted, the problem went away. I was able to delete the offending file afterwords.</p>
<p>For the VirusTotal analysis report on the file &#8220;<b>efsadub.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725" target="_blank">http://www.virustotal.com/analisis/b1ff584a9b490418a159ab4afe85ae1802e4c4634c942756640a4411467ef25d-1264975725</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>Today (March 5, 2010), a client called and his computer had the same symptoms.  Again, I checked the usual suspects (running programs, etc.) and performed the usual scans (anti-virus, anti-malware, etc.).  They all came back “clean”.  However, I did notice that the signatures were slightly dated (about a month old).  When I tried to update them, error messages resulted.  MalwareBytes gave an error and hung in a loop.  Symantec Anti-Virus LiveUpdates just failed.</p>
<blockquote><p><a href="http://www.clamwin.com/" target="_blank">ClamAV</a> &#8211; clean<br />
<a href="http://malwarebytes.org/" target="_blank">MalwareBytes</a> &#8211; clean<br />
<a href="http://www.symantec.com/" target="_blank">Symantec Anti-Virus</a> &#8211; clean
</p></blockquote>
<p>I then ran the PROCEXP.EXE utility from <a href="http://www.sysinternals.com/" target="_blank">SysInternals</a>. There were no odd DLLs loaded like the last time. Hmm… so this is not exactly the same as last time.</p>
<p>Since this had to be a malware that loaded at startup, I decided to check the System Services.  I then noticed an “odd” service running named “Server WebCheckChannelAgent Performance Folder Provisioning Icon Driver CPL”, with a short-name of “srvoko6”.  I tried to disable it and it kept resetting to “Automatic”.</p>
<p>Looking at the properties of this service, revealed that it was loading via “<b>%SYSTEM%\svchost.exe –k netsvc6</b>”.  I searched the web on the terms “<b>srvoko6</b>” and “<b>netsvc6</b>”, I came across this site:<br />
<a href="http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1" target="_blank">http://www.threatexpert.com/report.aspx?md5=c801bd4576fc95cb03e918950edd21a1</a><br />
which mentions the “<b>ok6o.dll</b>” and “<b>ok6o.sys</b>” files.  So I searched for those files, and found them (they were not hidden).  Trying to rename them worked, but they were immediately recreated by the malware.</p>
<p>NOTE: the above ThreatExpert site reports that this service was also named “Office Workstation Remote”.  This tells me that the service display name can vary.</p>
<p>Instead, I used “CACLS.EXE” to change access permissions to these files so that nobody (or system service) was allowed to access them.  Rebooted the computer and verified that the malware was no longer actively running.  This time, I was able to successfully disable the service and renamed the “ok6o.dll” and “ok6o.sys” files.</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/o6ko-300x19.jpg" alt="" title="service-o6ko" width="300" height="19" class="aligncenter size-medium wp-image-738" /></a></center></p>
<p>I was then able to restore permissions to those files and delete them.  Updated signatures for MalwareBytes and Symantec Anti-Virus, followed by a complete system scan.  This time those programs found the installer stub files “C:\WINDOWS\bill103.exe” and “C:\WINDOWS\rdr_1267369102.exe” (which most likely are random filenames the initial download script created).</p>
<p><center><a href="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce.jpg" rel="lightbox"><img src="http://www.johnnychin.com/blog/wp-content/uploads/2010/03/malwarebytes-bruce-300x229.jpg" alt="" title="malwarebytes-koobface" width="300" height="229" class="aligncenter size-medium wp-image-739" /></a></center></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.dll</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995" target="_blank">http://www.virustotal.com/analisis/7d6d2edc4eac763bc687e578008474dc85245b1e55d5ca5ae958d220f4802fbf-1267641995</a></p>
<p>For the VirusTotal analysis on the file &#8220;<b>o6ko.sys</b>&#8220;, goto:<br />
<a href="http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431" target="_blank">http://www.virustotal.com/analisis/d599b5fb31b6387ff7e540fabb655bbde0990ce9db1e6f1918bec6ac21d43278-1267374431</a></p>
<p><center><br />
<hr width="80%"></center></p>
<p>As you can see from the VirusTotal analysis reports, <strong>not</strong> all anti-virus scanners detect or flag these files. So, for most of these malware/spyware, it still requires manual detection and removal.</p>
<p><strong class="highlight">STRONG WARNING:</strong> be very careful of websites that tells you do download an executable to remove the malware/spyware.  If you are not familiar with the website, <strong>DO NOT download and run the program</strong>, it can possibly install another piece of malwayre/spyware onto your computer.  It is best to call a professional (or at least someone who knows with 100% certainty what they are doing) to clean your computer.</p>
<p><strong class="highlight">NOTICE:</strong> when renaming files and changing attributes or permissions, it is strongly advised that you do those via command-line commands in the “Command Prompt” window. If the malware/spyware is attached to the Windows Explorer process and/or its handles, it can intercept your mouse-click commands, making it seem like you did what you wanted to, but in reality the malware/spyware actually created another copy of itself with a different name and reinstalled itself using those new copies. The “Command Prompt” method is the most secure way of doing this work; however it is a lot of typing.</p>
<p>Feel free to post comments below if you need help or have recommendations.</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;notes=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;bodytext=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;annotation=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;title=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;t=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&opener=bm&amp;ei=UTF-8&amp;d=clicking%20search%20page%20links%2Cresults%20in%20randomly%20redirected%20URL%20pagessvchost.exe%20and%20rundll32.exe%20used%20to%20load%20malware%2Fspyware%20DLL%0D%0A%0D%0AToday%2C%20for%20the%20second%20time%20in%20a%20month%2C%20I%20was%20asked%20to%20help%20remove%20a%20spyware%2Fmalware%20from%20a%20computer%20running%20Windows%20XP" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=svchost.exe%20and%20rundll32.exe%20used%20to%20load%20a%20malware%2Fspyware%20DLL&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2010%2F03%2Fsvchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2010/03/svchost-exe-and-rundll32-exe-used-to-load-a-malwarespyware-dll/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>removing Microsoft .NET Framework Assistant Extension (spyware-like installation) from Firefox</title>
		<link>http://www.johnnychin.com/blog/2009/07/removing-microsoft-net-framework-assistant-extension-from-firefox/</link>
		<comments>http://www.johnnychin.com/blog/2009/07/removing-microsoft-net-framework-assistant-extension-from-firefox/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:27:44 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[tweaking / hacking / fixing]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[fixing]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[spyware]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=517</guid>
		<description><![CDATA[<h3>How to remove Microsoft .NET Framework Assistant Extension from Firefox 3.0 and Firefox 3.5</h3>
<p><img src="http://galleries.jchinphotography.com/photos/580938390_kv6xu-Ti.png" align=right><br />
I just upgraded to <a href="/.r/?http://www.getfirefox.com/" target=_Firefox>Firefox 3.5</a> and realized that Microsoft snuck in (spyware-like installation, without user acknowledgment) an extension to Firefox 3.0 that is not compatible with Firefox 3.5, that extension is the Microsoft .NET Framework Assistant 1.0.</p>
<p>Microsoft has released a newer version of that extension, version 1.1, which is compatible with Firefox 3.5.  However, Firefox 3.5 cannot automatically update to it, you have to do it manually and can be found here:<br />
<a href="/.r/?https://addons.mozilla.org/en-US/firefox/addon/9449">https://addons.mozilla.org/en-US/firefox/addon/9449</a></p>
<p>Well … being that I want to use Firefox and stay away from Microsoft’s browser and plug-ins, I wanted to find a way to remove the Microsoft .NET Framework Assistant 1.0 extension, since you cannot just click “Uninstall” like all the other extensions I have in Firefox.  Besides, why would I want to keep an extension installed that I did not install myself?  Would you knowingly keep a piece of spyware running on your computer?  Heck no!</p>
<p>So digging around, I found clues on how to remove it.  Here is a script that I wrote to remove the extension from the computer and remove it from Firefox.  However, I still had to manually remove the additional information Microsoft added to the Firefox UserAgent header.</p>
<blockquote><p><font size=1><br />
@echo off<br />
echo Removing dotNET Assistant Extension files &#8230;<br />
rd /s &#8220;%windir%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension&#8221;<br />
echo.<br />
echo Removing dotNET extension from registry &#8230;<br />
REG.EXE DELETE &#8220;HKLM\SOFTWARE\Mozilla\Firefox\Extensions&#8221; /v &#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221; /f<br />
echo.<br />
echo.<br />
echo MUST manually remove the UserAgent setting from each Firefox profile &#8230;<br />
echo.<br />
echo you can manually delete this line from each prefs.js:<br />
echo user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);<br />
echo.<br />
echo or do it from &#8220;about:config&#8221; within Firefox<br />
echo.<br />
</font></p></blockquote>
<p>However, this code did NOT work for all of my workstations.  I found that in those cases I needed to manually remove an entry from the registry, so I created this .REG file:</p>
<blockquote><p><font size=1><br />
REGEDIT4</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\extensions]<br />
&#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221;=-<br />
</font></p></blockquote>
<p>Finally, to remove the added text from the UserAgent header in Firefox.</p>
<p>One way to do this is to simply open the <b>prefs.js</b> for your Firefox profile and remove the line which reads:</p>
<blockquote><p><font size=1>user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);</font></p></blockquote>
<p>Or you can &#8230; in Firefox, type “<b>about:config</b>” into the URL box and you should see this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-300x135.jpg" alt="about-config" title="about-config" width="300" height="135" class="alignnone size-full wp-image-518" /></a></p>
<p>Now in the filter box, type “<b>useragent</b>” and you should see something like this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent-300x135.jpg" alt="about-config-useragent" title="about-config-useragent" width="300" height="135" class="alignnone size-medium wp-image-522" /></a></p>
<p>Right-click on the “<b>general.useragent.extra.microsoftdotnet</b>” line brings up a menu, select “<b>Reset</b>”.<br />
Now close out of Firefox completely and restart it.  You are now done.<br />
&nbsp;<br />
&nbsp;<br />
<font size=1>Reference: <a href="/.r/?http://support.microsoft.com/kb/963707" target=_Microsoft>http://support.microsoft.com/kb/963707</a></font><br />
&nbsp;</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;notes=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;bodytext=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;t=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;annotation=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;t=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;body=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;t=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&opener=bm&amp;ei=UTF-8&amp;d=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<h3>How to remove Microsoft .NET Framework Assistant Extension from Firefox 3.0 and Firefox 3.5</h3>
<p><img src="http://galleries.jchinphotography.com/photos/580938390_kv6xu-Ti.png" align=right><br />
I just upgraded to <a href="/.r/?http://www.getfirefox.com/" target=_Firefox>Firefox 3.5</a> and realized that Microsoft snuck in (spyware-like installation, without user acknowledgment) an extension to Firefox 3.0 that is not compatible with Firefox 3.5, that extension is the Microsoft .NET Framework Assistant 1.0.</p>
<p>Microsoft has released a newer version of that extension, version 1.1, which is compatible with Firefox 3.5.  However, Firefox 3.5 cannot automatically update to it, you have to do it manually and can be found here:<br />
<a href="/.r/?https://addons.mozilla.org/en-US/firefox/addon/9449">https://addons.mozilla.org/en-US/firefox/addon/9449</a></p>
<p>Well … being that I want to use Firefox and stay away from Microsoft’s browser and plug-ins, I wanted to find a way to remove the Microsoft .NET Framework Assistant 1.0 extension, since you cannot just click “Uninstall” like all the other extensions I have in Firefox.  Besides, why would I want to keep an extension installed that I did not install myself?  Would you knowingly keep a piece of spyware running on your computer?  Heck no!</p>
<p>So digging around, I found clues on how to remove it.  Here is a script that I wrote to remove the extension from the computer and remove it from Firefox.  However, I still had to manually remove the additional information Microsoft added to the Firefox UserAgent header.</p>
<blockquote><p><font size=1><br />
@echo off<br />
echo Removing dotNET Assistant Extension files &#8230;<br />
rd /s &#8220;%windir%\Microsoft.NET\Framework\v3.5\Windows Presentation Foundation\DotNetAssistantExtension&#8221;<br />
echo.<br />
echo Removing dotNET extension from registry &#8230;<br />
REG.EXE DELETE &#8220;HKLM\SOFTWARE\Mozilla\Firefox\Extensions&#8221; /v &#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221; /f<br />
echo.<br />
echo.<br />
echo MUST manually remove the UserAgent setting from each Firefox profile &#8230;<br />
echo.<br />
echo you can manually delete this line from each prefs.js:<br />
echo user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);<br />
echo.<br />
echo or do it from &#8220;about:config&#8221; within Firefox<br />
echo.<br />
</font></p></blockquote>
<p>However, this code did NOT work for all of my workstations.  I found that in those cases I needed to manually remove an entry from the registry, so I created this .REG file:</p>
<blockquote><p><font size=1><br />
REGEDIT4</p>
<p>[HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\Firefox\extensions]<br />
&#8220;{20a82645-c095-46ed-80e3-08825760534b}&#8221;=-<br />
</font></p></blockquote>
<p>Finally, to remove the added text from the UserAgent header in Firefox.</p>
<p>One way to do this is to simply open the <b>prefs.js</b> for your Firefox profile and remove the line which reads:</p>
<blockquote><p><font size=1>user_pref(&#8220;general.useragent.extra.microsoftdotnet&#8221;, &#8220;(.NET CLR 3.5.30729)&#8221;);</font></p></blockquote>
<p>Or you can &#8230; in Firefox, type “<b>about:config</b>” into the URL box and you should see this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-300x135.jpg" alt="about-config" title="about-config" width="300" height="135" class="alignnone size-full wp-image-518" /></a></p>
<p>Now in the filter box, type “<b>useragent</b>” and you should see something like this:<br />
<a href="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent.jpg" target=lightbox rel=lightbox><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/07/about-config-useragent-300x135.jpg" alt="about-config-useragent" title="about-config-useragent" width="300" height="135" class="alignnone size-medium wp-image-522" /></a></p>
<p>Right-click on the “<b>general.useragent.extra.microsoftdotnet</b>” line brings up a menu, select “<b>Reset</b>”.<br />
Now close out of Firefox completely and restart it.  You are now done.<br />
&nbsp;<br />
&nbsp;<br />
<font size=1>Reference: <a href="/.r/?http://support.microsoft.com/kb/963707" target=_Microsoft>http://support.microsoft.com/kb/963707</a></font><br />
&nbsp;</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;notes=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;bodytext=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;t=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;annotation=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;t=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;body=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;title=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;t=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&opener=bm&amp;ei=UTF-8&amp;d=How%20to%20remove%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20from%20Firefox%203.0%20and%20Firefox%203.5%0D%0A%0D%0AI%20just%20upgraded%20to%20Firefox%203.5%20and%20realized%20that%20Microsoft%20snuck%20in%20%28spyware-like%20installation%2C%20without%20user%20acknowledgment%29%20an%20extension%20to%20Firefox%203.0%20th" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=removing%20Microsoft%20.NET%20Framework%20Assistant%20Extension%20%28spyware-like%20installation%29%20from%20Firefox&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F07%2Fremoving-microsoft-net-framework-assistant-extension-from-firefox%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/07/removing-microsoft-net-framework-assistant-extension-from-firefox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>IE8 Standalone Installer</title>
		<link>http://www.johnnychin.com/blog/2009/05/ie8-standalone-installer/</link>
		<comments>http://www.johnnychin.com/blog/2009/05/ie8-standalone-installer/#comments</comments>
		<pubDate>Wed, 27 May 2009 23:51:34 +0000</pubDate>
		<dc:creator>Johnny</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Microsoft Windows]]></category>
		<category><![CDATA[computer stuff]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.johnnychin.com/blog/?p=401</guid>
		<description><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/ie8_logo_thumb-150x150.jpg" alt="ie8_logo_thumb" title="ie8_logo_thumb" width="150" height="150" class="alignright size-thumbnail wp-image-402" /> Why does Microsoft make it so difficult to find the links to download Internet Explorer 8 as a standalone installer?  It use to be at the bottom of the stub-installer download page.  Well after some digging, I found them and here are direct links to the standalone off-line installers of the release version of Internet Explorer 8.</p>
<p>Download links below are for the United States English version of Internet Explorer 8. Click on a link below to download for the operating system of your choice:</p>
<ul>
<li><a href="/.r/?http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe">Windows XP</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows XP</a> (64-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Vista</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Vista 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/0/7507EBD5-0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-ENU.exe">Windows Server 2003</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows Server 2003 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Server 2008</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Server 2008 64-bit</a> </li>
</ul>
<p>If you want to download a localized versions of IE8 (other languages, etc), you can download them <a href="/.r/?http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">from here.</a></p>
<p>I needed these standalone installers for a client who wanted to upgrade all their workstations to Internet Explorer 8. <a href="/.r/?http://www.mozilla.com/?from=sfx&#038;uid=0&#038;t=306"><img border="0" alt="get Firefox" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png" align=right /></a> Personally, I still prefer to use <a href="/.r/?http://www.mozilla.com/en-US/firefox/" target=_firefox>Mozilla Firefox</a>.<br />
&nbsp;</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;notes=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;bodytext=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;t=IE8%20Standalone%20Installer" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;annotation=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;t=IE8%20Standalone%20Installer" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;body=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=IE8%20Standalone%20Installer&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=IE8%20Standalone%20Installer%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;t=IE8%20Standalone%20Installer&opener=bm&amp;ei=UTF-8&amp;d=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=IE8%20Standalone%20Installer&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
<div style="display:block"><small><em><br />&copy;2010 <a href="http://www.johnnychin.com/blog">Johnny Chin</a>. All Rights Reserved.</em></small></div>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.johnnychin.com/blog/wp-content/uploads/2009/05/ie8_logo_thumb-150x150.jpg" alt="ie8_logo_thumb" title="ie8_logo_thumb" width="150" height="150" class="alignright size-thumbnail wp-image-402" /> Why does Microsoft make it so difficult to find the links to download Internet Explorer 8 as a standalone installer?  It use to be at the bottom of the stub-installer download page.  Well after some digging, I found them and here are direct links to the standalone off-line installers of the release version of Internet Explorer 8.</p>
<p>Download links below are for the United States English version of Internet Explorer 8. Click on a link below to download for the operating system of your choice:</p>
<ul>
<li><a href="/.r/?http://download.microsoft.com/download/C/C/0/CC0BD555-33DD-411E-936B-73AC6F95AE11/IE8-WindowsXP-x86-ENU.exe">Windows XP</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows XP</a> (64-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Vista</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Vista 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/0/7507EBD5-0193-4B7F-9F14-9014C7EB5C67/IE8-WindowsServer2003-x86-ENU.exe">Windows Server 2003</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/7/5/4/754D6601-662D-4E39-9788-6F90D8E5C097/IE8-WindowsServer2003-x64-ENU.exe">Windows Server 2003 64-bit</a> </li>
<li><a href="/.r/?http://download.microsoft.com/download/F/8/8/F88F09A2-A315-44C0-848E-48476A9E1577/IE8-WindowsVista-x86-ENU.exe">Windows Server 2008</a> (32-bit) </li>
<li><a href="/.r/?http://download.microsoft.com/download/D/C/F/DCF5DACB-313F-40C6-889C-AD1F8546099D/IE8-WindowsVista-x64-ENU.exe">Windows Server 2008 64-bit</a> </li>
</ul>
<p>If you want to download a localized versions of IE8 (other languages, etc), you can download them <a href="/.r/?http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx">from here.</a></p>
<p>I needed these standalone installers for a client who wanted to upgrade all their workstations to Internet Explorer 8. <a href="/.r/?http://www.mozilla.com/?from=sfx&#038;uid=0&#038;t=306"><img border="0" alt="get Firefox" src="http://sfx-images.mozilla.org/affiliates/Buttons/firefox3/110x32_get_ffx.png" align=right /></a> Personally, I still prefer to use <a href="/.r/?http://www.mozilla.com/en-US/firefox/" target=_firefox>Mozilla Firefox</a>.<br />
&nbsp;</p>

<div class="sociable">

<ul>
	<li class="sociablefirst"><a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;notes=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="del.icio.us"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;bodytext=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Digg"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;t=IE8%20Standalone%20Installer" title="Facebook"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://faves.com/Authoring.aspx?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Faves"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/bluedot.png" title="Faves" alt="Faves" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;annotation=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Google Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/googlebookmark.png" title="Google Bookmarks" alt="Google Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;source=Johnny+Chin+my+2-%C2%A2ents+worth+of+thoughts+and+opinions&amp;summary=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="LinkedIn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="https://favorites.live.com/quickadd.aspx?marklet=1&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Live"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/live.png" title="Live" alt="Live" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Mixx"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/mixx.png" title="Mixx" alt="Mixx" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;t=IE8%20Standalone%20Installer" title="MySpace"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/myspace.png" title="MySpace" alt="MySpace" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer&amp;body=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Ping.fm"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.propeller.com/submit/?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Propeller"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/propeller.png" title="Propeller" alt="Propeller" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="Reddit"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=IE8%20Standalone%20Installer&amp;url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Slashdot"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Sphinn"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/sphinn.png" title="Sphinn" alt="Sphinn" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;title=IE8%20Standalone%20Installer" title="StumbleUpon"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Technorati"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=IE8%20Standalone%20Installer%20-%20http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="Twitter"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://bookmarks.yahoo.com/toolbar/savebm?u=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;t=IE8%20Standalone%20Installer&opener=bm&amp;ei=UTF-8&amp;d=%20Why%20does%20Microsoft%20make%20it%20so%20difficult%20to%20find%20the%20links%20to%20download%20Internet%20Explorer%208%20as%20a%20standalone%20installer%3F%20%20It%20use%20to%20be%20at%20the%20bottom%20of%20the%20stub-installer%20download%20page.%20%20Well%20after%20some%20digging%2C%20I%20found%20them%20and%20here%20are%20direct%20links%20to" title="Yahoo! Bookmarks"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/yahoomyweb.png" title="Yahoo! Bookmarks" alt="Yahoo! Bookmarks" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="mailto:?subject=IE8%20Standalone%20Installer&amp;body=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F" title="email"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;partner=sociable" title="PDF"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/pdf.png" title="PDF" alt="PDF" class="sociable-hovers" /></a></li>
	<li><a rel="nofollow"  target="_blank" href="http://www.printfriendly.com/print?url=http%3A%2F%2Fwww.johnnychin.com%2Fblog%2F2009%2F05%2Fie8-standalone-installer%2F&amp;partner=sociable" title="Print"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/printfriendly.png" title="Print" alt="Print" class="sociable-hovers" /></a></li>
	<li class="sociablelast"><a rel="nofollow"  target="_blank" href="http://www.johnnychin.com/blog/feed/" title="RSS"><img src="http://www.johnnychin.com/blog/wp-content/plugins/sociable/images/rss.png" title="RSS" alt="RSS" class="sociable-hovers" /></a></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.johnnychin.com/blog/2009/05/ie8-standalone-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<DIV id=Google-Analytics>
<!-- BEGIN Google Analytics -->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript"> try { _uacct = "UA-8276360-1"; urchinTracker(); } catch(err) {}</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-8276360-1"); pageTracker._trackPageview(); } catch(err) {}</script>
<!-- END Google Analytics -->
</DIV>

