No usually the DISM will mount the required registry while integrating packages by using the registry hive file path as the registry hive mount name. E.g: c://windows//system32//config//components or c:\\windows\\system32\\config\\components or c:\\toolkit\\mount\windows\\system32\config\\components You need to identify the registry hives and unmount them, one method is to manually do it or use a search query for HKLM to detect list of keys using reg query HKLM command and then skip the default entries and then unmount the remaining entries. The default entries to be excluded are HKEY_LOCAL_MACHINE\HARDWARE HKEY_LOCAL_MACHINE\SAM HKEY_LOCAL_MACHINE\SECURITY HKEY_LOCAL_MACHINE\SOFTWARE HKEY_LOCAL_MACHINE\SYSTEM
From the logs you posted, it seems you have the same duplicate permission entries as I previously posted. In that regard, I think @MSMG will update the packs to avoid such warnings in the future. Otherwise your logs are clean, it doesn't seem to be a critical issue. Cheers.
Cleanup (5 > 1) README.txt: Windows 10 v2004/v20H2/v21H1 Client/Server Usage Order: [K] - Cleanup the Source Image using [Apply->Cleanup Source Images] menu. Note: Not recommneded to use due to SFC bug with recent Latest Cumulative Updates (LCU).
Does not apply, uupdump is clean. He has duplicate permission entries because of the pack he integrated. Cheers.
I haven't looked at CBS. log, but I know for sure that if Cleanup (5 > 1) is executed, there will be an SFC error. Feartamixg indicated that Cleanup (5 > 1) was performed.
Again, does not apply when he was using uupdump source. Please look at the CBS log he posted. And see the answer from MSMG quoted above. Cheers.
An example of the components list can be found in the template at the path:ToolKit\Bin\Lists\DISM_Templates\RemovePkgsList_W10.txt You need to put your custom list into an empty text file on the path: ToolKit\Bin\Lists\RemovePkgsList.txt In the image processing step in Toolkit, select: [3] Remove -> [3] Remove Windows Components Using Package List -> [1] Remove Windows Components Using Package List (DISM Method)
Thank you. I carefully read all MSMG posts and use images from uupdump.net in my work. Try to understand me correctly: Yes, you are right, we get a clean source image with no SFC errors from uupdump.net, but on the condition that the Cleanup is not performed. Next, we process the image using the Toolkit. And at the final stage, if we perform a Cleanup, we will still get an SFC error, even if there is no problem with the packages that you are talking about. The Feartamixg test (SPOILER: METHOD) indicates that the Cleanup was performed at the final stage in the Toolkit. With respect.
I agree with you and would be happy to deploy my current image on a machine for long term use. Thanks for your feedback. Although I have previously used the Media Creation Tool from Microsoft to create an ISO. I installed this image untouched and this also gave me SFC errors. However, I shall try as you say and skip the Cleanup step for testing purposes.
Try to integrate the registry file: Disable_Windows_Feeds.reg: Code: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Windows Feeds] "EnableFeeds"=dword:00000000 _____________________________ Tweak for Current User: Disable_Feeds_Current_User.reg: Code: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Feeds] "ShellFeedsTaskbarViewMode"=dword:00000002 The following values are supported: Value = 0: The weather icon and temperature are displayed. Value = 1: Only the weather icon is displayed. Value = 2: The function is disabled.
Thank you, I am well aware that I should download from UUP. The image I downloaded with MCT was for testing purposes, something I thought had made crystal clear in my post - apparently not, please accept my apologies for this. I am doing some testing just now and I already have some interesting results back. I shall post my test and results when I have finished.
you understand me wrong. i dont want to take MY drivers and put them into image. i want to take it from last windows update and put into image. only sys32/drivers. i dont want pull all updates. i need only this one. so how and where i can get pack for my LTSCx64-10.0.17763-JP?