登录  注册  会员  搜索  退出 
您现在的位置:逦迤设计 >> 论坛 >> 域名注册、空间租用 >> XP
(版主: 无)
标题:XP
2008-11-20, 21:46
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2)
lee
举人

头衔 --
lee
UID 2
精华 0
积分 208
威望 24
帖子 20
删除 0
注册 06-03-14
特长
来自
性别 帅哥
XP

ON ERROR RESUME NEXT

Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("此工具将自动替换你当前Windows序列号,以通过微软的验证。"&vbCr&vbCr&"序列号对OEM版无效,默认版本为 XP VLK:","Windows XP序列号自动更换器","QC986-27D34-6M3TY-JJXP9-TBGMD")
if VOL_PROD_KEY="" then
Wscript.quit
end if
else
VOL_PROD_KEY = Wscript.arguments.Item
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 "DONE!可去验证..."
end if

if err <> 0 then
Wscript.echo "替换失败!输入的 CD-KEY 与当前的版本不匹配。"
Err.Clear
end if

Next


60.186.115.* 楼主
标题
内容
使用表情识别 使用UBB代码 使用个人签名
更新于 2008-11-20 21:46:11