Hi there, I have a quick question: where do I place the custom XML file for the start menu so it will be implemented by the ToolKit? Thanks for the help!
I ve used Windows 10, Version 2009 - 20H2 (build 19042.631). I ve cooked it wit toolkit 11.3 and after tests in vmware, i ve launched windows update. I had the same issue. I ve restarted from the beginning but this time i ve integrated in the WHD folder, the KB4601319-x64 (msu downloaded from microsoft catalogue). After the install process in vmware, i ve changed the windows update service state from (originally) manual (desactivated) to automatically (start). No more issue. Windows update installed all updates including the KB4601382. Hope this will help to solve your issue.
Yes it will take time and resources to process the protected code in the ToolkitHelper, trying to reduce the MUI code size to minimize the time and resource. You can get the list of components by executing the below command Code: ToolKitHelper.exe <Mount-folder> /? To save the output to a file use the command Code: ToolKitHelper.exe <Mount-folder> /? > packages.txt To copy the output to clipboard Code: ToolKitHelper.exe <Mount-folder> /? | clip
Thank you very much! Sorry, but I have to bother you w/ another question. For some reason the manual removal [option 1] of Windows components/apps doesn't work for me with any of the 11.x ToolKit versions! :-( I am trying to mod Win10 19042.844 The removal process within the ToolKit works as it should and the modfifications to the source image are applied. But when I test my final ISO export all the supposedly removed apps and components are still there... I have created modded installations with the tool before and I just cannot figure what I am doing wrong. I tried the same process with option 3 (removal via package list) and that image came out with everything properly removed....weird. Any idea what I am missing when doing the manual removal? Thanks for your support!
.844 CU is not supported for component removal. Code: [G] - Select the Components to be removed using [Remove->Remove Windows Components->Select Windows Components] menu. Note: Only for Client Editions. Requires Cumulative Update specified in the changelog.txt to be integrated before the removal. [H] - Remove the selected Windows Components using [Remove->Remove Windows Components->Start Removing Windows Components] menu. Note: Only for Client Editions. Requires Cumulative Update specified in the changelog.txt to be integrated before the removal. When you select the components in Step G, the selected component will be prefixed by - sign and in Step H the component is removed.
Many times users while entering the ISO filename they do enter the filename with extension and having the extension suffixed automatically may create issues when using the generated ISO with other software's like VMware. So I left the extension thing to user itself, if you want you can change this text Code: %ISOFileName% to Code: %ISOFileName%.iso
I mean when you said you tried to use WU and also manually used the .844 CU cab to install, did you install prerequisite SSU?
Now it's perfect, thanks you from the core of my heart MSMG. May God bless you with health and happiness friend.