Changing your Windows XP Product Key

Posted on by admin

Its not very often I have to do this, but sometimes I do because I end up purchasing a bunch of matching machines, loading the software onto one, and ghosting to the rest.

So here’s a short guide on how to change your Windows XP serial number or product key.

Here’s the batch file I created to achieve the task. Simply create a new file called “changekey.bat”, and enter the following:

@echo off
echo.
echo Select “Yes I want to telephone a customer service representative to activate windows”,
echo click “Next”, then click “Change Product Key”, now enter your new key, then click “Update”.
@echo REGEDIT4 > %TEMP%\oobetimer.reg
@echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents] >> %TEMP%\oobetimer.reg
@echo “OOBETimer”=hex:ff,ff,ff,ff,ff,ff,ff >> %TEMP%\oobetimer.reg
@regedit /s %TEMP%\oobetimer.reg
@del %TEMP%\oobetimer.reg
%SYSTEMROOT%\system32\oobe\msoobe /a

That’s it!

change_winxp_key.txt

Related posts:

  1. How to Disable Windows Messenger Why would you want to disable Windows Messenger? Well you...
  2. Windows Genuine Advantage Removal First of all for those that don’t know, Windows Genuine...
  3. Correct Documents and Settings folder on Windows 2000 Today I get a frantic call from a client who’s...
  4. FTP server for windows I have been on the lookout for a decent FTP...
  5. How to restart the explorer shell in Windows XP If you have landed yourself here chances are you already...

About admin

The author formerly known as HM2K is now the Phurix Labs administrator.

This entry was posted in Uncategorized. Bookmark the permalink.

One Response to Changing your Windows XP Product Key

  1. azza says:

    thanks thery much

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>