<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[静怡家园]]></title> 
<link>http://www.zhanghaijun.com/index.php</link> 
<description><![CDATA[书山有路勤为径，学海无涯苦作舟！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[静怡家园]]></copyright>
<item>
<link>http://www.zhanghaijun.com/post/913/</link>
<title><![CDATA[XP卸载IE8之后重新安装出错的解决办法]]></title> 
<author>碟舞飞扬 &lt;webmaster@zhanghaijun.com&gt;</author>
<category><![CDATA[资源共享]]></category>
<pubDate>Thu, 27 Dec 2012 15:35:33 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post/913/</guid> 
<description>
<![CDATA[ 
	Winows XP 系统卸载了IE8之后重装提示“无法安装 Widonws Internet Explorer，因为其他程序或更新正在等待重新启动您的计算机。请重新启动计算机，然后再运行次安装程序。”，重新启动之后安装依然报此错误。<br/><a href="http://www.zhanghaijun.com/attachment.php?fid=108" target="_blank"><img src="http://www.zhanghaijun.com/attachment.php?fid=108" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>解决办法：<br/>执行附件提供下载的批处理文件，执行完之后，双击安装程序即可成功安装了，同时也可解决重装IE8出现的“安装IE8前必须重新启动系统，以便使一些先前的文件更新操作完成（这些操作的日程已有其他安装或卸载操作安排）”<br/><br/><a href="attachment.php?fid=109">点击这里下载文件</a><br/><br/>也可以复制以下代码，保存为.bat批处理文件，然后双击执行。<br/><div class="code"><br/>@echo off<br/>rem fix update garbage value<br/><br/>set Update=HKLM&#92;SOFTWARE&#92;MicroSoft&#92;Update<br/>set Updates=HKLM&#92;SOFTWARE&#92;MicroSoft&#92;Updates<br/>rem set AutoUpdate=&quot;HKLM&#92;SOFTWARE&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;WindowsUpdate&#92;AutoUpdate&quot;<br/><br/>echo Cleanning &quot;%Update%&quot;<br/>for /f &quot;tokens=1 delims=&quot; %%a in (&#039;reg query %Update%^&#124;Findstr /i &quot;UpdateExeVolatile&quot;&#039;) do (<br/>reg delete %%a /f<br/>)<br/>echo %Update% is cleanned!<br/><br/><br/>echo Cleanning &quot;%Updates%&quot;<br/>for /f &quot;tokens=1 delims=&quot; %%a in (&#039;reg query %Updates%^&#124;Findstr /i &quot;UpdateExeVolatile&quot;&#039;) do (<br/>reg delete %%a /f<br/>)<br/>echo %Updates% is cleanned!<br/><br/>echo press any key to exit...<br/>pause&gt;nul<br/></div><br/>Tags - <a href="http://www.zhanghaijun.com/tags/ie8/" rel="tag">ie8</a>
]]>
</description>
</item><item>
<link>http://www.zhanghaijun.com/post/913/#blogcomment2493</link>
<title><![CDATA[[评论] XP卸载IE8之后重新安装出错的解决办法]]></title> 
<author>7575 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 25 Apr 2016 06:08:21 +0000</pubDate> 
<guid>http://www.zhanghaijun.com/post/913/#blogcomment2493</guid> 
<description>
<![CDATA[ 
	很有用，解决了IE7不能安装问题！谢谢！
]]>
</description>
</item>
</channel>
</rss>