Fix Problem in Windows Update
Encounter error code 0x800f0831, that means missing some security patch before installing current windows update.
check log file CBS.log in path C:\Windows\Logs\CBS, it is found there is missing package shown as below
1 | 2019-05-07 10:30:15, Info CBS Store corruption, manifest missing for package: Package_1095_for_KB4093121~31bf3856ad364e35~amd64~~6.3.1.6 |
Then download the file KB4093121 from Windows Updates category website, and run following commands to re-install the security update
1 | copy c:\Users\Administrator\Downloads\windows8.1-kb4093121-x64_4e8483bcb4ad56a5b63959af8c3fc0dba9f93d48.msu c:\Windows\Temp |
Also we can check log file at c:\Windows\Logs\DISM\dism.log
To repairing system and servicing health by running
1 | sfc /scannow |
Reference
Fix 0x800F0831,CBS_E_STORE_CORRUPTION, this is the solution
List installed windows updates, by powershell or command
https://www.sysnative.com/forums/threads/server2012r2-datacenter-code-800f0831-kb2973351.23888/
Windows updates failed to install with error code : 800F0831 in Windows Server 2012 R2
Windows Update Catalog, download KB from here