1. LupusRex

    LupusRex MDL Novice

    May 19, 2013
    18
    3
    0
    My ISO don't contain an esd file, and sins Toolkit v9.9 works with the same iso - my guess is that it's a bug in v10.

    Cheers
    /LR
     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    What do you want to do? do you want to skip removing Windows Photo Viewer?

    Then skip removing it from the menu or add only the required components entries from <Bin\Lists\RemovePkgsList_W10_10.0.19041_Template.txt> to <Bin\Lists\RemovePkgsList.txt> and then use the [4] -> [4] Remove Windows Components using Package List menu.


     
  3. Devin.M.Macdonald

    Devin.M.Macdonald MDL Novice

    Jul 7, 2018
    4
    1
    0
    Can someone please provide me with the language packs compatible with 19041 for Arabic and Turkish.
    Also, is it possible to extract language packs (to cab format) from Windows after installing them through Windows Update?

    Sorry if this has been posted before (I tried searching). Thanks a lot.
     
  4. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    19041.208 is the minimum supported version and above that you can use with the latest available CU specified in changelog.

     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    CEIP_SQM comes under Privacy category and not in System Apps.

    I have added only the components that can be removed safely without any issues.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    These components come under Internet and System Categories.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Code:
       for /f "tokens=*" %%z in ('"dir /ad /b "%~dp0Addons\%ImageArchitecture%\Temp" 2^>nul') do (
                echo.Copying [%%z] files to Install.wim
                xcopy "%~dp0Addons\%ImageArchitecture%\Temp\%%z" "%~dp0Mount\%%i\" /h /e /g /q /r /y
        )
    
     
  8. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    I had made changes in the script to fix a bug related to maximum index checking but now it seems causing issues with some iso/esd, will check with the script and fix it.

     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    I had made changes in the script to fix a bug related to maximum index checking but now it seems causing issues with some iso/esd, will check with the script and fix it.

     
  10. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Only the components specified in the list can be removed.

     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    Then you need to use the menu [4] Remove -> [4] Remove Windows Components using Package List menu to remove the components.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    You may need to merge the sources\license folder from the Enterprise/LTSC build too.

     
  13. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The code protection added to the ToolKitHelper takes time to execute the program, you can speed the removal if your are removing all the components of a particular category by using the category name instead of component name.

    Code:
    ToolKitHelper:InternetExplorer
    ToolKitHelper:Privacy
    ToolKitHelper:Multimedia
    ToolKitHelper:Remoting
    ToolKitHelper:System
    ToolKitHelper:SystemApps
    ToolKitHelper:WindowsApps
    
    or

    Code:
    ToolKitHelper:AllComponents
    

    Planning to add a feature for ToolKitHelper to accept multiple component names at once.


     
  14. LupusRex

    LupusRex MDL Novice

    May 19, 2013
    18
    3
    0
    Yeah, sometimes fixing one bug just courses a new bug :throw: I know the feeling .
    I did try to find where the script broke, but there was to many changes for me to track the one that bugged me , but I guess that you will have better luck sins you did the changes in the first place :)

    Cheers
    /LR
     
  15. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,627
    210
    The Toolkit can't remove the Firewall, Only the components specified in the list can be removed.

    Make a list of components that not don't exist in the LTSC and add those component names in the RemovePkgsList.txt and use the [4] Remove -> [4] Remove Windows Components using Package List menu.

     
  16. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,031
    128
    90
    Will you find a way to prevent removed components from returning after installing CUs?