xper Posted December 3, 2002 Posted December 3, 2002 Yea.....I've had those instructions, way before you all!www.transportol.net/xp.txthehe..I have 0wn4G3!You are genius. w00t w00t
SABERCAT Posted February 28, 2003 Posted February 28, 2003 Stupid question. Why would you want to reset the serial number in the first place? Just curious.........
Guest shivamparikh Posted July 26, 2003 Posted July 26, 2003 is there a similar tweak to make the TRIAL versions of WindowsXP (120/180 day trial) and Windows 2003 Server (180 days trial) make themfull version or non-trial limited?
edg21 Posted September 1, 2003 Posted September 1, 2003 This also works for resetting your cd key on a Windows XP w/SP1 computer:' ' WMI Script - ChangeVLKey.vbs'' This script changes the product key on the computer''***************************************************************************ON ERROR RESUME NEXTif 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.quitend ifDim VOL_PROD_KEYVOL_PROD_KEY = Wscript.arguments.Item(0)VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if anyfor 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 ifNextThis will reset your cd key on a Windows XP Computer WITHOUT SP1' ' WMI Script - ChangeVLKey.vbs'' This script changes the product key on the computer''***************************************************************************ON ERROR RESUME NEXTif 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.quitend ifDim VOL_PROD_KEYVOL_PROD_KEY = Wscript.arguments.Item(0)VOL_PROD_KEY = Replace(VOL_PROD_KEY,"-","") 'remove hyphens if anyDim WshShellSet WshShell = WScript.CreateObject("WScript.Shell")WshShell.RegDelete "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\WPAEvents\OOBETimer" 'delete OOBETimer registry valuefor 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 ifNextOriginal MS Article: http://support.microsoft.com/default.aspx?...;en-us;328874#5Not sure if this only works on corp versions or not....
CaliRed Posted October 6, 2003 Posted October 6, 2003 Here's another key viewer but not only for XP but Office too.http://www.magicaljellybean.com/keyfinder.shtmlCR
lord voldmort Posted October 25, 2003 Posted October 25, 2003 for changing Microsoft Windows XP Professional you can use this :Censored By my self ! this is warza and it seems that it is forbidden to ditribute them in this site ! its quiet cool ! and of cours works on any XP Professional version ! and also it's a solusion for who that have problems with installins SP 1 !Enjoy it !
DaveXP Posted October 27, 2003 Posted October 27, 2003 fool remove it quick before a admin sees it thats warza it contains alist of keys.
lord voldmort Posted October 27, 2003 Posted October 27, 2003 fool remove it quick before a admin sees it thats warza it contains alist of keys.Really !Is Warza forbidden in this site ???I didnt know that ! I'lll edit it !
daze Posted December 10, 2003 Posted December 10, 2003 don't know about the posted links, but i've got to mention sometimes msoobe.exe /a does not do anything at all.if this is your case register "licdll.dll" again with the command "regsvr32.exe licdll.dll" then do the steps mentioned above.after changing the key with success you can unregister the DLL with "regsvr32.exe -u licdll.dll" again.Greetings!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now