KMS Activate Windows 8.1 (En & Pro) and Office 2013

Discussion in 'Windows 8' started by FaiKee, Oct 25, 2013.

  1. socrates007

    socrates007 MDL Junior Member

    Oct 10, 2011
    70
    10
    0
    Mister X & abbodi1406,

    A huge thanks to both of you for all of your assistance. I really appreciate how helpful and kind both of you were in answering my questions. MDL is the best forum with the best people :biggrin:
     
  2. Mr Been

    Mr Been MDL Senior Member

    Feb 24, 2008
    262
    69
    10
    Not only these 2 members, but every member of MDL
     
  3. socrates007

    socrates007 MDL Junior Member

    Oct 10, 2011
    70
    10
    0
    Yes, I completely agree - to EVERYBODY at MDL :worthy:
     
  4. socrates007

    socrates007 MDL Junior Member

    Oct 10, 2011
    70
    10
    0
    @abbodi1406,

    Will KMS_VL_ALL activate Windows 8.1 Pro WMC for 45 days? And will it have a separate key for Pro and also another key for WMC - or is it just one key for it? If it is only 45 days of activation, do I then just simply run your script Create-Silent-Task.cmd or Create-Verbose-Task.cmd to have it re-activated weekly?
     
  5. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,070
    55,436
    340
    Yes, Pro WMC can be activated for 45 days only
    Pro is a separate edition from Pro WMC, so there are two keys ;)
    Yes, simply create the weekly task :)
     
  6. Aninvitedsoul

    Aninvitedsoul MDL Senior Member

    Sep 14, 2012
    425
    117
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    6,478
    17,575
    210
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. privatehun

    privatehun MDL Senior Member

    Jul 30, 2009
    324
    142
    10
  9. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,070
    55,436
    340
    I got similar error with office 2013
    but a second run succeeds for me
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,070
    55,436
    340
    win7 has an extra "fail safe" 3 seconds timeout command :spoton:
     
  11. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,873
    2,949
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. privatehun

    privatehun MDL Senior Member

    Jul 30, 2009
    324
    142
    10
    run it multiple time already office always fail...work great for windows

    My windows is x86...may be this is the cause of fail
     
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    12,070
    55,436
    340
    #2779 abbodi1406, Dec 13, 2013
    Last edited by a moderator: Apr 20, 2017
    No, your windows edition has nothing to do with the fail
    office2010 has its own OfficeSoftwareProtectionService, and since the injection is for system's SPPSVC, therefor the office2010 doesn't get access to the emulated kms ip and KMS server

    the solution is simple :)
    open activate.cmd with notepad, search for "call :OSPP" without quotes, and add this line above it:
    set kmsip=127.0.0.2
    so it looks like this:
    Code:
    ping localhost >nul 2>&1
    call :SPP
    set kmsip=127.0.0.2
    call :OSPP
    
     
  14. privatehun

    privatehun MDL Senior Member

    Jul 30, 2009
    324
    142
    10
    #2780 privatehun, Dec 13, 2013
    Last edited by a moderator: Apr 20, 2017