Changing your Windows XP Product Key

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. Correct Documents and Settings folder on Windows 2000 Today I get a frantic call from a client who’s...
  2. How to Disable Windows Messenger Why would you want to disable Windows Messenger? Well you...
  3. FTP server for windows I have been on the lookout for a decent FTP...
  4. How to restart the explorer shell in Windows XP If you have landed yourself here chances are you already...
  5. Missing Mediaid.bin file Recently I got asked to backup a Vista machine. I’m...

1 Comment »

  1. azza said,

    September 24, 2007 @ 1:57 pm

    thanks thery much

RSS feed for comments on this post · TrackBack URL

Leave a Comment