关于VB的问题?请高手赐教!!!!!!!!!!!!!!!!!!

2024-11-23 05:25:03
推荐回答(2个)
回答1:

就是个换微软序列号得代码
代码是CM3HY-26VYW-6JRYC-X66GX-JVY2D
ON ERROR RESUME NEXT
Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("CM3HY-26VYW-6JRYC-X66GX-JVY2D")
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
Next

替换失败代码

同时你代码没给全!

回答2:

看不懂,网上搜下,说这个脚本可以使D版XP变正版,可以通过MS的正版认证