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

    LQQL MDL Addicted

    Apr 21, 2009
    773
    122
    30
    Where do I get those tokens.dat and data.dat from?! I just don't get it. Could please someone so kind to point me at?! :puzzled:
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Short after they started the Free WMC offer last year we found here at MDL, that the process holds a little hickup. That was the time you could use Tokens from an already activated machine to activate your own system offline. Sweet times...

    After a short period they patched that hole. Now you need to phone activate mostly.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,104
    24,378
    340
    Problem is: THEY CANNOT BE SHARED HERE PUBLICILY!!!!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. MrAnalysis

    MrAnalysis MDL Senior Member

    Aug 4, 2012
    417
    384
    10
    #44 MrAnalysis, Sep 2, 2013
    Last edited: Sep 2, 2013
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. bulldog147

    bulldog147 MDL Member

    Aug 5, 2009
    239
    39
    10
    DEL /Y imagex.exe
    DEL /Y oscdimg.exe
    DEL /Y etfsboot.com

    these doesn't work it saying "Invalid"
     
  6. tere112

    tere112 MDL Novice

    Aug 16, 2009
    24
    4
    0
    same here, the last 3 not working.
     
  7. MrAnalysis

    MrAnalysis MDL Senior Member

    Aug 4, 2012
    417
    384
    10
    DEL imagex.exe
    DEL oscdimg.exe
    DEL etfsboot.com

    By the way the ISO is made before these steps all they are for is removing a few files you copied ;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  8. cadcad

    cadcad MDL Junior Member

    Aug 1, 2009
    50
    8
    0
    Is there a way to make a activated Windows 8.1 Pro ISO, where you have a already activated windows 8.1 installed?
    Thanks for any help or reply
     
  9. BIG-BIN

    BIG-BIN MDL Member

    Aug 29, 2013
    109
    54
    10
    #49 BIG-BIN, Sep 3, 2013
    Last edited by a moderator: Apr 20, 2017
  10. BIG-BIN

    BIG-BIN MDL Member

    Aug 29, 2013
    109
    54
    10
    #50 BIG-BIN, Sep 3, 2013
    Last edited: Sep 3, 2013
    beautiful and true! I still are not in the street, I found a problem
    you used the same method?
     
  11. BIG-BIN

    BIG-BIN MDL Member

    Aug 29, 2013
    109
    54
    10
    and too light I just do not quite understand language ..
    thanks to everyone ..
     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210

    Ya, when you open a administrative command prompt, the default directory is c:\windows\system32, I should have added the this command "cd\" in the first line to shift to the root directory "c:\"
    i have updated the post please go through it.
     
  13. TONSCHUH

    TONSCHUH MDL Addicted

    Jun 11, 2012
    816
    287
    30
    #53 TONSCHUH, Sep 3, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    XCOPY "C:\Program Files (x86)\Windows Kits\8.1\Assessment and Deployment Kit\Deployment Tools\amd64\Oscdimg\etfsboot.com"
    
    Code:
    DEL /Y imagex.exe
    
    
    DEL /Y oscdimg.exe
    
    
    DEL /Y etfsboot.com
    
    => Invalid switch - "Y"

    ;)
     
  14. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    #54 MSMG, Sep 3, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Fixed, check the post
     
  15. LQQL

    LQQL MDL Addicted

    Apr 21, 2009
    773
    122
    30
    #55 LQQL, Sep 3, 2013
    Last edited: Sep 3, 2013
    Thanks, BUT I don't want anyone to share those files; I just wanna know, where they come from. Where can I find them and - most importantly - do I have those files already?

    There is and never was a need for the yelling like CAPSLOCK stuff.

    I didn't ask anyboy for anything, allright? So... We good?! ;]
     
  16. gail

    gail MDL Junior Member

    Feb 15, 2008
    93
    8
    0
    If anybody has those files from a windows 8.1 activated,i would surely like to have them for educational purposes,so a PM would be good guys,and I will be buying a copy of Windows 8.1 when I can get back to my country at xmas cheers guys
     
  17. LQQL

    LQQL MDL Addicted

    Apr 21, 2009
    773
    122
    30
    What will those files teach you? o_O
     
  18. 3zero3

    3zero3 MDL Senior Member

    Apr 26, 2012
    421
    685
    10
    #58 3zero3, Sep 3, 2013
    Last edited by a moderator: Apr 20, 2017
    Code:
    DISM /Image:C:\W8MNT /Enable-Feature /All /LimitAccess /FeatureName:NetFX3 /Source:C:\W8\sources\sxs
    /All is necessary?
     
  19. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,486
    210
    #60 MSMG, Sep 3, 2013
    Last edited by a moderator: Apr 20, 2017
    (OP)
    Not necessary,but it's just used to enable all parent features of the .NET Framework 3.5.