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.
Further to this, does anybody have any ideas how to safely remove Outlook with the ToolKit? I don't see the app listed in the list that the command bin\toolkithelper C:\11\Mount\Install\1\ /? > 11_list.txt generates. Name: Microsoft.OutlookForWindows PackageFullName: Microsoft.OutlookForWindows_1.0.0.0_neutral__8wekyb3d8bbwe
thanks for the update, anyone knows where can I download updated RemoveAppsList/RemovePkgsList template ? thanks
@MSMG @everyone scenario I have already applied a .whim to a USB drive for windows to go in other words, portable windows. being blind, this works out quite well for me my settings would follow me where ever i go e.g, assistive tech such as screen readers. this .whim has not been touched by any editing tool. question: would it be possible to have toolkit when launched to have an option where you could manually specify the location of the mounted/ deployed image? example: e:\ referring to the location of the deployed image. then normal operations would work from there. this would eliminate the mounting of the image etc. changes required for this to work? as far as I am aware adding another option where you can enter the drive letter would work. thank you for considdering this request.
I think it would be a lot simpler to work on an ISO image and use Rufus to copy the final image to your USB drive. As far as I know, the ToolKit is not designed to work on existing installations of Windows.
There are also the Microsoft.ApplicationCompatibilityEnhancements (I like to keep it), and MicrosoftWindows.CrossDevice component to remove. I have an complete list. Spoiler Code: # Microsoft.WindowsStore # Microsoft.StorePurchaseApp # Microsoft.SecHealthUI # Microsoft.VCLibs.140.00 # Microsoft.Windows.Photos Microsoft.WindowsCamera # Microsoft.WindowsNotepad Microsoft.MSPaint Microsoft.Paint # Microsoft.WindowsTerminal # Microsoft.DesktopAppInstaller MicrosoftWindows.Client.WebExperience Microsoft.WindowsAlarms # Microsoft.WindowsCalculator Microsoft.WindowsMaps Microsoft.MicrosoftStickyNotes # Microsoft.MixedReality.Portal # Microsoft.ScreenSketch microsoft.windowscommunicationsapps Microsoft.People # Microsoft.Print3D Microsoft.BingNews Microsoft.BingWeather Microsoft.Messaging # Microsoft.Microsoft3DViewer Microsoft.MicrosoftSolitaireCollection Microsoft.MicrosoftOfficeHub Microsoft.WindowsFeedbackHub # Microsoft.GetHelp # Microsoft.Getstarted Microsoft.Todos Microsoft.Wallet Microsoft.XboxSpeechToTextOverlay Microsoft.XboxGameOverlay # Microsoft.XboxIdentityProvider Microsoft.PowerAutomateDesktop Microsoft.549981C3F5F10 # MicrosoftCorporationII.QuickAssist MicrosoftCorporationII.MicrosoftFamily Microsoft.OutlookForWindows MicrosoftTeams MSTeams Microsoft.Windows.DevHome Microsoft.BingSearch # Microsoft.ApplicationCompatibilityEnhancements MicrosoftWindows.CrossDevice Microsoft.ZuneMusic Microsoft.ZuneVideo Microsoft.YourPhone # Microsoft.WindowsSoundRecorder # Microsoft.XboxApp # Microsoft.GamingApp Microsoft.XboxGamingOverlay Microsoft.Xbox.TCUI Clipchamp.Clipchamp # Microsoft.WebMediaExtensions # Microsoft.RawImageExtension # Microsoft.HEIFImageExtension # Microsoft.HEVCVideoExtension # Microsoft.VP9VideoExtensions # Microsoft.WebpImageExtension # Microsoft.DolbyAudioExtensions # Microsoft.AVCEncoderVideoExtension # Microsoft.MPEG2VideoExtension Microsoft.Whiteboard microsoft.microsoftskydrive Microsoft.MicrosoftTeamsforSurfaceHub MicrosoftCorporationII.MailforSurfaceHub Microsoft.MicrosoftPowerBIForWindows Microsoft.SkypeApp Microsoft.Office.Excel Microsoft.Office.PowerPoint Microsoft.Office.Word Microsoft.Office.OneNote Microsoft.OneConnect
@MSMG Welcome MSMG, I'm so glad to see you. Please don't stay away from us... Many people stopped following the program because we thought Toolkit was dead. Therefore, this will weaken the feedback that will be given to you in the future. Welcome back to us... May God help you.