1. almubdea1

    almubdea1 MDL Novice

    Apr 30, 2012
    24
    3
    0
    thanks

    I am asking of aversion of windows not support by the tool kit can I add this version to be supported?
     
  2. @MSMG will assist you better on this .
     
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    Yes for v1903 and above the removed components do get installed when updated using CU or WU.

     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    If you want to pass the DVD source, ISO Label and ISO Filename as arguments to batch file then the script will be like this

    MakeISO.cmd

    Code:
    set "DVD=%~1"
    set "BIOSBoot=%DVD%\boot\etfsboot.com"
    set "UEFIBoot=%DVD%\efi\microsoft\boot\efisys.bin"
    set "ISOLabel=%~2"
    set "ISOFileName=%~3"
    
    Oscdimg -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISO%\%ISOFileName%.iso"
    
    Calling MakeISO.cmd

    Code:
    MakeISO D:\DVD W10 D:\en_windows10_x64
    

    or

    If you want to ask the user to enter the DVD source, ISO Label and ISO Filename then the script will be like this

    MakeISO.cmd

    Code:
    set DVD=
    set "BIOSBoot=%DVD%\boot\etfsboot.com"
    set "UEFIBoot=%DVD%\efi\microsoft\boot\efisys.bin"
    set ISOLabel=
    set ISOFileName=
    
    cls
    
    set /p DVD=Enter the DVD Folder Name : 
    echo.
    
    set /p ISOLabel=Enter the ISO Volume Label :
    echo.
    
    set /p ISOFileName=Enter the ISO File Name :
    echo.
    
    Oscdimg -bootdata:2#p0,e,b"%BIOSBoot%"#pEF,e,b"%UEFIBoot%" -o -h -m -u2 -udfver102 -l"%ISOLabel%" "%DVD%" "%ISO%\%ISOFileName%.iso"
    

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,411
    15,487
    210
    The ToolKitHelper only support the versions listed in the tool.

    Using Remove Windows Apps using Apps List and Remove Windows Components using Package List menus you can use it for any Windows version but you need to enter the correct DISM App/Package names in the list.

     
  6. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    867
    361
    30
    Thank you MSMG, this is exactly what I wanted. Your help is highly appreciated.

    One more thing I would like to say, since the development of the GUI is underway, will it be possible to extend the code to remove more stuff ? NTLite and Winreducer do that but I want to use your toolkit because it's free and because of your extended support. It's just a humble request.

    Thank you for the amazing work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  7. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    352
    139
    10
    hey there
    @MSMG
    would it be possible to have a torrent file created with the hole shibang? msmg toolkit, archives and packs?
    for ease of distribution?
    mega's interface for people with screen readers is not at all good?
     
  8. aladdin2006

    aladdin2006 MDL Junior Member

    Feb 28, 2013
    97
    15
    0
    #15270 aladdin2006, May 21, 2020
    Last edited: May 21, 2020
    I have created enterprise iso of win10 x86 english through svf patch file. I want to merge it with multiple edition image containing home+pro edition x86 english.

    Can someone please guide me how to merge it with multiple iso? I want to make home+pro+enterprise AIO iso x86. Is there a tool for this?

    Please someone guide me or provide tool if there is one to merge edition. Thanks.
     
  9. I think TEW from Boops brother will help you in this scenario .
     
  10. aladdin2006

    aladdin2006 MDL Junior Member

    Feb 28, 2013
    97
    15
    0
    What you mean? I don't understand.
     
  11. Windows 10 User

    Windows 10 User MDL Expert

    Feb 2, 2017
    1,908
    118
    60
    I thought sfc /scannow would always detect errors after some Windows components were removed (and so, it wouldn't be because it detected some missing or corrupted system files) by programs like MSMG ToolKit and NTLite and thise components would return after using that command.
     
  12. brother i mean to search for TEW tool by Boops brother on this community mdl . i think it will help you to merge more indexes from other install wim files of same arch & same os on your single index wim .
     
  13. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    83
    12
    0
    #15277 Robotnik247, May 22, 2020
    Last edited: May 22, 2020
    Here's an error during 2004 Windows Apps removal. Obviously it happens on both Home and Pro (x64)
     

    Attached Files:

  14. umut24

    umut24 MDL Novice

    Sep 18, 2009
    4
    1
    0
    When to add new visual c package ?:(
     
  15. THUMPer1

    THUMPer1 MDL Junior Member

    Mar 8, 2011
    64
    8
    0
    How did you get 2004 to load?
     
  16. aruiz

    aruiz MDL Novice

    Mar 6, 2018
    23
    2
    0
    I have tested with AV off, the problem is the new VCRuntime package, when I don't integrate this package, the component removal works fine