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/mem/intune/comanage-configmgr/troubleshoot-co-management-auto-enrolling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,7 +134,7 @@ To fix the issue, use one of the following methods:
134
134
- If MFA is **Enabled** or **Enforced**:
135
135
- 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).
136
136
- 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.
Copy file name to clipboardExpand all lines: support/windows-client/installing-updates-features-roles/error-0x8007000e-0x800705aa-insufficient-virtual-memory.md
+45-4Lines changed: 45 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Troubleshoot Windows Update Error Code 0x8007000e or 0x800705aa
3
3
description: Discusses how to resolve Windows Update error code 0x8007000e or 0x800705aa.
4
-
ms.date: 11/26/2025
4
+
ms.date: 12/03/2025
5
5
manager: dcscontentpm
6
6
audience: itpro
7
7
ms.topic: troubleshooting
@@ -40,13 +40,33 @@ When you review events in Event Viewer, you might also find Event ID 2004 record
40
40
41
41
> 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.
42
42
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
+
43
61
## Cause
44
62
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:
46
64
47
65
- Third-party applications are consuming lots of virtual memory.
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
+
50
70
## Workaround: Clean restart
51
71
52
72
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.
69
89
> [!IMPORTANT]
70
90
> 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).
71
91
92
+
### General resource issues
93
+
72
94
> [!NOTE]
73
95
> If the affected computer is a VM, consider upgrading the virtual hardware of the VM to increase its available memory resources.
74
96
@@ -79,11 +101,30 @@ To configure the computer to automatically manage its virtual memory, follow the
0 commit comments