搜索

最新评论

友情博客

RSS

我的 Blog:
xuminyi1126 最新的 20 条日志
[汽车]
[PC应用]
[杂七杂八]
全站 Blog:
全站最新的 20 条日志
 
改变Windows XP CD-ROM 密钥的方法

A. 要改变你的XP CD-ROM 密钥, 执行下面的步骤:

创建一个系统还原点, 以防发生意外问题.

打开一个注册表编辑器 (例如, regedit.exe).

找到HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents
注册表子键.

编辑 OOBETimer 值, 修改任一字符, 然后点击OK.

打开 CD-ROM 密钥激活向导--单击开始, 运行然后输入

\%systemroot%\system32\oobe\msoobe.exe /a

选择 "通过电话激活" 选项.

在产品密钥屏幕,输入你的新密钥,然后单击更新.

如果向导返回到前一个窗口,单击“以后提醒我”,然后重新启动机器.

重新做步骤五. XP 将会显示"Windows已经激活,单击OK退出."



你同时可以用以下微软提供的修改CD-ROM密钥的脚本来修改CD-ROM密钥:


'

' Windows Management Instrumentation (WMI) Script - ChangeVLKey.vbs

'

' This script changes the product key on the computer. Service Pack 1

' must be installed.

'

'********************************************************************



ON ERROR RESUME NEXT



if Wscript.arguments.count<1 then

Wscript.echo "Script can't 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:{impersonationLevel=impersonate}").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



然后,



要使用这个脚本,到命令提示符然后运行


changevlkey.vbs

where is the name of the new key that you want to activate (e.g.,
ab123-ab123-ab123-ab123-ab123).

from diyinside j .. s...


┈--→o從沒想到我會如此[在乎伱]o..
LΟvё.不管我們統局是否[完美]o.
  ─⊕┈.我都不會放棄伱┈
⊕┈o┈─→ ..o..因爲.︵.我喜歡伱

╭灬╮
╰``╯
天才专用 ^o^ 盗板不究
copy(c)04.tee.cg.myron


悠然 发表于 2004-11-13  [所属栏目:PC应用 | 返回首页]
小字体中字体大字体
评论(共 {Count} 条)
{CommentAuthor}:
{CommentTime}
{CommentUrl}
{CommentEmail}
{CommentIp}
{CommentContent}