Service pack3怎么安装啊
发布网友
发布时间:2022-04-23 12:27
我来回答
共2个回答
热心网友
时间:2023-10-13 08:46
把下面的代码复制到记事本中,并把扩展名改为.vbs ,保存之后就可以使用啦。
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_WindowsProctActivation")
result = Obj.SetProctKey (VOL_PROD_KEY)
if err = 0 then
Wscript.echo "修改成功。验证是否正版的方法是:打开“我的电脑”窗口,在“帮助”菜单中选取“这份windows合法吗”。祝您好运!"
end if
if err <> 0 then
Wscript.echo "替换失败!您输入的序列号有误。"
Err.Clear
end if
Next
热心网友
时间:2023-10-13 08:46
可以不用买母盘,直接从网站上下载SP3升级包,直接从SP2升级到SP3,这种最方便,或者买一张SP3的盘子,重新装系统,也行,不过我个人不建议你安装SP3系统,网络性能不怎么样,还经常出问题