Skip to content

Commit 028a0c1

Browse files
Merge pull request #10294 from MicrosoftDocs/main
Auto Publish – main to live - 2025-12-04 02:00 UTC
2 parents 78e87e5 + 119a1cb commit 028a0c1

File tree

2 files changed

+46
-5
lines changed

2 files changed

+46
-5
lines changed

support/mem/intune/comanage-configmgr/troubleshoot-co-management-auto-enrolling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ To fix the issue, use one of the following methods:
134134
- If MFA is **Enabled** or **Enforced**:
135135
- Set MFA to **Disabled**. For more information, see [Turn off legacy per-user MFA](/microsoft-365/admin/security-and-compliance/set-up-multi-factor-authentication#turn-off-legacy-per-user-mfa).
136136
- Bypass MFA by using [Trusted IPs](/azure/active-directory/authentication/howto-mfa-mfasettings#trusted-ips).
137-
- If Microsoft Entra Conditional Access policies are used, exclude the Microsoft Intune app from the policies that require MFA to allow device sync by using the user credentials.
137+
- If Microsoft Entra Conditional Access policies are used, exclude the Microsoft Intune app (AppID 0000000a-0000-0000-c000-000000000000) from the policies that require MFA to allow device sync by using the user credentials.
138138

139139
<a name='a-hybrid-azure-ad-joined-windows-10-device-fails-to-enroll-in-intune-with-error-0x800706d9-or-0x80180023'></a>
140140

support/windows-client/installing-updates-features-roles/error-0x8007000e-0x800705aa-insufficient-virtual-memory.md

Lines changed: 45 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Troubleshoot Windows Update Error Code 0x8007000e or 0x800705aa
33
description: Discusses how to resolve Windows Update error code 0x8007000e or 0x800705aa.
4-
ms.date: 11/26/2025
4+
ms.date: 12/03/2025
55
manager: dcscontentpm
66
audience: itpro
77
ms.topic: troubleshooting
@@ -40,13 +40,33 @@ When you review events in Event Viewer, you might also find Event ID 2004 record
4040

4141
> Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: java.exe (1152) consumed 33821605888 bytes, java.exe (6316) consumed 5259997184 bytes, and java.exe (12536) consumed 1569894400 bytes.
4242
43+
### Special case of error code 0x800705aa - Registry size limit
44+
45+
Error code 0x800705aa might indicate a registry issue instead of a general virtual memory issue. To determine the source of the issue, check the CBS.log file for entries that resemble the following example:
46+
47+
```output
48+
2024-05-13 22:31:56, Info CBS Failed to load the COMPONENTS hive from 'C:\Windows\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
49+
2024-05-13 22:31:56, Info CBS Failed to load component store [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
50+
2024-05-13 22:31:56, Info CBS Failed to get CSI store. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
51+
2024-05-13 22:31:56, Info CBS Failed to get CSI Inventory [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
52+
2024-05-13 22:31:56, Info CBS Failed to get component state. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
53+
2024-05-13 22:31:56, Info CBS Failed to get current state of the deployment [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
54+
2024-05-13 22:31:56, Info CBS Failed to get Transaction State for package: Microsoft-Windows-NetFx4-OC-Package~31bf3856ad364e35~amd64~~10.0.17763.1, update: NetFx4 [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
55+
```
56+
57+
For a contrasting example of CBS log entries that indicate a nonregistry cause, see [More information](#more-information).
58+
59+
For more information about how to use the CBS log, see [Windows Update log files](/windows/deployment/update/windows-update-logs).
60+
4361
## Cause
4462

45-
This issue occurs if the computer or virtual machine (VM) doesn't have enough available virtual memory for Windows to install the update. The most common causes of this issue are the following conditions:
63+
In most cases, this issue occurs if the computer or virtual machine (VM) doesn't have enough available virtual memory for Windows to install the update. The most common causes of this issue are the following conditions:
4664

4765
- Third-party applications are consuming lots of virtual memory.
4866
- The computer's virtual memory isn't managed automatically. Instead, it's manually configured.
4967

68+
If the CBS log indicates that the issue involved registry resources, the `RegistrySizeLimit` registry entry is set to a value other than **0**. This value restricts the registry's maximum size. When the registry size grows to meet the configured limit, Windows can't perform necessary servicing activities, such as updates.
69+
5070
## Workaround: Clean restart
5171

5272
When you start Windows by using a normal startup, several applications and services start automatically, and then they run in the background. These programs include basic system processes, antivirus software, and system utility applications. These applications and services can interfere with the update process.
@@ -69,6 +89,8 @@ After the computer restarts, try again to update it.
6989
> [!IMPORTANT]
7090
> Before you troubleshoot this issue, back up the operating system disk. For information about this process for VMs, see [About Azure Virtual Machine restore](/azure/backup/about-azure-vm-restore).
7191
92+
### General resource issues
93+
7294
> [!NOTE]
7395
> If the affected computer is a VM, consider upgrading the virtual hardware of the VM to increase its available memory resources.
7496
@@ -79,11 +101,30 @@ To configure the computer to automatically manage its virtual memory, follow the
79101
1. In **Performance Options**, select **Advanced** > **Virtual memory** > **Change**.
80102
1. Make sure that **Automatically manage paging file size for all drives** is selected, and then select **OK**.
81103
1. Restart the computer.
82-
1. To make sure that this issue doesn't reoccur, monitor the computer's available memory resources.
104+
1. To make sure that this issue doesn't occur again, monitor the computer's available memory resources.
105+
106+
### Registry size limit issue
107+
108+
[!INCLUDE [Registry important alert](../../../includes/registry-important-alert.md)]
109+
110+
To reset the registry size limit, follow these steps:
111+
112+
1. In the search bar of the affected computer or VM, type **regedit**, and then right-click **Registry Editor** in the search results.
113+
1. Select **Run as administrator**.
114+
1. Select `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control`.
115+
1. Right-click `RegistrySizeLimit`, and then do one of the following actions:
116+
117+
- Select **Delete**.
118+
- Select **Modify**, enter **0** in the **Value data** field, and then select **OK**.
119+
120+
1. Restart the physical computer or VM.
121+
1. On the affected computer or VM, try again to update Windows.
122+
123+
If the issue persists, contact Microsoft Support for more assistance. Attach copies of any relevant CBS.log data to your support request.
83124

84125
## More information
85126

86-
As an example of this issue, the following excerpt shows how error code 0x800705aa appears in the CBS.log file:
127+
The following example shows how error code 0x800705aa might appear in the CBS.log file if the issue doesn't involve the registry size limit:
87128

88129
```output
89130
2024-02-06 02:20:51, Info

0 commit comments

Comments
 (0)