You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-installation-error-corruption.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Windows Update error 0x800f0831 (CBS_E_STORE_CORRUPTION) typically occurs if an
15
15
16
16
17
17
## Prerequisites
18
-
Before you troubleshoot, follow the steps in [Back up an Azure VM from the VM settings](/azure/backup/backup-azure-vms-first-look-arm) to back up the OS disk.
18
+
Before you troubleshoot, follow the steps in [Back up an Azure VM from the VM settings](/azure/backup/backup-azure-vms-first-look-arm?branch=main&branchFallbackFrom=pr-en-us-9456) to back up the OS disk.
19
19
20
20
## Symptoms
21
21
@@ -41,7 +41,7 @@ To locate the installation packages in the system, search for the following regi
41
41
42
42
```output HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Component Based Servicing\Packages```
43
43
44
-
To investigate the cause further, examine the CBS.log file (C:\windows\logs\CBS). For more information on how to collect these logs, see [Fix Windows Update corruptions and installation failures.](fix-windows-update-errors.md)
44
+
To investigate the cause further, examine the CBS.log file (C:\windows\logs\CBS). For more information on how to collect these logs, see [Fix Windows Update corruptions and installation failures.](/troubleshoot/windows-server/installing-updates-features-roles/fix-windows-update-errors?branch=main)
45
45
46
46
```output
47
47
Info CBS Store corruption, manifest missing for package: Package_123_for_KB3192392~31bf3856ad364e35~amd64~~6.3.1.4
@@ -55,7 +55,7 @@ Info CBS Failed to resolve package [HRESULT = 0x800f0831 - CBS_E_STORE_CORRUPTIO
55
55
> [!NOTE]
56
56
> The package and error details may vary depending on the OS version and the KB update. However, when this error is logged, the recommended solution in this article will apply.
57
57
> [!NOTE]
58
-
> For more information about how to collect the CBS.log file or any log that uses the TroubleShootingScript (TSS) tool version 2, see, [Introduction to TroubleShootingScript toolset (TSS)](../../windows-client/windows-tss/introduction-to-troubleshootingscript-toolset-tss.md)
58
+
> For more information about how to collect the CBS.log file or any log that uses the TroubleShootingScript (TSS) tool version 2, see, [Introduction to TroubleShootingScript toolset (TSS)](/troubleshoot/windows-client/windows-tss/introduction-to-troubleshootingscript-toolset-tss?branch=main)
0 commit comments