Update removal corrupts system components, DISM cant find a source for restoration 0b sized .cat files

Status
Not open for further replies.

Ungie

Member
Joined
Apr 9, 2024
Posts
5
Long story of the case: Windows Server 2016 Standard (Desktop Experience)
I run 2 Hyper-V VM-s both with win 2016 server 1607 with I think first release disc used as install media back in the day. the VM host is a DC same OS from the same install source media. (I know it is highly unrecommended but it is what it is and for our load and security, works just fine)
The
problematic VM is supposed to run 1 instance of MailStore Server Version 22.2.20854 which runs just fine and 1 instance of Edgecam Toolstore server (which is a customized SQLServer installation including SQL Server Management Studio actual years edition + #ECSQLEXPRESS + an Administrator program for the basic setup (Toolstore Administrator) of the server functionality of the software so no SQL savy people also have a chance.)

The program worked just fine doing server task and the administration tool also worked but SSMS never worked, it always gave an error. I tried messing with .Net garbage collection settings as some posts suggested that solution to the error I got in the event viewer, sadly with no success, wasnt able to make the error message change, or go away.
In hopes of resolving the issue I have uninstalled the program and tried to reinstall .NET launching the allversions offline package setup.exe with /repair switch and chose repair but that didn't solve the issue despite finishing without errors. Netfxrepairtool.exe didn't do the trick either also finished without errors.
So in a last ditched effort I figured okay I'm gona unistall everything and reinstall everything I need. (raging a bit silently by himself others knowing not the pain he endures day by day)


Uninstalled the Toolstore server, but SMSS is unable to uninstall itself giving the same event id1000 and id1023 notably the same issue that was preventing it to run in the first place forom the get go.

eventID1000
Trying to uninstall SSMS

Code:
Faulting application name: SSMS-Setup-ENU.exe, version: 19.1.56.0, time stamp: 0x5a10ad86
Faulting module name: clr.dll, version: 4.7.4051.0, time stamp: 0x648f6e58
Exception code: 0x80131506
Fault offset: 0x002dec6a
Faulting process id: 0xa70
Faulting application start time: 0x01da8a9693ce244d
Faulting application path: C:\ProgramData\Package Cache\{97488653-b791-439a-8ca6-f0dd53cc98c0}\SSMS-Setup-ENU.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: 4a47d099-d974-41a7-985b-c9412f463ce4
Faulting package full name:
Faulting package-relative application ID:


eventID1023
Trying to uninstall SSMS

Code:
Application: SSMS-Setup-ENU.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 7377EC6A (734A0000) with exit code 80131506.


eventID1000
Trying to run SSMS

Code:
Faulting application name: Ssms.exe, version: 19.1.56.0, time stamp: 0x64685293
Faulting module name: clr.dll, version: 4.7.4051.0, time stamp: 0x648f6e58
Exception code: 0x80131506
Fault offset: 0x002dec6a
Faulting process id: 0x1324
Faulting application start time: 0x01da8a92036807b2
Faulting application path: C:\Program Files (x86)\Microsoft SQL Server Management Studio 19\Common7\IDE\Ssms.exe
Faulting module path: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
Report Id: a0aff504-1ff3-4e5f-86d1-71ce7e66a369
Faulting package full name:
Faulting package-relative application ID:


eventID1023
Trying to run SSMS

Code:
Application: Ssms.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an internal error in the .NET Runtime at IP 725AEC6A (722D0000) with exit code 80131506.




figured if I remove the .NET feature from the installation and reinstall it that way, surely must cure the problem about .NET
.NET 4.8 wont let me uninstall it unless i remove KB3192137 (update Package_for_KB3192137~31bf3856ad364e35~amd64~~10.0.1.0 | Installed | Update | 2016. 09. 12. 11:30), now that is deep in the jungle I understand, anyways I tried it XD.
every time I try removing it, I end up with a few ever changing damaged file in windows and have to restore it with dism.exe using an image I created using the original installation media \sources\install.wim file as a starting point.
Now in the last round i found something interesting.
ComponentsScanner.exe reports only 2 anomaly:



Code:
== Corrupt Files ==
C:\Windows\winsxs\Catalogs\3672dab6ef8f4f2044d5eae2ac3ce5098df6e834e58555597ba75a6de3bc86e4.cat (Expected SHA256: 3672dab6ef8f4f2044d5eae2ac3ce5098df6e834e58555597ba75a6de3bc86e4. Actual SHA256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
C:\Windows\winsxs\Catalogs\fcd8822329917405c69b2a4176b700e5883df698d42969f59b671e054845c889.cat (Expected SHA256: fcd8822329917405c69b2a4176b700e5883df698d42969f59b671e054845c889. Actual SHA256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
==============


Turns out the same files are missing from my other VM that I more or less keep up to date as the current one with the problem.
Turns out the image I have also has them missing and the ones in systems windir\winsxs\Catalogs\ folder are 0bits in size and I have zero clue how to identify which packages supposed to contain said cat files.


Ever since I couldn't get sfc/scannow to finish, it usually quits around 67% and i was unable to figure it out why sfc is failing despite Dism /online /cleanupmage /restorehealth was able to finish without errors, tho with some warnings in some or in both of the DISM log and CBS log files.
Until I run ComponentsScanner.exe with report showing some missing files which I was able to source form my other VM-s catalog except this 2 as they are not present on my other VM nor in the host OS

also tried to run SFCFIX.exe reporting
AutoAnalysis:: SUMMARY: No corruptions were detected. AutoAnalysis:: directive completed successfully.

With all that said I kindly request the help of the coding gods to assist me in resolving my pain on this VM preferably by saving it because I really dont want to migrate the other application to another VM also I have the Host ethernet outlets set up in NIC Team and it wasnt fun to set up on the VM-s and in Hyper-V switch manager.


-Please provide a method to track down exactly what makes clr.dll fault out. I've messed around with processmonitor for a while but I'm lacking the expertise to analyze the stack and individual calls within so i cant even tell which call is making it freak out if that is the case!

-Please provide a place to go and smarten up with regards the different types of files that DISM.exe is restoring when it operates and wrt. the whole repair mechanism!
-how to find the name of parent package out each type of files (cat mum manifest and every other file comes to play)






Powershell commandline:
Code:
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse |
Get-ItemProperty -name Version,Release -EA 0 |
Where { $_.PSChildName -match '^(?!S)\p{L}'} |
Select PSChildName, Version, Release


returned this:
Code:
PSChildName                      Version        Release
-----------                      -------        -------
v2.0.50727                       2.0.50727.4927
v3.0                             3.0.30729.4926
Windows Communication Foundation 3.0.4506.4926
Windows Presentation Foundation  3.0.6920.4902
v3.5                             3.5.30729.4926
Client                           4.8.03761      528049
Full                             4.8.03761      528049
Client                           4.0.0.0




Here is a list of packages on my VM:
Code:
Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

Packages listing:


-------------------------------------------------------------------------------------------------- | ---------- | --------------- | -------------------
Package Identity                                                                                   | State      | Release Type    | Install Time      
-------------------------------------------------------------------------------------------------- | ---------- | --------------- | -------------------
Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0                          | Installed  | Foundation      | 2016. 07. 16. 13:25
Microsoft-Windows-LanguageFeatures-Basic-ar-sa-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-bn-bd-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-bn-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-ca-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-cs-cz-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-da-dk-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-el-gr-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-en-gb-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-es-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-es-mx-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-et-ee-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-eu-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-fi-fi-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-gl-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-gu-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-he-il-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-hi-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-hr-hr-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:23
Microsoft-Windows-LanguageFeatures-Basic-hu-hu-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-id-id-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-is-is-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-it-it-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ja-jp-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-kn-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ko-kr-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-lt-lt-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-lv-lv-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ml-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-mr-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ms-my-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-nb-no-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-nl-nl-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-nn-no-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-pa-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-pl-pl-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-pt-br-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-pt-pt-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ro-ro-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-sk-sk-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-sl-si-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-sr-latn-rs-Package~31bf3856ad364e35~amd64~~10.0.14393.0   | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-sv-se-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-ta-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:24
Microsoft-Windows-LanguageFeatures-Basic-te-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-th-th-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-tr-tr-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-uk-ua-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-ur-pk-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-vi-vn-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-zh-hk-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Basic-zh-tw-Package~31bf3856ad364e35~amd64~~10.0.14393.0        | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-Fonts-Hant-Package~31bf3856ad364e35~amd64~~10.0.14393.0         | Installed  | OnDemand Pack   | 2016. 10. 07. 11:26
Microsoft-Windows-LanguageFeatures-Fonts-Jpan-Package~31bf3856ad364e35~amd64~~10.0.14393.0         | Installed  | OnDemand Pack   | 2016. 10. 07. 11:27
Microsoft-Windows-LanguageFeatures-Fonts-Kore-Package~31bf3856ad364e35~amd64~~10.0.14393.0         | Installed  | OnDemand Pack   | 2016. 10. 07. 11:28
Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0  | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0          | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-OCR-hu-hu-Package~31bf3856ad364e35~amd64~~10.0.14393.0          | Installed  | OnDemand Pack   | 2018. 12. 31. 9:05
Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0       | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0 | Installed  | OnDemand Pack   | 2016. 09. 12. 11:25
Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.14393.0                     | Installed  | OnDemand Pack   | 2018. 12. 31. 13:16
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 12. 11:22
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~es-ES~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 10:50
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 10:29
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~ko-KR~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 12:22
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~zh-TW~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 12:51
Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~10.0.14393.0                          | Installed  | Feature Pack    | 2016. 07. 16. 13:25
Microsoft-Windows-ServerCore-Server-Common-Package~31bf3856ad364e35~amd64~~10.0.14393.0            | Installed  | Feature Pack    | 2016. 07. 16. 13:25
Microsoft-Windows-ServerCore-SKU-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0           | Installed  | Feature Pack    | 2016. 07. 16. 13:25
Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4700.1                                       | Installed  | Update          | 2024. 02. 13. 23:19
Package_for_KB3192137~31bf3856ad364e35~amd64~~10.0.1.0                                             | Installed  | Update          | 2016. 09. 12. 11:30
Package_for_KB4132216~31bf3856ad364e35~amd64~~10.0.1.0                                             | Installed  | Update          | 2018. 12. 31. 9:11
Package_for_KB4465659~31bf3856ad364e35~amd64~~10.0.1.2                                             | Installed  | Security Update | 2018. 12. 31. 11:22
Package_for_KB4485447~31bf3856ad364e35~amd64~~10.0.1.1                                             | Installed  | Security Update | 2019. 02. 23. 11:59
Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.3106                                          | Installed  | Update          | 2022. 09. 06. 20:21
Package_for_KB4503537~31bf3856ad364e35~amd64~~14393.3022.1.1                                       | Installed  | Security Update | 2019. 06. 24. 4:18
Package_for_KB4509091~31bf3856ad364e35~amd64~~14393.3081.1.0                                       | Installed  | Security Update | 2019. 08. 21. 7:15
Package_for_KB4512574~31bf3856ad364e35~amd64~~14393.3200.1.1                                       | Installed  | Security Update | 2019. 09. 12. 18:31
Package_for_KB4520724~31bf3856ad364e35~amd64~~14393.3320.1.1                                       | Installed  | Security Update | 2019. 11. 30. 10:05
Package_for_KB4521858~31bf3856ad364e35~amd64~~14393.3262.1.0                                       | Installed  | Security Update | 2019. 10. 28. 10:26
Package_for_KB4535680~31bf3856ad364e35~amd64~~10.0.1.2                                             | Installed  | Security Update | 2021. 05. 08. 11:18
Package_for_KB4540723~31bf3856ad364e35~amd64~~14393.3561.1.1                                       | Installed  | Security Update | 2020. 04. 05. 11:01
Package_for_KB4550994~31bf3856ad364e35~amd64~~14393.3622.1.0                                       | Installed  | Security Update | 2020. 04. 19. 16:07
Package_for_KB4562561~31bf3856ad364e35~amd64~~14393.3744.1.1                                       | Installed  | Security Update | 2020. 06. 15. 12:51
Package_for_KB4565912~31bf3856ad364e35~amd64~~14393.3801.1.1                                       | Installed  | Security Update | 2020. 08. 13. 8:16
Package_for_KB4576750~31bf3856ad364e35~amd64~~14393.3926.1.3                                       | Installed  | Security Update | 2020. 09. 17. 4:05
Package_for_KB4589210~31bf3856ad364e35~amd64~~10.0.2.1                                             | Installed  | Update          | 2021. 05. 08. 16:52
Package_for_KB5001402~31bf3856ad364e35~amd64~~14393.4349.1.3                                       | Installed  | Security Update | 2021. 05. 08. 8:04
Package_for_KB5005698~31bf3856ad364e35~amd64~~14393.4650.1.2                                       | Installed  | Security Update | 2021. 09. 17. 11:34
Package_for_KB5017095~31bf3856ad364e35~amd64~~14393.5285.1.0                                       | Installed  | Security Update | 2022. 09. 06. 14:46
Package_for_KB5017396~31bf3856ad364e35~amd64~~14393.5351.1.0                                       | Installed  | Security Update | 2022. 10. 17. 23:29
Package_for_KB5023788~31bf3856ad364e35~amd64~~14393.5771.1.0                                       | Installed  | Security Update | 2023. 08. 22. 23:23
Package_for_KB5032391~31bf3856ad364e35~amd64~~14393.6451.1.2                                       | Installed  | Security Update | 2023. 12. 18. 5:55
Package_for_KB5034862~31bf3856ad364e35~amd64~~14393.6700.1.0                                       | Installed  | Security Update | 2024. 02. 13. 21:56
Package_for_KB5035962~31bf3856ad364e35~amd64~~14393.6790.1.0                                       | Installed  | Security Update | 2024. 03. 13. 9:30
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.6709.1.6                                       | Superseded | Security Update | 2024. 02. 13. 23:19
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.6796.1.11                                      | Installed  | Security Update | 2024. 03. 13. 17:50




Here is a list of packages on my restore wim:
Code:
Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

Packages listing:


------------------------------------------------------------------------------------------------------------- | ----------------- | --------------- | -------------------
Package Identity                                                                                              | State             | Release Type    | Install Time      
------------------------------------------------------------------------------------------------------------- | ----------------- | --------------- | -------------------
Microsoft-Windows-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0                                     | Installed         | Foundation      | 2016. 07. 16. 13:25
Microsoft-Windows-LanguageFeatures-Basic-ar-sa-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:39
Microsoft-Windows-LanguageFeatures-Basic-bg-bg-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-bn-bd-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-bn-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-ca-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-cs-cz-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-da-dk-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-de-de-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-el-gr-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-en-gb-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:40
Microsoft-Windows-LanguageFeatures-Basic-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-es-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-es-mx-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-et-ee-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-eu-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-fi-fi-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-fr-fr-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-gl-es-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-gu-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:41
Microsoft-Windows-LanguageFeatures-Basic-he-il-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-hi-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-hr-hr-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-hu-hu-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-id-id-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-is-is-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-it-it-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-ja-jp-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:42
Microsoft-Windows-LanguageFeatures-Basic-kn-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-ko-kr-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-lt-lt-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-lv-lv-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-ml-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-mr-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-ms-my-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-nb-no-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:43
Microsoft-Windows-LanguageFeatures-Basic-nl-nl-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-nn-no-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-pa-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-pl-pl-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-pt-br-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-pt-pt-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-ro-ro-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-ru-ru-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-sk-sk-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:44
Microsoft-Windows-LanguageFeatures-Basic-sl-si-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-sr-latn-rs-Package~31bf3856ad364e35~amd64~~10.0.14393.0              | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-sv-se-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-ta-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-te-in-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-th-th-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-tr-tr-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-uk-ua-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:45
Microsoft-Windows-LanguageFeatures-Basic-ur-pk-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:46
Microsoft-Windows-LanguageFeatures-Basic-vi-vn-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:46
Microsoft-Windows-LanguageFeatures-Basic-zh-cn-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:46
Microsoft-Windows-LanguageFeatures-Basic-zh-hk-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:46
Microsoft-Windows-LanguageFeatures-Basic-zh-tw-Package~31bf3856ad364e35~amd64~~10.0.14393.0                   | Installed         | OnDemand Pack   | 2018. 02. 02. 18:46
Microsoft-Windows-LanguageFeatures-Handwriting-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0             | Installed         | OnDemand Pack   | 2018. 02. 02. 18:46
Microsoft-Windows-LanguageFeatures-OCR-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0                     | Installed         | OnDemand Pack   | 2018. 02. 02. 18:47
Microsoft-Windows-LanguageFeatures-Speech-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0                  | Installed         | OnDemand Pack   | 2018. 02. 02. 18:47
Microsoft-Windows-LanguageFeatures-TextToSpeech-en-us-Package~31bf3856ad364e35~amd64~~10.0.14393.0            | Installed         | OnDemand Pack   | 2018. 02. 02. 18:47
Microsoft-Windows-NetFx3-OnDemand-Package~31bf3856ad364e35~amd64~~10.0.14393.0                                | Install Pending   | OnDemand Pack   | 2024. 04. 06. 14:20
Microsoft-Windows-Security-SPP-Component-SKU-ServerStandard-GVLK-Package~31bf3856ad364e35~amd64~~10.0.14393.0 | Installed         | Feature Pack    | 2018. 02. 02. 19:27
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~en-US~10.0.14393.0                       | Installed         | Language Pack   | 2018. 02. 02. 18:13
Microsoft-Windows-ServerCore-Package~31bf3856ad364e35~amd64~~10.0.14393.0                                     | Installed         | Feature Pack    | 2016. 07. 16. 13:25
Microsoft-Windows-ServerCore-Server-Common-Package~31bf3856ad364e35~amd64~~10.0.14393.0                       | Installed         | Feature Pack    | 2016. 07. 16. 13:25
Microsoft-Windows-ServerCore-SKU-Foundation-Package~31bf3856ad364e35~amd64~~10.0.14393.0                      | Installed         | Feature Pack    | 2016. 07. 16. 13:25
Package_for_DotNetRollup~31bf3856ad364e35~amd64~~10.0.4700.1                                                  | Install Pending   | Update          | 2024. 04. 07. 12:30
Package_for_KB4049065~31bf3856ad364e35~amd64~~10.0.1.3                                                        | Installed         | Update          | 2018. 02. 02. 19:21
Package_for_KB4132216~31bf3856ad364e35~amd64~~10.0.1.0                                                        | Install Pending   | Update          | 2024. 04. 07. 12:24
Package_for_KB4465659~31bf3856ad364e35~amd64~~10.0.1.2                                                        | Install Pending   | Security Update | 2024. 04. 07. 12:24
Package_for_KB4485447~31bf3856ad364e35~amd64~~10.0.1.1                                                        | Install Pending   | Security Update | 2024. 04. 07. 12:24
Package_for_KB4486129~31bf3856ad364e35~amd64~~10.0.1.3106                                                     | Installed         | Update          | 2024. 04. 06. 7:37
Package_for_KB4503537~31bf3856ad364e35~amd64~~14393.3022.1.1                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:25
Package_for_KB4509091~31bf3856ad364e35~amd64~~14393.3081.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:25
Package_for_KB4512574~31bf3856ad364e35~amd64~~14393.3200.1.1                                                  | Installed         | Security Update | 2024. 04. 06. 9:27
Package_for_KB4520724~31bf3856ad364e35~amd64~~14393.3320.1.1                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:26
Package_for_KB4521858~31bf3856ad364e35~amd64~~14393.3262.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:26
Package_for_KB4540723~31bf3856ad364e35~amd64~~14393.3561.1.1                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:26
Package_for_KB4550994~31bf3856ad364e35~amd64~~14393.3622.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:27
Package_for_KB4565912~31bf3856ad364e35~amd64~~14393.3801.1.1                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:27
Package_for_KB4576750~31bf3856ad364e35~amd64~~14393.3926.1.3                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:27
Package_for_KB4589210~31bf3856ad364e35~amd64~~10.0.2.1                                                        | Install Pending   | Update          | 2024. 04. 07. 12:27
Package_for_KB5001402~31bf3856ad364e35~amd64~~14393.4349.1.3                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:28
Package_for_KB5005698~31bf3856ad364e35~amd64~~14393.4650.1.2                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:28
Package_for_KB5017095~31bf3856ad364e35~amd64~~14393.5285.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:28
Package_for_KB5017396~31bf3856ad364e35~amd64~~14393.5351.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:28
Package_for_KB5023788~31bf3856ad364e35~amd64~~14393.5771.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:29
Package_for_KB5032391~31bf3856ad364e35~amd64~~14393.6451.1.2                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:29
Package_for_KB5034862~31bf3856ad364e35~amd64~~14393.6700.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 12:58
Package_for_KB5035962~31bf3856ad364e35~amd64~~14393.6790.1.0                                                  | Install Pending   | Security Update | 2024. 04. 07. 14:18
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1884.1.3                                                  | Superseded        | Security Update | 2018. 02. 02. 19:21
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2189.1.5                                                  | Superseded        | Security Update |                   
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2214.1.4                                                  | Superseded        | Update          |                   
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.6529.1.3                                                  | Uninstall Pending | Security Update | 2024. 04. 06. 10:03
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.6709.1.6                                                  | Uninstall Pending | Security Update | 2024. 04. 07. 12:57
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.6796.1.11                                                 | Install Pending   | Security Update | 2024. 04. 07. 14:17



Surplus on the WIM not installed on the VM:
Code:
Microsoft-Windows-Security-SPP-Component-SKU-ServerStandard-GVLK-Package~31bf3856ad364e35~amd64~~10.0.14393.0 | Installed         | Feature Pack    | 2018. 02. 02. 19:27
Package_for_KB4049065~31bf3856ad364e35~amd64~~10.0.1.3                                                        | Installed         | Update          | 2018. 02. 02. 19:21
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.1884.1.3                                                  | Superseded        | Security Update | 2018. 02. 02. 19:21
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2189.1.5                                                  | Superseded        | Security Update |                   
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.2214.1.4                                                  | Superseded        | Update          |                   
Package_for_RollupFix~31bf3856ad364e35~amd64~~14393.6529.1.3                                                  | Uninstall Pending | Security Update | 2024. 04. 06. 10:03



Present on VM absent from the restoration media WIM
Code:
Package_for_KB3192137~31bf3856ad364e35~amd64~~10.0.1.0                                             | Installed  | Update          | 2016. 09. 12. 11:30
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~es-ES~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 10:50
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~fr-FR~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 10:29
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~ko-KR~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 12:22
Microsoft-Windows-Server-LanguagePack-Package~31bf3856ad364e35~amd64~zh-TW~10.0.14393.0            | Installed  | Language Pack   | 2016. 09. 26. 12:51
Microsoft-Windows-LanguageFeatures-Fonts-Hant-Package~31bf3856ad364e35~amd64~~10.0.14393.0         | Installed  | OnDemand Pack   | 2016. 10. 07. 11:26
Microsoft-Windows-LanguageFeatures-Fonts-Jpan-Package~31bf3856ad364e35~amd64~~10.0.14393.0         | Installed  | OnDemand Pack   | 2016. 10. 07. 11:27
Microsoft-Windows-LanguageFeatures-Fonts-Kore-Package~31bf3856ad364e35~amd64~~10.0.14393.0         | Installed  | OnDemand Pack   | 2016. 10. 07. 11:28
Microsoft-Windows-LanguageFeatures-OCR-hu-hu-Package~31bf3856ad364e35~amd64~~10.0.14393.0          | Installed  | OnDemand Pack   | 2018. 12. 31. 9:05
Package_for_KB4562561~31bf3856ad364e35~amd64~~14393.3744.1.1                                       | Installed  | Security Update | 2020. 06. 15. 12:51
Package_for_KB4535680~31bf3856ad364e35~amd64~~10.0.1.2                                             | Installed  | Security Update | 2021. 05. 08. 11:18

these ones I couldnt find anywhere available for download
Oh and I have tried the original and the updated release of the install media both in the original state with dism using the read only image directly from the iso:\sources\install.wim /index:2 and no file was found or the replacement failed

Is there a DISM command by the way, to transfer installed packages from online image to offline to mounted WIM?

There are a few packages missing from the repair wim but that is all that I could gather. the
I've attached a few logs from the past so you guys can dig a bit deeper. (administrative events, cbs, dism)
Let me know if I can provide further information, like other logs or uploading the components hive, tho I'll need help doing it, never did that.
 

Attachments

Last edited:
I am a Windows Update Academy trainee on my final stage of training, and I can assist in your update problem(s). My posts will need prior approval so there may be a slight delay with responses.


Hello! You provided quite a bit of information. Thanks! Can you please provide a copy of your COMPONENTS hive as well?

Retrieve Components Hive
1. Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
2. Please copy this file to your desktop.
Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
3. Right-click on this file on your desktop and select Send To...Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
4. The file will likely be too large to upload here so please upload to a file sharing service.
5. Attach the file COMPONENTS.zip to your next reply. If the file is too large to attach, upload the COMPONENTS.zip file to www.wetransfer.com and post the link in your next reply.
 
Thank You for taking on the case! It was my impression, reading the similar posts, that the more data one provides, the more likely someone will have an idea for a solution, so I gathered all I could think of with my limited understanding of the system. Anyways Thanks again and here is the link for the hive ---> COMPONENTS.zip
 
Get Hash Values

  1. Click on the Start button and in the search box, type Command Prompt
  2. When you see Command Prompt on the list, right-click on it and select Run as administrator
  3. When command prompt opens, copy and paste the following commands into it, press enter after each


    Code:
    certutil -hashfile %systemroot%\WinSxS\amd64_microsoft-windows-directui.resources_31bf3856ad364e35_10.0.14393.0_en-us_9ba0da2afc95782f\windows.ui.xaml.dll.mui SHA256
    
    
    certutil -hashfile %systemroot%\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.0_en-us_186a99b686a08d43\comdlg32.dll.mui SHA256

    Please reply with the output of the above commands.
    If there any issues, then please provide a screenshot of the Command Prompt window in your next post.
 
Sorry my bad, i had them renamed by adding .old at the end to try and nudge dism to rebuild them but failed and forgot to restore the original name.
Here is the output after removing the added .old extension

Code:
C:\Users\Administrator.WIN-N8MAGAMMJ8M>certutil -hashfile %systemroot%\WinSxS\amd64_microsoft-windows-directui.resources_31bf3856ad364e35_10.0.14393.0_en-us_9ba0da2afc95782f\windows.ui.xaml.dll.mui SHA256
SHA256 hash of file C:\Windows\WinSxS\amd64_microsoft-windows-directui.resources_31bf3856ad364e35_10.0.14393.0_en-us_9ba0da2afc95782f\windows.ui.xaml.dll.mui:
32ea8c29ca4b752ac6ab5b74d1eb68c6aee7996340193165bda321e50f0d2097
CertUtil: -hashfile command completed successfully.

C:\Users\Administrator.WIN-N8MAGAMMJ8M>certutil -hashfile %systemroot%\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.0_en-us_186a99b686a08d43\comdlg32.dll.mui SHA256
SHA256 hash of file C:\Windows\WinSxS\amd64_microsoft-windows-comdlg32.resources_31bf3856ad364e35_10.0.14393.0_en-us_186a99b686a08d43\comdlg32.dll.mui:
867a819af2a2b6c2acaef3a1a7a8562d7db7767a7f663c9d28c79b8f10d933c6
CertUtil: -hashfile command completed successfully.

C:\Users\Administrator.WIN-N8MAGAMMJ8M>
 
Last edited:
Thank you. Please follow the below steps.

Run the System File Checker again with the following command in an elevated prompt

Code:
SFC /Scannow

Please attach a screen shot of the output in your reply.


Export CBS Folder

The CBS directory contains all the relevant logs for Windows Update, DISM and SFC. Without these files, we cannot help you. Please zip up the folder by following the below instructions so it can be attached to your thread.
  1. Open Windows Explorer and browse to the C:\Windows\Logs folder.
  2. Right-click on the CBS folder and choose Send to > Compressed (zipped) folder.
  3. Now the message will appear, "Windows cannot create the Compressed (zipped) Folder here. Do you want it to be placed on the desktop instead?"
  4. Click on the Yes button here. A file called CBS.zip will be created on your desktop
CBS-Folder.png


Please attach CBS.zip in your reply.
 
CODE]Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.

C:\Users\Administrator.WIN-N8MAGAMMJ8M>SFC /Scannow

Beginning system scan. This process will take some time.

Beginning verification phase of system scan.
Verification 67% complete.

Windows Resource Protection could not perform the requested operation.

C:\Users\Administrator.WIN-N8MAGAMMJ8M>[/CODE]
 

Attachments

Please follow the instructions below.


Step 1
Capture Process Monitor Trace
1. Download and run Process Monitor. Leave this running while you perform the next steps.
2. Then run the System File Checker again with the following command in an elevated prompt
Code:
SFC /Scannow
3. Stop Process Monitor when everything is logged (there could be a delay). You can simply do this by clicking the square (CTRL +E) on the toolbar as shown below.



4. Select the File menu...Save... and save the file to your desktop. This is likely the default location. The name (unless changed) will be LogFile.PML. This is fine.
5. Zip up the LogFile.PML and upload it to WeTransfer - Send Large Files & Share Photos Online - Up to 2GB Free and provide the link.
6. Attach also a new copy of the CBS logs for the time stamps.

Step 2
Retrieve Components Hive
1. Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
2. Please copy this file to your desktop.
Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
3. Right-click on this file on your desktop and select Send To...Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
4. The file will likely be too large to upload here so please upload to a file sharing service.
5. Attach the file COMPONENTS.zip to your next reply. If the file is too large to attach, upload the COMPONENTS.zip file to www.wetransfer.com and post the link in your next reply.
 
Thanks for the care, and sorry for the absence, got the job done as asked for, the procmon log came out around 5,5GB. I've zipped it together with the hive file obtained right after the SFC finished with abrupt quit at 67% as per usual (windows resource protection could not complete the requested operation) or very similar error message to this. also I've attached the fresh CBS log created on this run too. No other logs were written in C:\Windows\Logs\... this time assuming from the date modified attributes of the files.
Procmonlog + Components ---> Logfile +cmpnts.zip
 

Attachments

Hi,

@Sunfish is very busy at the moment, so I will take over this thread.

Step 1. Download
6530fbb0f4101-56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.

Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
650c22f99662d-6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the System File Checker again with Process Monitor running. If it fails attach the PML trace as well as the latest CBS log to your next post.
Code:
SFC /Scannow
 

Attachments

Status
Not open for further replies.

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top