AlexMilotin
Member
- Aug 4, 2019
- 10
Hello,
I'm facing deploying Windows-Defender feature. After looking in DISM it always points to package component of a KB which no longer exists
What i've tried so far :
-> Applying the first available cumulative and/or security update after this KB4598243 (Jan 2021 Cumulative for 2016).
Everything i get the same error (attached CBS.Log)
-> I ran also a restorehealth from a base image (results should be visible in CBS log also)
What i normally do whenever i get this error, i would download that KB, expand-it and install it with DISM /online /add-package . Unfortunately in this case the KB is no longer available.
-> Also tried to wusa /uninstall /kb:4598243 but the kb is not installed.
Took an extra mile from past experience and ran a Seach on the KB (also as a ref to this [SOLVED] - CBS Catalog Missing KB | Windows Server 2016)
Attached the SearchReg.txt file, but that's where my mind stopped in figuring out how to parse and recreate the fixfile
I would highly appreciate a help here.
Thanks in advance
I'm facing deploying Windows-Defender feature. After looking in DISM it always points to package component of a KB which no longer exists
Code:
Package_7804_for_KB4598243~31bf3856ad364e35~amd64~~10.0.1.9.4598243-16224_neutral from file: (null) [HRESULT = 0x80073701 - ERROR_SXS_ASSEMBLY_MISSING]
What i've tried so far :
-> Applying the first available cumulative and/or security update after this KB4598243 (Jan 2021 Cumulative for 2016).
Everything i get the same error (attached CBS.Log)
-> I ran also a restorehealth from a base image (results should be visible in CBS log also)
What i normally do whenever i get this error, i would download that KB, expand-it and install it with DISM /online /add-package . Unfortunately in this case the KB is no longer available.
-> Also tried to wusa /uninstall /kb:4598243 but the kb is not installed.
Took an extra mile from past experience and ran a Seach on the KB (also as a ref to this [SOLVED] - CBS Catalog Missing KB | Windows Server 2016)
Attached the SearchReg.txt file, but that's where my mind stopped in figuring out how to parse and recreate the fixfile
I would highly appreciate a help here.
Thanks in advance