1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    If you want to remove all selected components at once then use the Remove Windows Components using Package List menu.


     
  2. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    I checked.
    The component is deleted, only the removal process is not displayed in the Toolkit:

    2020-05-11 001.png
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes GUI will be more robust and user friendly to use and provides more options to make the tool better, provides better management and helps in troubleshooting.

    Yes would like to add the preset mechanism for re-using the task steps for different images.

    No the GUI will have it's own versioning and it won't continue with the current Toolkit version.

    Yes once the component removals is complete for W2004, will start a new thread and post a test build.


     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    The new name suits very well for the kind of tool being developed and yes the localization will be added.


     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes I'm adding back the support for v1903 too and have partially added the support in the current ToolKitHelper.exe

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    copy the content to w10_CustomStartMenuLayout.txt in <Bin\XMLs> folder

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Use the below command to extract the drives from the installed system.

    Code:
    DISM.exe /Online /Export-Driver /Destination:C:\ExportedDrivers
    
    Then copy the drivers from the C:\ExportedDrivers folder to ToolKit's <Drivers\Install\w10\x64> folder and use the menu Integrate Windows Drivers in ToolKit.

     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Why do you want to add back MMRC to images which comes with MMRC built-in. the MMRC integration is provided only for Server builds.

    If you want to really add the features to other images then you can copy those files to Windows Updates folder and use the Integrate Windows Updates menu from the ToolKit.

    The ToolKit provides dynamic menus based on the image edition selected and so it would be difficult to add yes/no option for each menu and then apply all the options at once.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Hope to fix it soon.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Will see why it's not being displayed.

     
  11. almubdea1

    almubdea1 MDL Novice

    Apr 30, 2012
    24
    3
    0
  12. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    This is not a version of Windows. This is the version of DISM.

    and again: what kind of version is such a 190918 ???
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  13. windows builder

    windows builder MDL Guru

    Sep 13, 2017
    2,219
    1,555
    90
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  14. almubdea1

    almubdea1 MDL Novice

    Apr 30, 2012
    24
    3
    0
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Just use the version you have 18363.356.190918-2052.19H2 V2 by integrating the latest updates to it as specified in the readme.txt and then you can remove the components.

     
  16. mydlwin20

    mydlwin20 MDL Novice

    May 8, 2020
    8
    1
    0
    Whenever i try to open Control Panel it crashes.
    Also the same thing happens when i try to search on File Explorer.
    Any idea which component might cause that behavior?
     
  17. inTerActionVRI

    inTerActionVRI MDL Expert

    Sep 23, 2009
    1,748
    3,575
    60
    It was precisely this information that I did not know. I understand now.

    Grateful for the confirmation. I was imagining that. I believe the code would be very repetitive and extensive.

    Would it be interesting to add the following adjustments?
    I believe they are good suggestions. But could they incur any vulnerabilities?

    "LanmanWorkstation for Download Optimization"
    reg add "HKLM\SYSTEM\ControlSet001\Services\LanmanWorkstation\Parameters" /v "AuditSmb1Access" /t REG_DWORD /d "0" /f
    reg add "HKLM\SYSTEM\ControlSet001\Services\LanmanWorkstation\Parameters" /v "Disable Bandwidth Throttling" /t REG_DWORD /d "1" /f
    reg add "HKLM\SYSTEM\ControlSet001\Services\LanmanWorkstation\Parameters" /v "EnableWsd" /t REG_DWORD /d "0" /f

    and

    "zero QoS limit"
    reg add "HKLM\SOFTWARE\Policies\Microsoft\Windows\Psched" /v "NonBestEffortLimit" /t REG_DWORD /d "0" /f


    Thnx in advance!
     
  18. almubdea1

    almubdea1 MDL Novice

    Apr 30, 2012
    24
    3
    0
    thank you so much
    actually its the best and easiest program I used to modified windows
    can't be programmed to accept all versions of Windows 10?
    thanks again
     
  19. majid00

    majid00 MDL Novice

    May 26, 2018
    3
    0
    0