1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    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
        )
    
     
  2. MSMG

    MSMG MDL Developer

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

     
  3. MSMG

    MSMG MDL Developer

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

     
  4. MSMG

    MSMG MDL Developer

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

     
  5. MSMG

    MSMG MDL Developer

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

     
  6. MSMG

    MSMG MDL Developer

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

     
  7. MSMG

    MSMG MDL Developer

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


     
  8. 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
     
  9. MSMG

    MSMG MDL Developer

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

     
  10. Windows 10 User

    Windows 10 User MDL Guru

    Feb 2, 2017
    2,005
    122
    90
    Will you find a way to prevent removed components from returning after installing CUs?
     
  11. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Check in <Bin\Lists> folder for these files

    compare

    RemovePkgsList_W10_LTSC_2019_Template.txt

    with

    RemovePkgsList_W10_10.0.17763_Template.txt
    or
    RemovePkgsList_W10_10.0.19041_Template.txt

    you will get the difference.


    Can't remove the firewall coz I haven't added the support for removing it.

     
  12. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    I have updated the Microsoft .NET Framework 4.8 Pack for Windows 7 to version 4.8.4180.13 (KB4552921).
     
  13. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    Maybe it is a lot of work to remove the firewall as it is part of Windows Defender? i found the above post by MSMG in a few minutes - just use the forum search facility to search only this thread for what you need (I searched this thread for firewall).

    Sometimes search is quicker than constantly asking the same question.
     
  14. Robotnik247

    Robotnik247 MDL Junior Member

    Nov 21, 2012
    86
    13
    0
    #15497 Robotnik247, Jun 9, 2020
    Last edited: Jun 9, 2020
    If you remove something from RemoveAppsList_W10_10.0.19041_Template.txt or RemovePkgsList_W10_10.0.19041_Template.txt will that reflect when you say remove "all apps"? I only want to keep Store, Xbox whatever and Mixed Reality so I assume when I do "remove all" that I won't touch these packages?

    update: Yeah that sounded dumb... Do we make new copies without the template part added to it or use the existing ones that lack the version number?
     
  15. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    @MSMG,
    thank you for answering my what may seemb to you silly nay even stupid questions.
    thank you again for msmg toolkit,
    will there be a fix to increese the speed of item removal?
    does the toolkit helper and it's friends use one core of the machine or all of them?
    I have 4 cores here and was wandering if using more cores would help in speeding things up?

    a feature request if you would not mind at some point,
    would it be possible to add font removal and other keybord layouts and langauages that are not used to the removal possibilities?
    thanks again @MSMG :)
     
  16. mhussain

    mhussain MDL Senior Member

    Oct 1, 2012
    368
    144
    10
    @MSMG sorry if i sound like a broken record,
    on another note,
    how do you find all the componants that toolkithelper can remove?
    I mean how do you find the names that will enable removal?
    exammple
    is it possible to remove all of hyper-v via the ToolkitHelper?
    if so what whould be typed?
    reason for asking is i'm blind and hyper-v does not work for me, it's not accessible.
     
  17. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
    #15500 Feartamixg, Jun 9, 2020
    Last edited: Jun 11, 2020
    Tested v10.0 and latest ToolKitHelper with 2004 and the latest SSU and CU.

    I am very pleased to report that I did not receive any SFC errors, which I fully expected to receive due to issues with 1909 updating. Perhaps there was something wrong with 1909 which has now been fixed in 2004?

    • x86 ISO: 19041.264.200510-0252.VB_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X86FRE_EN-GB.ISO
    • x86 SSU: windows10.0-kb4560366-x86_a3e87cf039c5a25ba3e4200892cfee30911d4689.msu
    • x86 CU: windows10.0-kb4557957-x86_c711f2cbf308606b4cf7d02172f9dd96c2f24a60.msu
    • x64 ISO: 19041.264.200510-0503.VB_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO
    • x64 SSU: windows10.0-kb4560366-x64_653c88cde27a1adff38843c1b054fbbcef380b6f.msu
    • x64: CU: windows10.0-kb4557957-x64_ce530e139ad0d12d33f185a5db868248110b93eb.msu
    Extract ISO (1 > 3)

    Select source (1 > 1) (also mount boot and recovery images)

    Integrate Win32 calculator (3 > 3 > C)

    Apply SSU and CU updates (3 > 4 > 2 > 1 > 4)

    Apply setup media update (3 > 4 > 2 > 2)

    Remove using RemovePkgsList.txt (4 > 3)
    Code:
    ToolKitHelper:GameExplorer
    ToolKitHelper:MapControl
    ToolKitHelper:OneDrive
    ToolKitHelper:PeopleExperienceHost
    ToolKitHelper:PPIProjection
    ToolKitHelper:RetailDemoContent
    ToolKitHelper:SkypeORTC
    ToolKitHelper:SecureAssessmentBrowser
    ToolKitHelper:WindowsMixedReality
    ToolKitHelper:XboxGameCallableUI
    ToolKitHelper:3DViewer
    ToolKitHelper:AdvertisingXaml
    ToolKitHelper:Alarms
    ToolKitHelper:BingWeather
    ToolKitHelper:Calculator
    ToolKitHelper:Camera
    ToolKitHelper:CommunicationsApps
    ToolKitHelper:DesktopAppInstaller
    ToolKitHelper:FeedbackHub
    ToolKitHelper:GetHelp
    ToolKitHelper:Getstarted
    ToolKitHelper:HEIFImageExtension
    ToolKitHelper:Maps
    ToolKitHelper:MixedRealityPortal
    ToolKitHelper:OfficeHub
    ToolKitHelper:OfficeOneNote
    ToolKitHelper:Paint3D
    ToolKitHelper:People
    ToolKitHelper:Photos
    ToolKitHelper:ScreenSketch
    ToolKitHelper:SkypeApp
    ToolKitHelper:SolitaireCollection
    ToolKitHelper:SoundRecorder
    ToolKitHelper:StickyNotes
    ToolKitHelper:VP9VideoExtensions
    ToolKitHelper:WalletService
    ToolKitHelper:WebMediaExtensions
    ToolKitHelper:WebpImageExtensions
    ToolKitHelper:XboxApp
    ToolKitHelper:XboxIdentityProvider
    ToolKitHelper:YourPhone
    ToolKitHelper:ZuneMusic
    ToolKitHelper:ZuneVideo

    Tweaks for Task View, App Downloads, Photo Viewer (5 > 8 > B/D/J)

    Cleanup (6 > 1)

    Apply changes to image (6 > 2 > Y)

    Rebuild (6 > 1)

    Convert WIM to ESD (2 > 4)

    Make ISO (7 > 1)