How to Make a Activated Windows 8.1 Pro WMC ISO With .Net 3.5 Framework Integrated

Discussion in 'Windows 8' started by MSMG, Sep 2, 2013.

  1. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    well i activated my 8.1 pro.then added wmc with retail keys i found on pastebin. so i guess it wont work for me.
    thank you for clarification...as im sure it will help other users.
     
  2. jeff69dini

    jeff69dini MDL Expert

    Nov 22, 2008
    1,017
    235
    60
    there is a mistake in the file the op posted with the 2 commands, if you download the file and view the commands it mentions "Windows 8 Pro with Media Center" when it should say 8.1 of course!
     
  3. Allfaith

    Allfaith MDL Novice

    Mar 17, 2010
    5
    0
    0
    I just have one question will I be able to activate Windows 8 .1 on any Other machine or have to use the same machine
     
  4. throbber

    throbber MDL Addicted

    Mar 13, 2008
    585
    32
    30
    you will need another key
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    yes it was typo error, please do change it to "Windows 8.1 Pro with Media Center"
     
  6. TecMan

    TecMan MDL Member

    Jul 31, 2009
    118
    26
    10
    Hi Friends:

    Let me give you the error that I have when I try to install Windows 8.1 Pro with Media Center from USB Memory...

    Windows could not display the images available for installation

    In other words, everything is fine with the method, but after click install...I have this error...

    Can you help me to fix this problem?

    Thanks

    TecMan
     
  7. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #107 s1ave77, Sep 5, 2013
    Last edited by a moderator: Apr 20, 2017
    Check the WIM for missing description flag.

    Code:
    DISM /Get-WimInfo /WimFile:"Path.to.WIM" /Index:1
    Set flags with:

    Code:
    Imagex.exe /flags "ProfessionalWMC" /info "Path.to.WIM" 1 "Windows 8.1 Pro with Media Center" "Windows 8.1 Pro with Media Center" /CHECK
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. TecMan

    TecMan MDL Member

    Jul 31, 2009
    118
    26
    10
  9. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #110 s1ave77, Sep 5, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Always better to post Code in Codeboxes (the '#' symbol in post editor) to avoid errors due to formatting by the forums software :smartass:.

    Now looks proper. I always check the MS reference for proper code :good3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. TecMan

    TecMan MDL Member

    Jul 31, 2009
    118
    26
    10
    #113 TecMan, Sep 5, 2013
    Last edited: Sep 5, 2013
    Hi s1ave77:

    Sorry, it's my fault...I have the new iso...let me try again

    Thanks
     
  12. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
    #114 sureshabhi777, Sep 5, 2013
    Last edited: Sep 5, 2013
    Hi s1ave77
    I have made 8.1 iso with above method using activated data.dat & token.dat. on my os office 2013 was also activated.Now if I install windows with that iso file and then i install office 2013. Pls tell me that now my office 2013 will be activated or not....:worthy:
     
  13. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    #115 s1ave77, Sep 5, 2013
    Last edited by a moderator: Apr 20, 2017
    Hmmm...used that line several times successfully. Did you check the WIM

    Code:
    DISM /Get-WimInfo /WimFile:"C:\W8\sources\install.wim" /Index:1
    Post Output here.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. BTOR

    BTOR MDL Addicted

    Nov 18, 2009
    574
    584
    30
    @tecman what do you have in ei.cfg file ?
     
  15. sureshabhi777

    sureshabhi777 MDL Junior Member

    Jul 18, 2009
    52
    2
    0
    Plz answer my question as soon as possible....
     
  16. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Sorry, can´t answer this, as i didn´t test that procedure so far :whistle3:.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...