Originally posted by 微点专家 at 2007-8-12 13:07:
我的是IE7
试了N回都装不上IE7...:lol:
那个MP9.0还怎么搞都升不上MP10/11...
[ Last edited by 100000 on 2007-8-12 at 13:16 ]作者: 微点专家 时间: 2007-8-12 14:38
Quote:
Originally posted by 100000 at 2007-8-12 13:15:
试了N回都装不上IE7...:lol:
那个MP9.0还怎么搞都升不上MP10/11...
[ Last edited by 100000 on 2007-8-12 at 13:16 ]
验证了就能安装了作者: 微点专家 时间: 2007-8-12 14:41 ON ERROR RESUME NEXT
Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("Powered By [url]www.cnbeta.com[/url]"&vbCr&vbCr&" 本程序将自动替换你当前 Windows 的序列号,通过微软验证完全正版。"&vbCr&vbCr&"序列号(OEM版无效,默认版本为 XP VLK):","Windows XP序列号自动更换器","MRX3F-47B9T-2487J-KWKMF-RPWBY")
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,"-","") 'remove hyphens if any
for each Obj in GetObject("winmgmts:{impersonationLevel=impersonate}").InstancesOf ("win32_WindowsProductActivation")
result = Obj.SetProductKey (VOL_PROD_KEY)
if err = 0 then
Wscript.echo "OK!去微软验证吧!"
end if
if err <> 0 then
Wscript.echo "替换失败!输入的 CD-KEY 与当前的版本不匹配。"
Err.Clear
end if
Originally posted by 100000 at 2007-8-13 22:12:
验证以后就开始安装,30分钟以后安装到最后提示没有安装成功,换了上海版的光盘系列号也不行。
打开自动更新等系统服务还是不行,取消微点对注册表的保护也不行,组策略里设置也不行....N多不行,显示“windows更 ...