1. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,770
    3,601
    60
    Nice! I had registry entries being added also through scripts triggered by "setupcomplete.cmd". When I fixed everything, including the "*.reg" files, I got rid of the problem. In this case my problem was directly related to the commands for adding registry entries in my scripts.


    Good to know! Thanks!
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  2. almubdea1

    almubdea1 MDL Novice

    Apr 30, 2012
    24
    3
    0
    thanks a lot

    can I ad version number of windows not include?
     
  3. There are only two ways you can remove all provisioned apps & some system apps from your offline wim :
    Via Dism - use only package name in remove apps list txt.
    Via Toolkit Helper - use ToolkitHelper : package name in remove apps list txt.
    Note Dont use both methods .
    You can use any of them to remove packages.
     
  4. 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?
     
  5. @MSMG will assist you better on this .
     
  6. MSMG

    MSMG MDL Developer

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

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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"
    

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    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.

     
  9. ceo54

    ceo54 MDL Addicted

    Aug 13, 2015
    969
    466
    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...
  10. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    384
    161
    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?
     
  11. aladdin2006

    aladdin2006 MDL Junior Member

    Feb 28, 2013
    97
    15
    0
    #15253 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.
     
  12. I think TEW from Boops brother will help you in this scenario .
     
  13. aladdin2006

    aladdin2006 MDL Junior Member

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

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    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.
     
  15. 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 .
     
  16. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    90
    13
    0
    #15260 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: