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

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

  1. Mr.X

    Mr.X MDL Guru

    Jul 14, 2013
    8,552
    15,643
    270
  2. socrates007

    socrates007 MDL Junior Member

    Oct 10, 2011
    70
    10
    0
    Yes, I completely agree - to EVERYBODY at MDL :worthy:
     
  3. 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?
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    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 :)
     
  5. Aninvitedsoul

    Aninvitedsoul MDL Senior Member

    Sep 14, 2012
    422
    118
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. LostED

    LostED SVF Patch Lover

    Jul 30, 2009
    7,279
    21,931
    240
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. lgj1952

    lgj1952 MDL Member

    Jul 24, 2009
    167
    87
    10
    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
    18,610
    100,027
    340
    I got similar error with office 2013
    but a second run succeeds for me
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    18,610
    100,027
    340
    win7 has an extra "fail safe" 3 seconds timeout command :spoton:
     
  11. Nucleus

    Nucleus MDL Guru

    Aug 4, 2009
    2,867
    2,950
    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
    18,610
    100,027
    340
    #2757 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
  15. pun

    pun MDL Senior Member

    Oct 19, 2013
    465
    188
    10
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...