发新话题
打印

[注册机] 输入正版序列号让你的系统成为正版

输入正版序列号让你的系统成为正版

把此段代码保存为*.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
附件: 您所在的用户组无法下载或查看附件
永远支持E网!爱它就要支持它!

TOP

好东西我们大家快来支持,支持呀

TOP

好东西一定要支持~~~~~~~~~

TOP

发新话题