Windows 副本检查过不了??

来源:百度知道 编辑:UC知道 时间:2024/06/02 01:01:16

是因为你的盗版序列号已经被封,安装IE7是要通过认证的正版用户才能。更换序列号吧。
跟我做,保证能通过:
1打开记事本,复制下面内容进去:
-------------------------------------------------

'
' WMI Script - ChangeVLKey.vbs
'
' This script changes the product key on the computer (XP SP1 SP2 2003)
'
' Made by zyling.
'***************************************************************************

ON ERROR RESUME NEXT

Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("使用说明(OEM版无效):"&vbCr&vbCr&" 本脚本程序将修改当前 Windows 的序列号,请用可用的序列号复制并粘贴到下面空格中。谢谢试用我做的XP安装光盘!(twm000)"&vbCr&vbCr&"输入序列号(默认为 XP VLK):","Windows XP/2003 序列号twm000更换工具 ","QC986-27D34-6M3TY-JJXP9-TBGMD")
if VOL_PROD_KEY="" then
Wscript.quit
end if
else
VOL_PROD_KEY = Wscript.arguments.Item(0)
end if

VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-"