Hi @Rajan Kumar Singh , thanks for posting your issue here.
The sfc stalling at 41% points to component store corruption, which is why DISM and the KB keep failing too. Try this sequence:
- Mount a Windows Server 2019 ISO and run DISM against it directly:
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:D:\Sources\install.wim:1 /LimitAccess
- Reboot, then retry
sfc /scannowand KB5094123.
If it still fails, check C:\Windows\Logs\CBS\CBS.log and search for [SR] cannot repair to identify exactly which files are broken. If the corruption is deep, an in-place upgrade repair using the Server 2019 ISO (running setup.exe without wiping data) will rebuild the component store completely and is usually the fastest way out.
Please upvote and accept the answer if it helps!