1. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You mean the DISM package list, will add that option in Tool Menu in future version.

     
  2. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Yes the installation cab files are around 160MB but the Toolkit removed Windows Defender files are just around 70MB + registry entries.

    If you could give more time then will create a manual restore pack for Defender for CU 1397.

     
  3. Yanta

    Yanta MDL Senior Member

    May 21, 2017
    477
    274
    10
    Indeed. the 12 files you listed in an earlier post are, as you said 180mb. I tried several tests, the last being to install all 44 packages that were created by SxSExport manually. As I said, those 44 files totaled 450mb, and the results were identical.

    Take all the time you need. I'm in no hurry. I have told my son "It will be done when it's done".

    We are still locked down here so I've got nothing but spare time.

    I will continue to tinker and see what I can learn. Experimentation is a good teacher :)
     
  4. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    #16965 ingviowarr, Oct 29, 2020
    Last edited: Oct 29, 2020
    Potentially MSMG update system may also ba a сase. Potentially.
    If you can't find a way why this happens, do one more test on build 572 (non-English is better) to exclude issues with this part of your tool.
    Integrate updates in some other way, let's say using W10UI or some classical manual methods and use this ISO as a source.

    I'm not an expert, so feel free to ingnore my speculation, if you find it unrelevant.
     
  5. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    You need to use DISM executable or DISM API to integrate updates and there's no other way to do it.

    The Toolkit uses the DISM executable, may be using the DISM executable from the system instead of the latest WADK one to see if it makes any difference.

    Anyway will do one more test and see if it works.

     
  6. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    Only two components (Internet Explorer and Kernel Debugging) are updated in 19042.608, if you don't remove these two components you can use the ToolKitHelper with 19042.572 image.

    Will consider not to update the ToolKitHelper to support preview CU's from now on and stick to released ones.

    Checking with the cleanup issue will report back later.

     
  7. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    @Feartamixg

    Tested with Windows 10 Pro x64 20H2 (19042.608) en-US + zh-CN image prepared with the below standard DISM commands

    Code:
    dism /mount-image /imagefile:install.wim /index:1 /mountdir:mount
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\LP\Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.19041.1.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\LP\Microsoft-Windows-LanguageFeatures-Basic-zh-CN-Package~31bf3856ad364e35~amd64~~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\LP\Microsoft-Windows-LanguageFeatures-Handwriting-zh-CN-Package~31bf3856ad364e35~amd64~~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\LP\Microsoft-Windows-LanguageFeatures-OCR-zh-CN-Package~31bf3856ad364e35~amd64~~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\LP\Microsoft-Windows-LanguageFeatures-Speech-zh-CN-Package~31bf3856ad364e35~amd64~~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\LP\Microsoft-Windows-LanguageFeatures-TextToSpeech-zh-CN-Package~31bf3856ad364e35~amd64~~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\ServicingStack\windows10.0-kb4577266-x64_126987f629769e860cd7985371754db91685ea16.msu
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\NET35\Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\NET35\Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~en-US~.cab
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\FlashPlayer\windows10.0-kb4580325-x64_b6e8f5b34fd68a4e3c29a540000327f6d0675a7f.msu
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\NetCumulative\windows10.0-kb4578968-x64-ndp48_769c0d9bbb7cdff4adcd235f6064b272d71a23d6.msu
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\Enablement\windows10.0-kb4562830-x64_816fd030691161bfc9f892f0e9e1259e23a56c82.msu
    dism /ScratchDir:mtemp /Image:mount /Add-Package /PackagePath:..\UpdatePack\Windows-10.0.19041-x64\Cumulative\windows10.0-kb4580364-x64_26df2cd3366350653b21ff6ef1010d92581a13C4.cab
    dism /UnMount-Image /MountDir:mount /Commit
    
    Didn't performed Image Cleanup offline due to .NET 35 Integration.

    Installed the OS and performed these steps

    - SFC /VerifyOnly
    - Dism /Online /Cleanup-/Image /StartComponentCleanup
    - SFC /VerifyOnly

    The first two steps passed without errors and took less time to finish but the third step took more time to complete than the first two and also gave errors

    Code:
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection did not find any integrity violations.
    
    C:\Windows\system32>dism /online /cleanup-image /startcomponentcleanup
    
    Deployment Image Servicing and Management tool
    Version: 10.0.19041.572
    
    Image Version: 10.0.19042.608
    
    [=====                      10.0%                          ]
    [==========================100.0%==========================]
    The operation completed successfully.
    
    C:\Windows\system32>sfc /verifyonly
    
    Beginning system scan.  This process will take some time.
    
    Beginning verification phase of system scan.
    Verification 100% complete.
    
    Windows Resource Protection found integrity violations.
    For online repairs, details are included in the CBS log file located at
    windir\Logs\CBS\CBS.log. For example C:\Windows\Logs\CBS\CBS.log. For offline
    repairs, details are included in the log file provided by the /OFFLOGFILE flag.
    
    C:\Windows\system32>
    
    The Error output

    Code:
    C:\Windows>type Logs\cbs\CBS.log | findstr "repair"
    2020-10-29 19:56:40, Info                  CBS    TiWorker: Client requests SFP repair object.
    2020-10-29 20:06:36, Info                  CBS    TiWorker: Client requests SFP repair object.
    
    C:\Windows>type Logs\cbs\CBS.log | findstr "corrupt"
    2020-10-29 20:02:15, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:20, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:20, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:21, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:21, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:21, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:21, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:21, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    2020-10-29 20:02:22, Info                  CBS    The store corruption status report is incomplete. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    
    C:\Windows>type Logs\cbs\CBS.log | findstr "restore"
    
    C:\Windows>type Logs\cbs\CBS.log | findstr "fail"
    2020-10-29 20:02:15, Info                  CBS    Reporting package change for package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: Product, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:15, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-ProfessionalEdition~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:20, Info                  CBS    Reporting package change for package: Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:20, Info                  CBS    Reporting package change completion for package: Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:20, Info                  CBS    Reporting package change for package: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: Language Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:20, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:21, Info                  CBS    Reporting package change for package: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: Language Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:21, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Client-LanguagePack-Package~31bf3856ad364e35~amd64~zh-CN~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:21, Info                  CBS    Reporting package change for package: Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:21, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Hello-Face-Migration-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:21, Info                  CBS    Reporting package change for package: Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:21, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Hello-Face-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:21, Info                  CBS    Reporting package change for package: Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:21, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-LanguageFeatures-Handwriting-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:21, Info                  CBS    Reporting package change for package: Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:21, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-MediaPlayer-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Notepad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~en-US~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-Printing-WFS-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-TabletPCMath-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-UserExperience-Desktop-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: Microsoft-Windows-WordPad-FoD-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    2020-10-29 20:02:22, Info                  CBS    Reporting package change for package: OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Superseded, pending: Default, start: Superseded, applicable: Absent, target: Absent, limit: Absent, status: 0x0, failure source: Execute, reboot required: False, client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, reboot reason: REBOOT_NOT_REQUIRED, RM App session: -1, RM App name: N/A, FileName in use: N/A, release type: OnDemand Pack, OC operation: False, download source: 0, download time (secs): 4294967295, download status: 0x0 (S_OK), Express download: False, Download Size: 0
    2020-10-29 20:02:22, Info                  CBS    Reporting package change completion for package: OpenSSH-Client-Package~31bf3856ad364e35~amd64~~10.0.19041.1, current: Absent, original: Superseded, target: Absent, status: 0x0, failure source: Execute, failure details: "(null)", client id: DISM Package Manager Provider, initiated offline: False, execution sequence: 47, first merged sequence: 47, pending decision: InteractiveInstallSucceeded, primitive execution context: Interactive
    
    C:\Windows>
    

    So the Image Cleanup have issues.
     
  8. Bokeron

    Bokeron MDL Novice

    Dec 20, 2011
    24
    7
    0
    I've been doing some tests and it looks like Edge-Chromium uses a different method to get installed: as an update.
    I don't know what that means for MSMG and the Toolkit. For me it means I can't remove it so far using DISM (nor Winreducer), so I have to remove it after install in command line:

    cd C:\Program Files (x86)\Microsoft\Edge\Application\<version number>\Installer
    setup.exe --uninstall --system-level --verbose-logging --force-uninstall

    I'm afraid this isn't as clean as not installing it... but this is what I've been able to achieve so far
     
  9. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    That's the standard command to use on online system but the ToolKit works only with offline images and allows you to skip Edge Chromium integration and also can remove it completely if integrated.

     
  10. ingviowarr

    ingviowarr MDL Senior Member

    Dec 14, 2009
    345
    362
    10
    1) Fill a MDL class lawsuit against M$
    2) Book a Hotel on Carribbean Irelands
    3) Flying on MDL class vacations to learn Linux

    To have with you:

    - Panama, swimming trunks / bikini and mask
    - Notebook & fave Linux distro on USB
     
  11. Bokeron

    Bokeron MDL Novice

    Dec 20, 2011
    24
    7
    0
    Yep, that's my problem right now. I don't understand the method you use to remove Edge and since current Toolkit doen't work with WIndows build 19042.572, I'm trying to find a way... currenly trying to unhide packages... but I have to do it monting offline reg hive because I can't find the tool 'install_wim_tweak.exe' from any reliable source to do the unhiding for me.

    If I had dedicated the time I spend making WIndows behave, I could have developed my own OS instead LOL.
     
  12. Bokeron

    Bokeron MDL Novice

    Dec 20, 2011
    24
    7
    0
    That makes me wonder why it still gets then installed even if I delete the WinSxS folder using Winreducer. I'll do some tests just for 'fun' and see what comes up while we wait for your next update. Thank you!
     
  13. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
  14. Feartamixg

    Feartamixg MDL Addicted

    May 15, 2016
    783
    629
    30
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,647
    103,310
    450
    @Feartamixg I told you in the Win 10 Hotfix thread that the toolkit needs 19042.608, and you now used 19042.610 as source.
     
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,861
    1,521
    60
    Don't know if this error affects any other windows 10 version.

    ToolKitHelper 1.0.3888.0 Error on Windows 10.0.19041.1 Core x64.

    Code:
    ToolKitHelper.exe C:\mount WindowsDefender
    
    dism /image:C:\mount /cleanup-image /restorehealth
    
    Missing files Error:
    
    \WinSxS\Manifests\ files.
    amd64_microsoft-windows-hvsi-csp_31bf3856ad364e35_10.0.19041.1_none_9e00b5e3ab35c298.manifest
    amd64_microsoft-windows-hvsi-management-api_31bf3856ad364e35_10.0.19041.1_none_10ef1d0337c85e46.manifest
    amd64_microsoft-windows-security-apphvsi-adm_31bf3856ad364e35_10.0.19041.1_none_78f1c546aea94d28.manifest
    amd64_windows-defender-offline-amcore_31bf3856ad364e35_10.0.19041.1_none_fa970f8ee83b418d.manifest
    wow64_microsoft-windows-hvsi-management-api_31bf3856ad364e35_10.0.19041.1_none_1b43c7556c292041.manifest
    
    \WinSxS\ folders and files.
    amd64_microsoft-windows-hvsi-csp_31bf3856ad364e35_10.0.19041.1_none_9e00b5e3ab35c298
    hvsievaluator.exe
    windowsdefenderapplicationguardcsp.dll
    
    amd64_microsoft-windows-hvsi-management-api_31bf3856ad364e35_10.0.19041.1_none_10ef1d0337c85e46
    HvsiManagementApi.dll
    
    amd64_microsoft-windows-security-apphvsi-adm_31bf3856ad364e35_10.0.19041.1_none_78f1c546aea94d28
    AppHVSI.admx
    hvsigpext.dll
    
    amd64_windows-defender-offline-amcore_31bf3856ad364e35_10.0.19041.1_none_fa970f8ee83b418d
    OfflineScannerShell.exe
    
    wow64_microsoft-windows-hvsi-management-api_31bf3856ad364e35_10.0.19041.1_none_1b43c7556c292041
    HvsiManagementApi.dll
    To repair, get missing folders and files from an untouched wim and replace missing folders and files in modded wim .;).
     
  17. MSMG

    MSMG MDL Developer

    Jul 15, 2011
    6,414
    15,608
    210
    #16980 MSMG, Oct 30, 2020
    Last edited: Oct 30, 2020
    (OP)