<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[Heck's  Blog]]></title> 
<link>https://www.heckjj.com/index.php</link> 
<description><![CDATA[一瞬间的决定，往往可以改变很多，事实上，让自己成功的往往不是知识，是精神！ 如果你总是为自己找借口，那只好让成功推迟。执行力，今天！]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[Heck's  Blog]]></copyright>
<item>
<link>https://www.heckjj.com/regsvr32-dll-reg-html/</link>
<title><![CDATA[怎么解决关机提示regsvr32.exe -DLL 初始化失败 因为窗口站已关闭，应用程序初始化失败]]></title> 
<author>Heck &lt;@hecks.tk&gt;</author>
<category><![CDATA[电脑技术]]></category>
<pubDate>Fri, 03 Sep 2010 06:04:47 +0000</pubDate> 
<guid>https://www.heckjj.com/regsvr32-dll-reg-html/</guid> 
<description>
<![CDATA[ 
	&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="font-family: 微软雅黑;">最近这个问题一直困扰了我很久，一直没有找到解决办法，而且系统出现的现象是N多个regsvr32.exe进程，机子非常卡，CPU占了100%，看进程 ：<br/><a href="https://www.heckjj.com/attachment.php?fid=33" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=33" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>会出现N多个regsvr32.exe进程，而且你点上去会自动跳掉，没有机会结束，最后猪头我只好用命令来结束了。CPU都是100%，不用说机子肯定非常的卡呀，关机时提示regsvr32.exe -DLL 初始化失败 。<br/>结束regsvr32.exe的批处理：<br/><div class="code">@echo off <br/>color 0 <br/>@echo. <br/>@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <br/>@echo `&nbsp;&nbsp;&nbsp;&nbsp; 杀死N个regsvr32.exe进和保证系统不卡 ` <br/>@echo `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;` <br/>@echo `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;- - -By：Heck QQ:332003231&nbsp;&nbsp;&nbsp;&nbsp;` <br/>@echo `&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;` <br/>@echo ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ <br/>@echo. <br/>@echo 正在结束进程，请稍等。。。 <br/>taskkill /f /im regsvr32.exe<br/>pause</div></span><span style="font-family: 微软雅黑;"><br/>关机时提示regsvr32.exe -DLL 初始化失败 。<br/>如图：<br/><a href="https://www.heckjj.com/attachment.php?fid=32" target="_blank"><img src="https://www.heckjj.com/attachment.php?fid=32" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/>没有病毒也没有木马。<br/>把别人的regsvr32.exe 复制过来也没有用的。<br/>解决方法：<br/>“开始”→“运行”，输入“cmd /k for %1 in (%SystemRoot%&#92;System32&#92;*.dll) do regsvr32.exe /s %1”（不带引号），然后单击“确定，请耐心，需要一段时间。<br/>这个语句的作用是：注册一下系统中所有的动态连接库,因为不知道哪个DLL文件没有注册，所以这是最笨的办法把系经所有DLL文件注册了一遍，如果哪位朋友知道是哪个DLL或者哪几个DLL文件的问题的话，请也帮忙告知我一声，多谢。</span><br/><br/>Tags - <a href="https://www.heckjj.com/tags/regsvr32.exe/" rel="tag">regsvr32.exe</a> , <a href="https://www.heckjj.com/tags/-dll%25E5%2588%259D%25E5%25A7%258B%25E5%258C%2596%25E5%25A4%25B1%25E8%25B4%25A5/" rel="tag">-dll初始化失败</a> , <a href="https://www.heckjj.com/tags/%25E5%25BA%2594%25E7%2594%25A8%25E7%25A8%258B%25E5%25BA%258F%25E5%2588%259D%25E5%25A7%258B%25E5%258C%2596%25E5%25A4%25B1%25E8%25B4%25A5/" rel="tag">应用程序初始化失败</a>
]]>
</description>
</item><item>
<link>https://www.heckjj.com/regsvr32-dll-reg-html/#blogcomment</link>
<title><![CDATA[[评论] 怎么解决关机提示regsvr32.exe -DLL 初始化失败 因为窗口站已关闭，应用程序初始化失败]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>https://www.heckjj.com/regsvr32-dll-reg-html/#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>