Hi my dear friend! It's great to know that you're okay, I'm grateful to the universe for that. I, as well as all your other friends here at MDL, always think about the best for you and for all your loved ones and send you our best energy and thoughts, so that "The Whole" always fills your paths with light. If there is anything we can do to help you in any way, we are always willing to lend a helping hand. A big and tight hug. Best Regards, @JeepWillys58
Updated the Toolkit to v13.7 Spoiler: Change-log v13.7 + Updated Toolkit's Bin folder with Windows 11 v24H2 WADK (v10.0.26100.1) Tools. + Updated Toolkit's Bin folder with 7-Zip v24.05 Command-line Binaries. + Updated Toolkit's Bin folder with WimLib-Imagex v1.14.4 Binaries. + Added or Updated Appx License XML files for the below Apps to Toolkit's <Bin\AppLicense> folder. Microsoft Application Compatibility Enhancements Microsoft AVC Encoder Video Extension Microsoft Teams App Microsoft Windows Dev Home Microsoft Windows Cross Device + Updated the Feature "Remove Windows Component", renamed the System App Component WebView2SDK to WebView2Runtime. + Updated the Feature "Remove Windows Component" to remove Live Captions and Voice Access System component for Windows 11 Client v22H2/v23H2 Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1809 (v10.0.17763.1/v10.0.17763.5696 [KB5036896]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client Enterprise LTSC 2019 (v10.0.17763.1/v10.0.17763.5696 [KB5036896]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v1903 (v10.0.18362.1) & v1909 (v10.0.18363.2274 [KB5013945]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client v2004 (v10.0.19041.1) & v22H2 (v10.0.19045.4291 [KB5036892]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 10 Client Enterprise LTSC 2021 (v10.0.19044.1288/v10.0.19044.4291 [KB5036892]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 11 Client v21H2 (v10.0.22000.1/v10.0.22000.2899 [KB5036894]) Source OS. + Updated the Feature "Remove Windows Component" to support Windows 11 Client v22H2 (v10.0.22621.1) & v23H2 (v10.0.22631.3447 [KB5036893]) Source OS. + Updated the Feature "Remove Windows Component" with updated Dependency and Compatibility Settings. + Optimized the Toolkit code (Thanks to MDL Member : inTerActionVRI).
Dear friend @bratskij In first place, that you and all yours be safe and healthy always. Please read the "readme" file before asking questions, as I said to @CocoNuts974 before. There is no 24H2 there so it is not officially supported, try it and see what happens, the most you will get is a little wasted time and some experience. Good Computing and Best Regards @JeepWillys58
I need a msmg toolkit for the May updates, since the April ones have problems with VPN. (See Changlog of Microsoft)
If its a question, If I am not mistaken EP are not integrating anymore in Core Editions for some W10 versions. Are you using some Home Edition for this test? First of all, you need to use some of both supported builds to begin with customizations through Toolkit. Then, you just need to download the updates and integrate the updates with Toolkit or like haris have doing by using W10UI. You need to learn how to do one or another way.
Has anybody else noticed a massive increase in ISO image for Windows 11 after using ToolKit on it? Examples below: 22621.2283.230831-1007.NI_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO is 6.40 GB. After working with ToolKit, ISO with ESD install image is 4.02 GB. 22631.3447.240405-1738.23H2_NI_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO is 6.02 GB. After working with ToolKit, ISO with ESD install image is 4.73 GB.
@Feartamixg the updates for above 22621.2283 are with massive size you can compare this with the update files. I wanted updates to be just replacing old things with updated versions, rather than adding. If I'm not mistaken, this is related to the addition of edge with copilot. The right thing to do was to go directly to 26100, where this is already optimized. The image is small and so are the updates at the moment. I just know that the tests I did just by removing the 26100 using DISM are very good. Even though it is not yet supported by the Toolkit, I am thinking about doing a test removing components with this new version, to find out what problems are waiting for us. @MSMG, I sent you a DM. Tweaks to start with the copilot already deactivated is a good idea. DisarmCopilot Code: reg.exe add "HKLM\TK_NTUSER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d "0" /f %_NUL12% reg.exe add "HKLM\TK_DEFAULT\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d "0" /f %_NUL12% reg.exe add "HKLM\TK_SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowCopilotButton" /t REG_DWORD /d "0" /f %_NUL12% reg.exe add "HKLM\TK_NTUSER\Software\Policies\Microsoft\Windows\Explorer" /v "DisableSearchBoxSuggestions" /t REG_DWORD /d "1" /f %_NUL12% reg.exe add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\Windows\Explorer" /v "DisableSearchBoxSuggestions" /t REG_DWORD /d "1" /f %_NUL12% reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\Explorer" /v "DisableSearchBoxSuggestions" /t REG_DWORD /d "1" /f %_NUL12% reg.exe add "HKLM\TK_NTUSER\Software\Policies\Microsoft\Edge" /v "HubsSidebarEnabled" /t REG_DWORD /d "0" /f %_NUL12% reg.exe add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\Edge" /v "HubsSidebarEnabled" /t REG_DWORD /d "0" /f %_NUL12% reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\Edge" /v "HubsSidebarEnabled" /t REG_DWORD /d "0" /f %_NUL12% REM reg.exe add "HKLM\TK_NTUSER\Software\Policies\Microsoft\Windows" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f %_NUL12% REM reg.exe add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\Windows" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f %_NUL12% REM reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f %_NUL12% reg.exe add "HKLM\TK_NTUSER\Software\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f %_NUL12% reg.exe add "HKLM\TK_DEFAULT\Software\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f %_NUL12% reg.exe add "HKLM\TK_SOFTWARE\Policies\Microsoft\Windows\WindowsCopilot" /v "TurnOffWindowsCopilot" /t REG_DWORD /d "1" /f %_NUL12% @haris_mdlf69 , you already talked about this some other time before. Now I better understood what you mean.
I used 13.7 on a 19045.4472 image, removed a fair bit of components with Component Removal. It works fine so far.