https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-793#post-1606110 Sent an 2020-11-24 updated file in the link above. Spoiler: CHANGELOG 2020-11-24 Merged with Toolkit 10.9. @MSMG decided to remove the rebuild source session. It has also been removed from CustomTollkit. And, according to the nomenclature defined by him, it was also implemented in CustomToolkit. Its functionality has been integrated with the "Apply & Save Changes to Source Images". Now, during the process, it is called "Optimizing Source". Implemented the correction made by MSMG, mentioned in this post, after the release of 10.9. https://forums.mydigitallife.net/threads/msmg-toolkit.50572/page-881#post-1631832 I said that I like a black background with yellow letters, so I did it on CustomToolkit and GenericStart_LauncherMenu. Spoiler: CHANGELOG 2020-11-16 At the beginning of the month, the merge was performed with Toolkit 10.7 and then with 10.8. But CustomToolkit was not released due to implementations that were completed on 2020-11-16. The menu paths mentioned or described in tutorial mode, both in the CustomTookit download topic and here in the changelogs, have been updated due to the Menu reorganization update promoted by @MSMG in the Official Toolkit. * Removed that function of applying the tweaks through questions and answers. In exchange for this, it was implemented in the entire script that when you are working on a specific menu when completing a task, you return to the previous menu (in this case, the menu you were already in). To return to the main menu, just press X - X - X ... This makes it a little easier. * Added a question for those who work with the images, to be able to select the preferred indexes. "Do you want to remove the Indexes from unselected images?" Yes that's right. Removal of those not selected immediately after the initial selection! If you don't want to, at this point, for any reason, just use the Trim function within the Apply Menu before proceeding to save. I believe that the exclusion is recommended at the beginning, except for the example I mention in the question during the script, in Select Source. * Previously, in a version that was not even released, it was necessary to make the choices so that they were arranged in an ascending manner. Then a feature called "Sorting to Ascending Order" was implemented. Now, you can select 10,7,2,4 and after the removal the selected images 2,4,7,10 will be there from 1 to 5. After that the Image Index Number will be set as "A" and the mounting process will start. * The "Rebuild Source" session was merged with "Save Source": when saving, the service will be executed in full. There is no need to remember to do one last task. So, to make it clearer, at the end, it will be carried out in the rebuild source procedure that is already part of the saving process. * Palliative fix: Added the function to select the Index, in the ExtractSourceMCT session. * In the sessions of conversion or extracting from ESD to Wim, the compression is Default (smaller) with the parameter "fast". The purpose is to perform the task more quickly, the maximum compression will only be defined for tasks to finalize your modifications and save. Other tasks like export, trim of Image Indexes, etc ... continue with Maximum compression with the parameter "max" Note: About changelogs: which mention details about obsolete things (no longer present in CustomToolkit) will be removed from the list. I will leave only the changelogs that still have pertinent information. Thnks!
Hi, first of all thanks for great work! One question: is there a way to fully automate packages removal, update integration, image creation... Thanks!
Good afternoon RaiyvaN. Thank you very much, I'll fix it now. Maybe somewhere else there are errors in the script? You can view?
Hi @MSMG ... I want to share one of my impressions from my last attempt/experiment... I think you need to make a more selective arrangement in the condition and/or order of "if" queries below. Because, as such, it choosing the "DebugTools_10.0.18362.tpk" for the "10.0.17763.xxx" image, each time: Code: :: Setting Microsoft DaRT Tools Debug Tools Package filename if "%SelectedSourceOS%" equ "w10" ( if "%ImageBuild%" neq "18363" if "%ImageBuild%" neq "19042" set "DebugTools=DebugTools_%ImageVersion%.tpk" if "%ImageBuild%" neq "18363" set "DebugTools=DebugTools_10.0.18362.tpk" if "%ImageBuild%" equ "19042" set "DebugTools=DebugTools_10.0.19041.tpk" ) I would like to take this opportunity to thank you and all participants once again for all your devoted contributions!
Until you approve or say otherwise, I made a change on my side as follows: Code: :: Setting Microsoft DaRT Tools Debug Tools Package filename if "%SelectedSourceOS%" equ "w10" ( if "%ImageBuild%" equ "18363" set "DebugTools=DebugTools_10.0.18362.tpk" if "%ImageBuild%" equ "19042" set "DebugTools=DebugTools_10.0.19041.tpk" if "%ImageBuild%" neq "18363" if "%ImageBuild%" neq "19042" set "DebugTools=DebugTools_%ImageVersion%.tpk" )
@ingiowarr same here i'm also a regret in scoring materia is that I have a problem in my right hand when I got into the bush, the 240 khh on top of a bike 750 that I turned into 940cc
Just my 2 cents worth. With all due respect Is the program slower? Hell yes. Is it a problem? Hell no. It is what it is. How much did you pay for it? When I want to customize my image it takes about the best part of a whole day. I just do it while doing other things. True, anyone determined enough may be able to hack the code, but this is not the only program with code protection. Many programs would be faster if not for that fact. Perhaps it's also prudent to keep in mind @MSMG is doing this for the love of it. He's not a commercial software developer making mega-bucks from it. I wish you all the best in finding a different product.
Specify which updates you integrated to 20H2 image before the component removal and the list of components you removed and also the which updates you did installed later. If image cleanup is done then it will generate a ghost SFC error.
Yes it has been fixed in next release Code: if "%ImageBuild%" neq "18363" set "DebugTools=DebugTools_10.0.18362.tpk" should have been Code: if "%ImageBuild%" equ "18363" set "DebugTools=DebugTools_10.0.18362.tpk"
Good afternoon, kind people. No, I am not getting errors. I wrote a script that is universal for all indexes, for any need. Added two more add-ons 7zip and Unlocker_x64, reg-files that are inside the add-on have already been converted to avoid additional conversions. \ wCOMPONENTS \ wDEFAULT \ wNTUSER \ wSOFTWARE \ wSYSTEM This is for experiments I use one index, and in practice seven indices for / l %% i in (1, 1, 7) do ( Are there any other points in the script that need to be fixed?
I did not do image cleanup. I didn't integrate any additional updates. I built it with this iso: 19042.572.201008-1852.20H2_RELEASE_SVC_PROD1_CLIENTENTERPRISE_VOL_X64FRE_EN-GB.ISO (built from 19042.572_amd64_en-gb_professional_65d035a2_convert_virtual) I've attached my removepkglist. I ran 2 quality updates afterwards (KB4580325 and KB586781) - plus some definition/driver updates.
Hi, I have a problem with a modified install image, Windows 10 woks OK, and I can use DirectX's offline installer without a problem. But the online version fails, and wold like to know what elemet have I removed that can provoke this?... cause maybe some other online installer will have the same problem in the future because I removed an important element.
Windows 10 v1809/v1909/v2004/v20H2 - Removing Internet Explorer breaks DirectX 9.0c Web Installer and Photoshop CC Web Installer.
@MSMG , When I make localization & running it,Toolkit will collapse.This exist code from Toolkit's part of Remove Windows Components: Code: if "!MenuChoice!" equ "23" set "ComponentName=WindowsReaderPDF" & set "ComponentDescription= Windows Reader (PDF)" After fix, it is as follows like: Code: if "!MenuChoice!" equ "23" set "ComponentName=WindowsReaderPDF" & set "ComponentDescription= Windows Reader ^(PDF^)" After this modification, test the finished Toolkit again, the Toolkit no longer crashes after running to this part and other similar parts. It should be changed in a future version 11.0.
"ComponentDescription= Windows Reader ^(PDF^)" to removed space "ComponentDescription=Windows Reader ^(PDF^)" @MSMG, I sent more PMs! A big hug guys!