打印

[交流] [分享]输入正版序列号让你的系统成为正版

0

[分享]输入正版序列号让你的系统成为正版

[分享]输入正版序列号让你的系统成为正版
--------------------------------------------------------------------------------

把以下红色代码保存为*.vbs,运行后输入正版序列号,可过任何微软验证,很简单
'
' WMI Script - ChangeVLKey.vbs
'
' This script changes the product key on the computer (XP SP1 SP2 2003)
'
' Made by ythggyth.
'***************************************************************************

ON ERROR RESUME NEXT

Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("使用说明(OEM版无效):"&vbCr&vbCr&" 本脚本程序将修改当前 Windows 的序列号。请选择一个微软授权正版Windows 的序列号,复制并粘贴到下面空格中。"&vbCr&vbCr&"输入序列号(默认为 XP VLK):","Windows序列号更换工具","在此输入序列号")
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 "序列号改完啦!。看一下系统属性。"
end if

if err <> 0 then
Wscript.echo "不对!你把序列号弄错了。"
Err.Clear
end if

Next

Windows XP Pro SP2 VLK 微软授权正版序列号
HH7VV-6P3G9-82TWK-QKJJ3-MXR96 640
F4297-RCWJP-P482C-YY23Y-XH8W3 640
MRX3F-47B9T-2487J-KWKMF-RPWBY 640
QC986-27D34-6M3TY-JJXP9-TBGMD 640

TOP

0
引用:
原帖由 wxm761021a 于 2008-3-1 14:43 发表
老大我试了好几次,你的代码没写完吧,怎么不好用
只要红色的代码
全部都要
不能少一个

TOP

0
引用:
原帖由 wxm761021a 于 2008-3-1 17:06 发表
脚本文件运行成功了 不过说序列号 不正确 楼主想想办法
必须是这个版本的Windows XP Pro SP2

TOP

当前时区 GMT+8, 现在时间是 2025-3-23 10:31