[UNSUPPORTED] Universal KMS Activator (KMSA 6.0) Preliminary Tests - Part II

Discussion in 'MDL Projects and Applications' started by Phazor, Jul 4, 2010.

  1. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    #181 chnix, Aug 11, 2010
    Last edited: Aug 16, 2010
    Problems solved.
     
  2. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    The activation part of both the scripts are same.

    I'll do more testing on the script and get back to you.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. sh3v

    sh3v MDL Novice

    Aug 11, 2010
    1
    0
    0
    I tried to activate my windows 7 ultimate 64bit but received this error msg

    "Windows is running within the non-genuine notification period. Run 'slui.exe' to go online and validate windows."

    Would appreciate some help here
     
  4. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    KMS activators only work on Pro, Ent, and Office 2010 VL...
     
  5. Wil1948

    Wil1948 MDL Novice

    Sep 7, 2008
    1
    0
    0
    What I find is you have to uninstall the kb patch then run the kms act then go to genuine page. At that point ms will want to download the kb again, then it will be gunieneeeee
     
  6. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    That may be your experience but no where have I heard of anyone dealing with WAT for KMS :eek:
     
  7. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    I have updated my script and have tested it on XP, Vista, 7 and R2 with and without Office 2010 both 64bit and 32bit and it works.

    I figured out that only Visio has all three KMS Licenses together. All other edition have single KMS license like Windows. I have used the registry key only for Visio and the rest are detected using wmi query.

    I do not set the KMS Port to 1688 in Windows since Vista does not have it. I have also modularied the code, so you can easily comment out the windows or office part.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    #188 chnix, Aug 12, 2010
    Last edited: Aug 16, 2010
    It worked perfectly and activated Office 2010 Pro Plus Volume successfully.

    Great job. Excellent code. Thank you MasterDisaster!
     
  9. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    Thank you for the feedback. I still need to optimize the Office with Visio part in the code.

    You can add :: to the call :windows line to skip windows part.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    Thanks for the tip.

    I will download and install Visio to able to test the code too and send you a feedback.
     
  11. zetitres

    zetitres MDL Member

    Oct 20, 2009
    229
    49
    10
    MD could you have a look into lines 56 and 97 of your code, cannot save a text because unicode character in those lines (win notepad).Tks.
     
  12. qewlpal

    qewlpal MDL Addicted

    Jun 25, 2010
    575
    2,014
    30
    Those lines are valid. You can use notepad++ to view them correctly, just save it as a .cmd file with UTF-8 format and u have a working script:)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    #193 MasterDisaster, Aug 13, 2010
    Last edited: Aug 13, 2010
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. argos815

    argos815 MDL Novice

    Aug 13, 2010
    1
    0
    0
    I just activated Office 2010 Professional Plus x86 on Win7 Ultimate x64, worked like a charm! Only issues I ran into was, while following MasterDisaster's instructions to change 'cscript "%PROGRAMFILES%...' to 'cscript "%PROGRAMFILES(X86)%...', for anyone else who might bump into this ;) Thanks Phazor!
     
  15. digitool

    digitool MDL Novice

    Mar 12, 2010
    48
    27
    0
    Thanks Phazor and MasterDisaster :)
    my first feedback
    I follow all your direction and still have questions
    Finally activated(?) Office2010ProPlusx86 on Win7x86Ultimate..

    After:
    * Run KMS emulator - in my case UniKMS Alpha2

    1st run:
    ---Processing--------------------------
    Installed product key detected - attempting to activate the following product:

    SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c
    LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition
    LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel
    Last 5 characters of installed product key: H3GVB
    ERROR CODE: 0x8007000D
    ---Exiting-----------------------------

    run 1 more time:

    ---Processing--------------------------
    Installed product key detected - attempting to activate the following product:

    SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c
    LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition
    LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel
    Last 5 characters of installed product key: H3GVB
    <Product activation successful>
    ---Exiting-----------------------------

    ... Should I run :
    * Issue the activate command
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /act

    after * Run KMS emulator ?

    because if I do i got this:

    C:\>cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.V
    BS" /act
    Microsoft (R) Windows Script Host Version 5.8
    Copyright (C) Microsoft Corporation. All rights reserved.

    ---Processing--------------------------
    Installed product key detected - attempting to activate the following product:
    SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c
    LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition
    LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel
    Last 5 characters of installed product key: H3GVB
    ERROR CODE: 0xC004F074
    ERROR DESCRIPTION: The Software Licensing Service reported that the computer could not be activated. No Key Management Service (KMS) could be contacted.

    but after that I ran UniKMS Alpha2 again:

    ---Processing--------------------------
    Installed product key detected - attempting to activate the following product:

    SKU ID: 6f327760-8c5c-417c-9b61-836a98287e0c
    LICENSE NAME: Office 14, OfficeProPlus-KMS_Client edition
    LICENSE DESCRIPTION: Office 14, VOLUME_KMSCLIENT channel
    Last 5 characters of installed product key: H3GVB
    <Product activation successful>
    ---Exiting-----------------------------


    hmm is office activated or not?
    How can I check it?

    Thanks
     
  16. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #196 timesurfer, Aug 15, 2010
    Last edited by a moderator: Apr 20, 2017
    Copy this into a .bat file and run as admin

    Code:
    @echo off
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus
    pause
    Or open office app and click file then help
     
  17. MasterDisaster

    MasterDisaster MDL Expert

    Aug 29, 2009
    1,255
    675
    60
    Run KMS emulator in that post refers to the Z.W.T Keygen.

    Before using UniKMS, you just need to do steps 1 and 2. The UniKMS will run the emulator and activate.

    In your case, Office is activated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  18. digitool

    digitool MDL Novice

    Mar 12, 2010
    48
    27
    0
    Wow THANK you both of you
    I did a fresh install with two versions.

    like this:
    Office
    * Install KMS key for the edition
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /inpkey:<kms key>
    * Set hostname to localhost
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /sethst:localhost

    * Run KMS emulator (UniKMS)
    * Check status
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus
    or:
    * Run KMS emulator (MasterDisaster)
    * Issue the activate command
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /act
    * Check status
    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /dstatus


    Everything is working fine,
    Thanks! You are the best
    ;)
     
  19. timesurfer

    timesurfer MDL Developer

    Nov 22, 2009
    8,524
    4,112
    270
    #199 timesurfer, Aug 15, 2010
    Last edited: Aug 15, 2010
    I believe that you don't have to run this

    cscript "%PROGRAMFILES%\Microsoft Office\OFFICE14\OSPP.VBS" /act

    with Master D's script

    It is a part of his script ;)

    And I believe with his latest "all" Volume Editions script you don't even need to enter key or hostname just with Phazors test uniKMS in it's beta, alpha build
     
  20. chnix

    chnix MDL Member

    May 16, 2010
    147
    71
    10
    #200 chnix, Aug 15, 2010
    Last edited: Aug 15, 2010