各位大侠帮忙啊!!怎么能取消计算机上使用盗版软件的提示

来源:百度知道 编辑:UC知道 时间:2024/05/23 17:07:09
计算机上一直跳出使用的是盗版软件(指的是番茄花园)的提示,影响游戏,怎么才能取消??谢谢啦

ON ERROR RESUME NEXT

Dim VOL_PROD_KEY
if Wscript.arguments.count<1 then
VOL_PROD_KEY=InputBox("本程序能帮助您更换 WindowsXP 的序列号。"&vbCr&vbCr&"序列号由您自己寻找并输入。下面列出的不一定是您当前用的序列号,仅作格式参考。"&vbCr&vbCr&"请输入新的序列号:","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 "修改成功。验证是否正版的方法是:打开“我的电脑”窗口,在“帮助”菜单中选取“这份windows合法吗”。祝您好运!"
end if

if err <> 0 then
Wscript.echo "替换失败!您输入