Skip to content

Commit 077a06a

Browse files
committed
update
1 parent b120ff0 commit 077a06a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

support/windows-server/installing-updates-features-roles/fix-windows-update-errors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Windows updates may fail to install if there are corruption errors. You can chec
5050
|0x800f0984|PSFX_E_MATCHING_BINARY_MISSING|Matching component directory exist but binary missing|
5151
|0x800f0986|PSFX_E_APPLY_FORWARD_DELTA_FAILED|Applying forward delta failed|
5252
|0x800f0982|PSFX_E_MATCHING_COMPONENT_NOT_FOUND|Can't identify matching component for hydration|
53+
|[0x8024002E](troubleshoot-windows-update-error-code-0x8024002e.md)|WU_E_WU_DISABLED|Windows Update Client service is disabled|
5354

5455
For example, an update might not install if a system file is damaged. The DISM may help you fix some Windows corruption errors.
5556

support/windows-server/installing-updates-features-roles/troubleshoot-windows-update-error-code-0x8024002e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ensure you have administrative access to the server to modify system settings an
2020

2121
## How to identify the issue
2222

23-
To identify the issue, check the CBS.log for entries similar to the following:
23+
To identify the issue, check the CBS.log or the CbsPersist_XXXXXXXXXXXXXX.log or CbsPersist_XXXXXXXXXXXXXX.cab for entries similar to the following:
2424

2525
```output
2626
{8F8EA247-1586-48E4-A5F6-1D19A9343341} 2024-04-17 05:14:55:630-0400 1 148 [AGENT_DETECTION_FAILED] 101 {00000000-0000-0000-0000-000000000000} 0
@@ -46,7 +46,7 @@ The error code 0x8024002E occurs when the Windows Update Client service is disab
4646
1. Open the **Run** dialog by pressing `Win + R`, type `services.msc`, and press **Enter**.
4747
2. In the **Services** window, locate **Windows Update**.
4848
3. Right-click **Windows Update** and select **Properties**.
49-
4. Set the **Startup type** to **Automatic** and select **Start**.
49+
4. Set the **Startup type** to **Manual** and select **Start**.
5050
5. Select **OK** to apply the changes.
5151

5252
### Modify registry key

0 commit comments

Comments
 (0)