Windows 8: office 2013 activation

Discussion in 'Microsoft Office' started by Cag, Nov 11, 2012.

  1. Cees Heim

    Cees Heim MDL Junior Member

    Sep 14, 2009
    58
    4
    0
    maybe stupid @ but how too see if Windows 8 is still activated ?
     
  2. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
    Delete token.dat & data.dat & cache.dat from C:\Windows\System32\spp\store & then try for it... If still failed go for last option of "Refresh your PC""
     
  3. tonyh2004

    tonyh2004 MDL Member

    Aug 2, 2011
    181
    39
    10
    #123 tonyh2004, Nov 12, 2012
    Last edited by a moderator: Apr 20, 2017
    no change srry
     
  4. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
    Slmgr /dlv
    or
    slmgr /dli
    or
    slmgr /xpr (if activated through KMS... it will display expiry date..)
     
  5. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
  6. ashoktvm

    ashoktvm MDL Addicted

    Jul 29, 2009
    523
    49
    30
    is it possible to activate visio and project using this micro KMS?
     
  7. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,826
    19,044
    340
    Obviously.. ;)
     
  8. ashoktvm

    ashoktvm MDL Addicted

    Jul 29, 2009
    523
    49
    30
    What command should i use to do that?
     
  9. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,826
    19,044
    340
    AFAIK, ospp.vbs handles all Office suite & applications activation. So same command :)
     
  10. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,409
    60
    #132 rrohela, Nov 12, 2012
    Last edited by a moderator: Apr 20, 2017

    Code:
    cscript "%ProgramFiles%\Microsoft Office\Office15\OSPP.VBS" /inpkey:<You visio Key>
    cscript "%ProgramFiles%\Microsoft Office\Office15\OSPP.VBS" /act
    
    If office x86 installed on windows x64
    cscript "%ProgramFiles(x86)%\Microsoft Office\Office15\OSPP.VBS" /inpkey:<You visio Key>
    cscript "%ProgramFiles(x86)%\Microsoft Office\Office15\OSPP.VBS" /act
     
  11. GDT

    GDT MDL Novice

    Oct 18, 2007
    49
    3
    0
    Tried everything but I always get:
    ERROR CODE: 0xC004F074
    ERROR DESCRIPTION: The Software Licensing Service reported that the product could not be activated. No Key Management Service (KMS) could be contacted. Please see the Application Event Log for additional information.
    To view the activation event history run: cscript ospp.vbs /dhistorykms

    Tried with KMSMicro 3.10 and published external servers.
     
  12. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,826
    19,044
    340
    Sync time with a timeserver.
     
  13. GDT

    GDT MDL Novice

    Oct 18, 2007
    49
    3
    0
    Tried already.
     
  14. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,826
    19,044
    340
    Office 2013 or Windows 8 (or both)??
     
  15. GDT

    GDT MDL Novice

    Oct 18, 2007
    49
    3
    0
    Both (and both x64)
     
  16. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    I'm digging around in KMSmicro 3.10. They tried to obfuscate the product key used, but I'm on it.
     
  17. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,826
    19,044
    340
    Well, KMS:CSVLK keys are never stored in registry. Correct me if I'm wrong.

    :g:
     
  18. TCM

    TCM MDL Addicted

    Aug 25, 2011
    808
    417
    30
    Why did they patch slmgr.vbs to show XXXXX then? Maybe the key is in Google already. I'm patching slmgr.vbs back and see what it shows.