﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-IT爱好小子01-文章分类-计算机软件</title><link>http://www.cnitblog.com/zhand/category/6883.html</link><description /><language>zh-cn</language><lastBuildDate>Fri, 07 Oct 2011 04:03:01 GMT</lastBuildDate><pubDate>Fri, 07 Oct 2011 04:03:01 GMT</pubDate><ttl>60</ttl><item><title>解决Media Play无法验证副本</title><link>http://www.cnitblog.com/zhand/articles/40924.html</link><dc:creator>IT爱好者01</dc:creator><author>IT爱好者01</author><pubDate>Fri, 14 Mar 2008 05:31:00 GMT</pubDate><guid>http://www.cnitblog.com/zhand/articles/40924.html</guid><wfw:comment>http://www.cnitblog.com/zhand/comments/40924.html</wfw:comment><comments>http://www.cnitblog.com/zhand/articles/40924.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/zhand/comments/commentRss/40924.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/zhand/services/trackbacks/40924.html</trackback:ping><description><![CDATA[<p>以下代码保存为:key.vbs<br><br>ON ERROR RESUME NEXT <br>Dim VOL_PROD_KEY <br>if Wscript.arguments.count&lt;1 then <br>VOL_PROD_KEY=InputBox("Powered By <a href='http://www.cnbeta.com"&amp;vbcr&amp;vbcr/'>www.cnbeta.com"&amp;vbCr&amp;vbCr</a>&amp;" 本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。"&amp;vbCr&amp;vbCr&amp;"序列号(OEM版无效,默认版本为 XP VLK)：","Windows XP序列号自动更换器","MRX3F-47B9T-2487J-KWKMF-RPWBY") <br>if VOL_PROD_KEY="" then <br>Wscript.quit <br>end if <br>else <br>VOL_PROD_KEY = Wscript.arguments.Item(0) <br>end if </p>
<p>VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if any </p>
<p>for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation") </p>
<p>result = Obj.SetProductKey (VOL_PROD_KEY) </p>
<p>if err = 0 then <br>Wscript.echo "OK！去微软验证吧！" <br>end if </p>
<p>if err &lt;&gt; 0 then <br>Wscript.echo "替换失败！输入的 CD-KEY 与当前的版本不匹配。" <br>Err.Clear <br>end if </p>
<p>Next <br>&nbsp; </p>
<img src ="http://www.cnitblog.com/zhand/aggbug/40924.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/zhand/" target="_blank">IT爱好者01</a> 2008-03-14 13:31 <a href="http://www.cnitblog.com/zhand/articles/40924.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>解决SQL Server安装挂起</title><link>http://www.cnitblog.com/zhand/articles/40923.html</link><dc:creator>IT爱好者01</dc:creator><author>IT爱好者01</author><pubDate>Fri, 14 Mar 2008 05:30:00 GMT</pubDate><guid>http://www.cnitblog.com/zhand/articles/40923.html</guid><wfw:comment>http://www.cnitblog.com/zhand/comments/40923.html</wfw:comment><comments>http://www.cnitblog.com/zhand/articles/40923.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/zhand/comments/commentRss/40923.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/zhand/services/trackbacks/40923.html</trackback:ping><description><![CDATA[关于SQL安装被挂起的修复大家可能都遇到过当SQL被删除后需要重新安装时，进入安装界面就会出现SQL错误提示： <br>从前的安装程序操作使安装程序操作挂起，需要重新启动计算机 <br>然而这些都是白费劲，不管你重新启动多少次也都无济于事，下面我就讲讲怎样能够解除安装或升级时文件被挂起的操作。<br>解决一： <br>点击 开始 运行 输入：regedit 打开注册表找到如下目录HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager删除PendingFileRenameOperations <br>再来安装SQL呵呵一切正常如初了！希望这些能有一点点帮助，从此再也不用盲目的重新安装系统了。<br>解决二：<br>&nbsp;在安装sql server时出现&#8220;以前的某个程序安装已在安装计算机上创建挂起的文件操作。运行安装程序之前必须重新启动计算机&#8221;错误。无法进行下去。 参考有关资料后,以下步骤基本可以解决： <br>1）添加/删除程序中彻底删除sql server。 <br>2）将没有删除的sql server目录也删除掉。 <br>3）打开注册表编辑器，在HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\ Session Manager中找到PendingFileRenameOperations项目，并删除它。这样就可以清除安装暂挂目。 <br>4）删除注册表中跟sql server相关的键 <br>解决三：<br>安装SQL Server 2000作开发，可是每次安装都提示&#8220;以前的某个程序安装已在安装计算计上创建挂起的文件操作。运行安装程序之前必须重新启动计算机。&#8221;重新启动了计算机之后，问题却丝毫没有解决，依然提示这样的话。 <br>A: <br>先删除您的 SQL Server 2000,必要的时候删除 Program Files\\Microsoft SQL Server 文件夹. <br>B: <br>打开注册表, 在"开始"--"运行"键入 "regedit" ;按下列顺序点击打开; + HKEY_LOCAL_MACHINE , + SOFTWART, + Microsoft, + Windows, + CurrentVersion, + Setup , + ExceptionComponents,3 将 ExceptionComponents 下面的文件夹全部删除!, <br>如 {60BFF50D-FB2C-4498-A577-C9548C390BB9} <br>{60BFF50D-FB2C-4498-A577-C9548C390BB9} <br>{60BFF50D-FB2C-4498-A577-C9548C390BB9} <br>{60BFF50D-FB2C-4498-A577-C9548C390BB9} <br>C: <br>先把SQL Server卸载，再把安装时产生的&#8220;Microsoft SQL Server&#8221;文件夹删掉,在运行注册表,把HKEY_CURRENT_USER\\Software\\Microsoft\\Microsoft SQL Server，和HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Microsoft SQL Server全部删掉，(注意要把Microsoft SQL Server文件夹整个删掉),然后重起。<br>解决四：<br>换个安装目录试试, 
<img src ="http://www.cnitblog.com/zhand/aggbug/40923.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/zhand/" target="_blank">IT爱好者01</a> 2008-03-14 13:30 <a href="http://www.cnitblog.com/zhand/articles/40923.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>