Please tell me the step by step [not n00b] guide to install Office '13 on Win 8 WMC

Discussion in 'Microsoft Office' started by ishan_rulz, Nov 28, 2012.

  1. ishan_rulz

    ishan_rulz MDL Novice

    Mar 5, 2011
    9
    0
    0
    So, I installed Windows 8 and activated it with the Media Center method.

    I wanted Office 2013 (because it looks so much cleaner and stuff) and although the Office 2013 repository is informative, I am not clear on how I should activate it with MicroKMS, etc.

    Can anyone help me with this? Thanks.
     
  2. rrohela

    rrohela MDL Expert

    Sep 1, 2009
    1,610
    1,408
    60
    #2 rrohela, Nov 28, 2012
    Last edited by a moderator: Apr 20, 2017
    First install office VL edition. Then activate it run following commands.


    Code:
    cscript "%ProgramFiles%\Microsoft Office\Office15\OSPP.VBS" /sethst:127.0.0.2
    cscript "%ProgramFiles%\Microsoft Office\Office15\OSPP.VBS" /act
    
    If office x86 installed on window x64
    cscript "%ProgramFiles(x86)%\Microsoft Office\Office15\OSPP.VBS" /sethst:127.0.0.2
    cscript "%ProgramFiles(x86)%\Microsoft Office\Office15\OSPP.VBS" /act
    127.0.0.2 IP is for microKMS & replace it with available online kms server, if using that for activation.
     
  3. ishan_rulz

    ishan_rulz MDL Novice

    Mar 5, 2011
    9
    0
    0
    #3 ishan_rulz, Nov 28, 2012
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Thanks, and those commands go into the Commond Prompt, yes?
     
  4. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #4 s1ave77, Nov 28, 2012
    Last edited: Nov 28, 2012
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...