change product key server 2003
-
Tuesday, August 07, 2012 11:50 AM
I need to change the product key on server 2003
I tried this: http://support.microsoft.com/kb/918342
with no luck :(
I tried using this script but it didn't work either
\ \WMI Script - ChangeVLKey.vbs \ \ This script changes the product key on the computer \ \*************************************************************************** <!-- Adkit freestyle placement -->[adkit: zone="freestyle" limit="1" list="0"] <br><br><br> [netshelter]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
All Replies
-
Tuesday, August 07, 2012 11:58 AM
do this way
http://www.arabitpro.com
- Proposed As Answer by Santosh BhandarkarMicrosoft Community Contributor, Moderator Tuesday, August 07, 2012 12:01 PM
- Unproposed As Answer by cinek12 Tuesday, August 07, 2012 12:07 PM
-
Tuesday, August 07, 2012 12:07 PMI got to step 7 when I run %systemroot%\system32\oobe\msoobe.exe /a it says windows is already activated - I have changed the first 2 chars to AA
-
Tuesday, August 07, 2012 12:09 PM
deactivate using this method and activate again
http://www.intrepid.com.au/how-to-change-your-windows-xp-product-key-without-reinstalling/
http://www.arabitpro.com
-
Tuesday, August 07, 2012 12:40 PMthat's the same method I originally posted
-
Wednesday, August 08, 2012 2:25 AM
The faster way that you can do is give Microsoft License Team a call, and they will guide u all the way
- Proposed As Answer by бытие человечий Wednesday, August 08, 2012 4:50 AM
- Marked As Answer by Vincent HuModerator Friday, August 10, 2012 5:27 AM

