<?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>Random thoughts of an overloaded mind &#187; error</title>
	<atom:link href="http://blog.amarkulo.com/tag/error/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.amarkulo.com</link>
	<description>Yet another technical blog about iOS, Windows, Linux, Arduino and everything else</description>
	<lastBuildDate>Tue, 13 Dec 2011 16:56:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Windows update problems</title>
		<link>http://blog.amarkulo.com/windows-update-problems</link>
		<comments>http://blog.amarkulo.com/windows-update-problems#comments</comments>
		<pubDate>Sat, 02 Aug 2008 23:20:59 +0000</pubDate>
		<dc:creator>amar</dc:creator>
				<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[0x80004002]]></category>
		<category><![CDATA[COM server]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wuauclt]]></category>

		<guid isPermaLink="false">http://dzo.blogsite.org/?p=28</guid>
		<description><![CDATA[I have recently reinstalled XP on my laptop and everything worked like a charm. I have downloaded 95% of windows updates including SP3 and .NET updates. BUT suddenly windows updates stopped working. This means also that Windows Defender could not &#8230; <a href="http://blog.amarkulo.com/windows-update-problems">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have recently reinstalled XP on my laptop and everything worked like a charm. I have downloaded 95% of windows updates including SP3 and .NET updates.</p>
<p>BUT suddenly windows updates stopped working. This means also that Windows Defender could not update as well.</p>
<p>The error that I received was 0&#215;80004002 and in c:\windows\windowsupdate.log I have found that this error was explained with text: <strong>Error: 0&#215;80004002. wuauclt handler: failed to spawn COM server.</strong></p>
<p>Some Googling helped and I have found that .dll files that were used by Windows Update were not registered correctly. I think that update of Windows Installer caused this mess because I have used Windows Update after reinstallation until one point where I was trying to download 1 or 2 remaining updates.</p>
<p>Easy fix for this is:</p>
<p>1. Start-&gt;Run-&gt;cmd</p>
<p>2. paste following and type enter</p>
<blockquote><p>regsvr32.exe c:\windows\system32\wuweb.dll<br />
regsvr32.exe c:\windows\system32\wups2.dll<br />
regsvr32.exe c:\windows\system32\wups.dll<br />
regsvr32.exe c:\windows\system32\wucltui.dll<br />
regsvr32.exe c:\windows\system32\wuaueng1.dll<br />
regsvr32.exe c:\windows\system32\wuaueng.dll<br />
regsvr32.exe c:\windows\system32\wuapi.dll</p></blockquote>
<p>3. Update</p>
<hr>
<p><div class="entry-utility">If you don't already have a <a href="http://db.tt/aqrG0tY">Dropbox</a> account then you can create it by clicking on my <a href="http://db.tt/aqrG0tY">affiliate link</a>. You will receive 2GB free account + 250 MB extra and I will receive 250 MB as well. Win-Win :-)</div></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.amarkulo.com/windows-update-problems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

