1. nosirrahx

    nosirrahx MDL Expert

    Nov 7, 2017
    1,263
    607
    60
    Did you read the message? Load one index at a time and then it will work.
     
  2. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    If I did that it will take so much longer to complete. I don't understand why it only works for one index at a time.
     
  3. Hoppyah

    Hoppyah MDL Senior Member

    Aug 12, 2009
    294
    14
    10
    How come after I've removed apps/components my finished ISO has increased in size
     
  4. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,721
    103,742
    450
    Did you rebuild the install.wim?
     
  5. Hoppyah

    Hoppyah MDL Senior Member

    Aug 12, 2009
    294
    14
    10
    whoops no
    could i redo it on the saved ISO?
    What option is rebuild install wim?
     
  6. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,721
    103,742
    450
    Just extract the iso to the dvd folder and start toolkit, press 6 and select rebuild, after rebuilding is finished use the toolkit to create a new iso.
     
  7. Hoppyah

    Hoppyah MDL Senior Member

    Aug 12, 2009
    294
    14
    10
    cheers m8
     
  8. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    With various indexes it is uncomfortable to import the .reg manually as I suggested.

    Batch script like the MSMG Toolkit has limitations, to have more features I think a GUI version is needed.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    ^^
    maybe you need first learn how to work with CMD and after think in GUI version of Toolkit before speak about limitations;)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  10. AeonX

    AeonX MDL Addicted

    May 24, 2013
    796
    725
    30
    I know how to use cmd so I can adjust the script to do what I want (enable Windows Photo Viewer in LTSB for example) but for the person with little knowledge the command line version has limitations in the sense that user interaction is over complicated.

    MSMG may not have made the load image registry function available for more than one index because the code can be very tricky.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    This is the registry I wanted to load. It mutes the annoying Cortana voice that comes on during Windows installation.
    [HKEY_LOCAL_MACHINE\TK_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE]
    "DisableVoice"=dword:00000001
     
  12. dhjohns

    dhjohns MDL Guru

    Sep 5, 2013
    3,262
    1,733
    120
    So if you have used MSMG toolkit to mount let's say 5 images at once they will be in, I believe, Install\1, Install\2, etc. So you just alter the %MOUNT% in the command below for each mounted image, then import your registry fix, and unload with the unload command.
    Code:
    reg load HKLM\TK_HKLM_SOFTWARE "%MOUNT%\Windows\System32\config\software"
    Reg add "HKLM\TK_HKLM_SOFTWARE\Microsoft\Windows\CurrentVersion\OOBE" /v "DisableVoice" /t REG_DWORD /d "1" /f
    reg unload HKLM\TK_HKLM_SOFTWARE
    Then do it for each image. :)
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. daveo76

    daveo76 MDL Expert

    Nov 9, 2009
    1,074
    282
    60
    Thanks. I find it quicker to use NTLite afterwards for reg files. Just select it once and it does for all editions at once.
     
  14. Tiger-1

    Tiger-1 MDL Guru

    Oct 18, 2014
    7,894
    10,735
    240
    yep I understand 100% dude and you are correct related to another users; still I belive that MSMG maybe can take some time because realy is not easy implement this software as GUI
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  15. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    86
    13
    0
    Would it be possible to add an option to integrate LPs into all 3 options (Boot, Setup and Recovery) at the same time? :)

    I do MultiX releases for friends and family so it would help A LOT.
     
  16. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    #5656 MonarchX, Jan 19, 2018
    Last edited: Jan 19, 2018
    Version 7.9 no longer shows me the option to integrated Edge into LTSB...
     
  17. rockyp

    rockyp MDL Novice

    Dec 7, 2010
    15
    1
    0
    Need help getting this error with toolkit V8
    Win 10 1709 16299.125
    -------------------------------------------------------------------------------
    Removing Windows Quick Assist App Package...
    -------------------------------------------------------------------------------
    ERROR: The process cannot access the file because it is being used by another process.
    ERROR: The process cannot access the file because it is being used by another process.
     
  18. MonarchX

    MonarchX MDL Expert

    May 5, 2007
    1,732
    313
    60
    OK, version is most definitely problematic for all x64 1607-14393 versions I tried, even completely fresh 14393 (no updates). I used MSMG Toolkit to integrate DirectX 9, then removed everything on the removal lists, except for IE UI, and System Restore. Windows installation would copy all the files during fresh install, reboot as per usual, but then I would be greeted with BSOD. I tried several times - same result. Does not happen with 1703 and 1709.
     
  19. hybridsmash9

    hybridsmash9 MDL Novice

    Dec 11, 2014
    1
    0
    0
    How long should it be "Reading Host OS Information..." for?

    I think it's stuck on that for some reason.
     
  20. FLCL

    FLCL MDL Junior Member

    Dec 20, 2013
    52
    17
    0
    Try it again without integrating updates.
    1709 is compared to the other versions more difficult. Take a step to the first page and read the discription. Beside the updateproblem you have to remove windows defender and some other components a last otherwise you'll get errors too.

    Have a try :).