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. Baghi

    Baghi MDL Junior Member

    Sep 1, 2013
    84
    12
    0
    You can use one of those pastebin key to activate Pro edition and then quickly install your promotional WMC key which you got from M$ for free, validate it via phone, and you're done. It doesn't require KMS, just slmgr /ato after validating it from M$ servers.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. Bat21UK

    Bat21UK MDL Novice

    May 24, 2007
    42
    3
    0
    hi all is there a way to do this without wmc
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    What do you want to do build a windows 8.1 pro retail activated iso, then you can follow the same method excluding the media center stuffs
    use your retail key instead of media center one

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
  5. Bat21UK

    Bat21UK MDL Novice

    May 24, 2007
    42
    3
    0
    Very Big Thanks :worthy:
     
  6. Boops

    Boops MDL Addicted

    Jan 5, 2008
    932
    1,231
    30
    #147 Boops, Sep 7, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    #148 efes34, Sep 7, 2013
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. Boops

    Boops MDL Addicted

    Jan 5, 2008
    932
    1,231
    30
    Thank you. I do not mind not active, that is the purpose I want.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    İf your hardware has any changing (for example display card ) your machine is deactivated.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. Boops

    Boops MDL Addicted

    Jan 5, 2008
    932
    1,231
    30
    #152 Boops, Sep 7, 2013
    Last edited by a moderator: Apr 20, 2017
    I have a copy of my files, data.dat and tokens.dat with activating my legitimate keys. To W8Pro and W8ProWMC

    If... use this...

    Code:
    XCOPY /H /R /K /Y C:\WMC_DATA\tokens.dat C:\W8MNT\Windows\System32\spp\store\2.0
    XCOPY /H /R /K /Y C:\WMC_DATA\data.dat C:\W8MNT\Windows\System32\spp\store\2.0
    ... when you do a clean install, if I ask for the key, can I use mine?. :dontgetit:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. efes34

    efes34 MDL Senior Member

    Nov 17, 2009
    344
    62
    10
    #153 efes34, Sep 7, 2013
    Last edited by a moderator: Apr 20, 2017
    I do not think key questioned if your machine is activated now
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You forget to put the EI.cfg file or else it will ask for the key.
     
  14. Majestic

    Majestic MDL Junior Member

    Aug 3, 2008
    95
    9
    0
    I did put the ei.cfg in the sources folder.

    I have also used autoattend xml

    When installing it took a long time, at least 20-30 mins every time before the installing started followed by asking for the key.

    OK, I will try again.
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    #157 MSMG, Sep 7, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    I do use both EI.cfg with autounattend.xml file, it works perfectly.
    Here is the EI.cfg file contents

    Code:
    
    [Channel]
    Retail
    [VL]
    1
    
    
     
  16. Boops

    Boops MDL Addicted

    Jan 5, 2008
    932
    1,231
    30
    #158 Boops, Sep 7, 2013
    Last edited by a moderator: Apr 20, 2017
    That difference in put 1 or 0 in VL?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Tried with both 1 and 0 in VL, it works
     
  18. Alwiz

    Alwiz MDL Novice

    Dec 26, 2012
    31
    2
    0
    #160 Alwiz, Sep 7, 2013
    Last edited: Sep 7, 2013
    Hi,
    thank You first of all.
    Just created wmc.iso. I will try fresh install tomorrow.
    Creating Iso worked like a charm.:bananajoj2:


    I have a question: I tried the Iso in a virtual machine, and I cannot change or install any different Produckt Key/s. I tried this:

    1. In Windows 8, open the Registry Editor
    2. Search for MediaBootInstall and set the value to 0.
    3. Open an elevated command prompt (run as administrator) and enter:
      slmgr /rearm
    4. If you get an access denied error message, you’re not running the command prompt with administrator privileges
    5. Restart the computer
    6. Open a command prompt and enter:
      slui 3
    7. Enter your Windows 8 upgrade license key and activate it
    8. Done!
    Still cannot change the Key. Is there any solution to this ? Or is the iso somehow linked to the System where activation came from ?