录音/制作/创作 吉他 扩声技术 视频技术 作品展示 生活 信息 更多... | 音频应用专卖店

怎样把电脑右下角盗版图标去掉

( 5 )
 
[收藏]

110
#1 08-7-27 11:38

怎样把电脑右下角盗版图标去掉

前两天升级,无意中把盗版认证的补丁下过来了,每天出个星星图标,没把我鼻子气歪了。找了半天资料,找到这个说明,先改序列号,再用序列号修改器改掉序列号,这星星就没了,大家也可以试试。附上修改器。
本文是用于描述如何更改windows xp中的序列号,你有2个方法来修改在已经安装完毕的windows xp上更改序列号,一个是使用gui界面里面的激活向导,一个是使用wmi(windows management instrumentation)来实现的.
使用激活向导修改

  微软强烈建议你在修改之前作一个系统还原点,以免遭受不测.


  1.点击[开始],再点击[运行];

  2.输入regedit以后回车打开注册表编辑器;

  3.定位到hkey_local_machine/software/microsoft/windowsnt/current version/wpaevents,在右边右键单击oobetimer,然后选择修改;

  4.至少修改一个字节,确定保存.

  5.点击[开始],再点击[运行];

  6.输入%systemroot%/system32/oobe/msoobe.exe /a

  7.选择通过电话激活以后点击下一步;

  8.点击修改序列号;

  9.输入新的序列号以后选择更新;


  如果退回到前一个画面,那么选择稍后激活,并重新启动;


  10.反复5---8步一直到修改成功为止;

  11.重新激活.

  12.点击确定.

  13.安装sp1.


  如果你安装sp1以后不能重新启动,那么启动的时候按f8,选择使用[最后一次正确的配置],然后重复以上流程.


<font face=verdana>


  使用脚本


  以下有2个脚本,一个是用于没有安装sp1的winxp,一个是用于已经安装了sp1的winxp.


  下面是用于已经安装了sp1的winxp的脚本(changevlkeysp1.vbs),使用方法同没有安装sp1的winxp的脚本,一起放在本文的最后一段里面(例子).



wmi script - changevlkeysp1.vbs


windows xp with sp1


this script changes the product key on the computer

if wscript.arguments.count<1 then

wscript.echo "script cant run without volumeproductkey argument"

wscript.echo "correct usage: cscript changevlkey.vbs abcde-fghij-klmno-prstu-wyqzx"

wscript.quit

end if


dim vol_prod_key

vol_prod_key = wscript.arguments.item(0)

vol_prod_key = replace(vol_prod_key,"-","") remove hyphens if any


for each obj in getobject("winmgmts:").instancesof ("win32_windowsproductactivation")


result = obj.setproductkey (vol_prod_key)


if err <> 0 then

wscript.echo err.description, "0x" & hex(err.number)

err.clear

end if


next


  下面的脚本是用于没有安装sp1的winxp(changevlkey2600.vbs).



wmi script - changevlkey2600.vbs


this script changes the product key on the computer


***************************************************************************


on error resume next


if wscript.arguments.count<1 then

wscript.echo "script cant run without volumeproductkey argument"

dim vol_prod_key

vol_prod_key = wscript.arguments.item(0)

vol_prod_key = replace(vol_prod_key,"-","") remove hyphens if any

dim wshshell

set wshshell = wscript.createobject("wscript.shell")

wshshell.regdelete "hklm/software/microsoft/windows nt/currentversion/wpaevents/oobetimer" delete oobetimer registry value

for each obj in getobject("winmgmts:").instancesof ("win32_windowsproductactivation")


result = obj.setproductkey (vol_prod_key)


if err <> 0 then

wscript.echo err.description, "0x" & hex(err.number)

err.clear

end if


next


  例子:脚本使用方法


  以下的例子描述了在命令行里面如何使用vbs脚本程序.


  1.点击[开始],然后点击[运行];

  2.输入c:/changevlkeysp1.vbs abcde-abcde-abcde-abcde-abcde-abcde

  假设 changevlkeysp1.vbs 放在c:根目录下

  abcde-abcde-abcde-abcde-abcde-abcde 是新的序列号

  以上 changevlkeysp1.vbs 适用于已经安装了sp1的winxp,没有安装sp1的 changevlkey2600.vbs 的使用方法同样是这样的.

3.然后点击[确定]即可.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x

60
#2 08-7-27 11:44
直接换一个SP3就OK了

1095
#3 08-7-27 14:48
最简单的办法,买正版!

1541
#4 08-7-27 14:52
重装吧...省心了

1665
#5 08-7-27 15:17
哪有这么麻烦
把system32下的两个以wga开头的文件随便改个名就行了。

110
#6 08-7-28 19:21

回复 EXTREME 的帖子

哪有这么麻烦
把system32下的两个以wga开头的文件随便改个名就行了。


这么简单啊,我折腾了3小时
您需要登录后才可以回帖 登录 | 注册

本版积分规则

搜索