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

    nicesoni_ash MDL Novice

    Nov 21, 2008
    36
    5
    0
    @W8MNT
    Thanks mate, I changed most of these changes but forgot to change token folders, now have to do it all over again. Thanks again. Just to confirmed, I activated my Win 8 Pro first with KMS and then fully activated with a WMC key and now it's fully activated, so these activated tokens will work for this method too, right?
     
  2. ptd163

    ptd163 MDL Novice

    Aug 14, 2013
    16
    7
    0
    Why do you not include the DISM command to rebuild the image with maximum compression?
     
  3. TecMan

    TecMan MDL Member

    Jul 31, 2009
    120
    26
    10
    Hi MSMG:

    I done your recommendations and they worked great...I have my PC with Windows 8.1 with Media Center and I have the ISO file into of USB Memory...No problem with Activation...Thanks for your help

     
  4. LQQL

    LQQL MDL Addicted

    Apr 21, 2009
    772
    122
    30
    What would the commandline be?
     
  5. chinobino

    chinobino MDL Member

    Jul 28, 2009
    184
    72
    10
    #185 chinobino, Sep 20, 2013
    Last edited by a moderator: Apr 20, 2017
    From the OP;

    Code:
    Dism /Export-Image /SourceImageFile:c:\win81\wim\install.wim /SourceIndex:1 /DestinationImageFile:c:\win81\iso\sources\install.wim /compress:maximum
     
  6. Tautviuxas

    Tautviuxas MDL Novice

    Sep 29, 2013
    1
    0
    0
    Please help for activation Windows 8.1 Pro Build 9600 . Contact via skype: Tautviuxas2007
    If you help me i'll repay by paypal .
     
  7. endbase

    endbase MDL Guru

    Aug 12, 2012
    4,694
    1,718
    150
    Yeah now i can make some money with the forum but soory no go here :vertag:
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. urie

    urie retired mod

    May 21, 2007
    8,997
    3,381
    300
    Read Forum Rules
     
  9. ptd163

    ptd163 MDL Novice

    Aug 14, 2013
    16
    7
    0
    So for the product key part, if I have a retail key I bought from "Add features to features Windows 8.1" that is what I would replace the Xs with? Right?
     
  10. albatross7

    albatross7 MDL Novice

    Oct 17, 2013
    1
    0
    0
    sorry if this has been asked elsewhere, i did try to search for it but ddnt quite understand some of the stuff i found

    I have a bunch of machines, all with win8 with wmc. can i, upgrade one of them, use its tokens.dat and data.dat to create a disk, not put in the key and then use the disk to fresh install all the machines, and then on each machine insert only its wmc key and phone activate?

    or do i have to upgrade all of them and get tokens.dat and data.dat from all of them?

    if it is the latter, can i just save all their tokens.dat and data.dat and post installing from a disk, just swap those out without internet and then upk/ipk their keys in?
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    This method is to make a Retail Pre-Activated Windows 8.1 Pro + WMC ISO, so that you don't need to have to activate the os either by phone or any other method when you install the OS.

    In your case, first you need a copy of Windows 8.1 + WMC Retail Activated "data".dat" and "tokens.dat" files. then you need to make one iso with the above dat files and install the os on each of your system and activate each system with phone activation once. then make a backup copy of the activated "data.dat" and "tokens.dat" files of each systems with respective cd key. then every time when you need to install the os insert the new "data.dat", "tokens.dat" and the cdkey on each system it will be activated without any online/phone activation.

     
  12. TecMan

    TecMan MDL Member

    Jul 31, 2009
    120
    26
    10
    Hi MSMG:

    I followed your procedure with Windows 8.1 Pro WMC...and it's working great...

    Question...

    Can I use the same procedure (How to Make a Activated Windows 8.1 Pro WMC ISO With .Net 3.5 Framework Integrated) for with en_windows_8.1_with_update_x64_dvd_4065090.iso?

    Thanks

    TecMan
     
  13. chillo

    chillo MDL Novice

    Aug 19, 2010
    5
    0
    0
    is en_windows_8.1_with_update_x64_dvd_4065090.iso OK to extract the image from, or I need one of the very first RTMs without the updates?
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    Yes the en_windows_8.1_with_update_x64_dvd_4065090.iso is enough.

     
  15. chillo

    chillo MDL Novice

    Aug 19, 2010
    5
    0
    0
    Thank you very-very much, that was the second time I had to recover my WMC activation and that was far from enough,
    I know everybody here knows what I mean
     
  16. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,615
    210
    Why don't you backup the activation files and use my Main ToolKit to create a Pre-Activated ISO. you can find my Main ToolKit in my signature, it's ver 1.04 and the new version is yet to be released soon.

     
  17. chillo

    chillo MDL Novice

    Aug 19, 2010
    5
    0
    0
    wow don't know how I missed that!
    nice work, keep it up
     
  18. jayadratha

    jayadratha MDL Novice

    May 15, 2014
    6
    5
    0
    #198 jayadratha, May 15, 2014
    Last edited: May 15, 2014
    1st of all I used win 8.1 with update iso's, the MSDN copies. to make AIO.

    is it mandatory to add NETFX3 feature??
    DISM /Image:C:\W8MNT /Enable-Feature /All /LimitAccess /FeatureName:NetFX3 /Source:C:\W8\sources\sxs

    I mean to say what will be if I dont run the above command will it affect in activation or any problem will I face??
    Actualy I have made a win 8.1 AIO. The image 2 & 4 in the WIM file have WMC x86 & x64 accordingly.
    I want to mount each of those image index 2 & 4 and want to copy my data & token files.
    I came to know that those data and token files are general that is it is same for both x86 and x64.

    Please help cz I'm confused with the purpose of NETFX3.
    Thank you
     
  19. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,401
    340
    Although .NET 3 is part of the install media it isn't activated, so if you try to start any program later that requires it Windows tries to download and install. For that reason it's the first i activate in the Win 8/8.1 WIMs.

    It's not mandatory and not activation related.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  20. jayadratha

    jayadratha MDL Novice

    May 15, 2014
    6
    5
    0
    thanks for your reply. :)

    Ok one thing more. I am making the change in my AIO & it have both x86 & x64 version of WMC.
    So I think I have to get x86 version NETFX3 source(\sources\sxs\*.*) from x86 iso to add NetFx3 feature in x86 WMC.
    & x64 version NETFX3 source(\sources\sxs\*.*) from x64 iso to add NetFx3 feature in x64 WMC.
    Am I right?? Or I can add NETFX3 of a architecture in both x86 & x64 architecture of WMC???