1. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,421
    11,694
    240
    Hmm... sorry then bud...
    I'm really not as familiar with win7 language stuff as I am with win8.x
     
  2. ady199

    ady199 MDL Senior Member

    Jul 22, 2009
    314
    47
    10
    Can anyone please help me as I'm getting really peed off.

    All I'm trying to do is to create a pre-activated iso of Windows 8.1 Enterprise x64 edition. This is what I've done:-

    Extracted the tool to c:\Toolkit

    Copied the extracted Windows 8.1 Enterprise x64 edition iso to c:\Toolkit\DVD

    Ran the tool as Administrator, selected the first option 'Select' source' from the menu, then I selected the correct WIM image and the tool done its thing - it finished without errors

    I then selected option 2 and menu option H (Pre-Activation Details for Auto-Activation) I then get it to use my existing activation files (My Windows is fully activated by phone) - it finishes without errors

    I next choose option 5 to apply the source - again it finishes without errors

    I next choose option 6 and create an iso file and then burn it to DVD. Again this all finishes without any errors

    I then try to boot the DVD I've just created and I keep on getting the same error:-

    Operating system cannot be located - usbxhci.sys is missing or corrupt please check that you have this file in \Windows\system32\drivers\

    HELP!!!

    I've tried 3 times now and get the same problem every time...

    Thanks in advance
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Is your ISO source is Clean or have you integrated any USB drivers to it before ??

     
  4. ar_seven_am

    ar_seven_am MDL Senior Member

    Mar 7, 2010
    398
    129
    10
    Just small edit so it can fully work in windows 7 (check for net 3.5 is enabled or not in host), fix for vista games (tinker) in x64 also add KB270561 and remove KB2969339 (newest windows 8.1 baseline from abbody list) :

    Toolkit-v1.09.cmd

    View attachment 30448

    Note : Dont replace the original WADK 8.1 17029 that came from the toolkit with WADK 8.1 17031 if u run this tool on windows 7 host, otherwise it will not work (that's the problem why it doesn't detect the wim image etc since the dism cant loaded inside the bin folder :D)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I thought of fixing that .NetFx 35 detection error on Windows 7 in the next version of ToolKit. Anyway thanks fixing it and also adding the newest updates for Windows 8.1 baseline.

     
  6. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #528 Kenafri, Aug 26, 2014
    Last edited by a moderator: Apr 20, 2017
  7. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,246
    90,971
    340
    #529 abbodi1406, Aug 26, 2014
    Last edited by a moderator: Apr 20, 2017
    That's actually not true, features names are case-insensitive

    the command fails because it consider " as part of FeatureName
    the correct would be:
    Code:
    "%DISM%" /Online /Get-FeatureInfo /FeatureName:NetFX3
     
  8. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #530 s1ave77, Aug 26, 2014
    Last edited by a moderator: Apr 20, 2017
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    #531 Kenafri, Aug 26, 2014
    Last edited by a moderator: Apr 20, 2017
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
  11. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,246
    90,971
    340
    No problem MSMG, you can use mine as you like :)
     
  12. Kenafri

    Kenafri MDL Member

    Jul 22, 2014
    104
    49
    10
    @ MSMG


    Thanx for reply.

    Today, it's Christmas before Christmas for me :xmas: : all this good news...
    So, for the moment, no need to complete my translation (better to wait for next release)


    @ abbodi1406

    Thanx for giving permission to use your excellent script.

    Mates, keeps fingers crossed...
     
  13. Captain.Majid

    Captain.Majid MDL Novice

    Aug 27, 2014
    30
    0
    0
    I read that this tool can:
    ⦁ Integrate Windows To Go Workspace Feature

    Is that mean that it can do 8.1 WTG to a non-certified USB drive ?
    Is 8.1 WTG still available to a non-certified USB drive ? because I only succeed with 8.0.
     
  14. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,937
    120
    yes mine is not certified and working great, a little bit slow but it's ok.
     
  15. Captain.Majid

    Captain.Majid MDL Novice

    Aug 27, 2014
    30
    0
    0
    Thanks for the quick reply.

    What build/month updates your 8.1 has ?
     
  16. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,937
    120
    The last one :)
     
  17. Captain.Majid

    Captain.Majid MDL Novice

    Aug 27, 2014
    30
    0
    0
    Well, the tool now display:
    View attachment 30537
    The problem is that the built-in Windows To Go tool, doesn't not allow non-certified USB drives, only certified and external HDD.
    I Apply WTG before from 8.0 to 16GB USB3.0, but 8.1, no luck yet.

    So the MSMG tool uses the same method of Microsoft which doesn't not allow non-certified USB drives,
    How it works with you ?
     
  18. coleoptere2007

    coleoptere2007 MDL Guru

    Apr 8, 2008
    3,302
    1,937
    120
    Humm i see, i didn't use MSMG toolkit but applied the wim file from enterprise iso to usb hdd with dism command, easy and quick :)