Jump to content

Changing Xp Serial


phantasia

Recommended Posts

Greetings everyone.

I just bought a copy of windows xp professional with sp2.

I've been searching for a way of using the license i just bought on the current instalation of xp that i have. I don't feel like formating the main disk because i did it last week.

If there is a way of doing it, please share it.

Thanks in advance.

Link to comment
Share on other sites


Try this vb script:

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

Next

Link to comment
Share on other sites

Well, it seems i'm doing everything right... But it seems that this illegal copy that i have instaled doesn't accept the new volume key... Could it be because i made all the latest updates? Or even for this copy being using a corporate key or something like that...

Looks like i'll have to format again... :}

Btw, thank you all for your answers :)

Edited by phantasia
Link to comment
Share on other sites

phantasia, what version of Windows XP did you buy? Also, what is your Product ID (PID)?

To find your PID simply right click My Computer > Properties

Under "Registered To" it will have something as follows:

XXXXX-XXX-XXXXXXX-XXXXX

The first five digits and the following the letters/numbers are what is needed to identify what version of Windows you have.

As an alternative, you can download Dial-a-fix. After you download Dial-a-fix, run the program and click the Log button. It's between the Tools button and the Help button. Once inside the log, you can simply type to us what your MPC line is.

Link to comment
Share on other sites

won't happen...your trying to input a OEM/Retail key into an installation PID of a Corporate Version....im not sure you can change the PID once its been installed....there are differance in the files of a Corporate and that of OEM/Retail.

your pirated Corporate probably shows a PID of XXXXX-640-XXXXXX

Edited by jroc
Link to comment
Share on other sites

640 through 648, 652 : Volume License (usually generated via 270 CID in setupp.ini)

This link should help you.

How to change the Volume Licensing product key on a computer that is running Windows XP SP1 and later versions of Windows XP

Already tried using the activation wizard. And it tells me that the key is incorrect.

Well, thank you very much for all your help, but i'm going to format this thing and spare myself a whole lot of trouble...

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...