Skip to content

Commit 340132f

Browse files
authored
Update error-0x8007000e-0x800705aa-insufficient-virtual-memory.md
Edit review per CI 7662
1 parent ec7b503 commit 340132f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ When you review events in Event Viewer, you might also find Event ID 2004 record
4242
4343
### Special case of error code 0x800705aa - Registry size limit
4444

45-
Error code 0x800705aa might indicate an issue that involves the registry instead of a general virtual memory issue. To see if so, check the CBS.log file for entries that resemble the following example:
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:
4646

4747
```output
4848
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]
@@ -109,22 +109,22 @@ To configure the computer to automatically manage its virtual memory, follow the
109109

110110
To reset the registry size limit, follow these steps:
111111

112-
1. In the search bar of the affected computer or VM, type **regedit**, and then in the search results, right-click **Registry Editor**.
112+
1. In the search bar of the affected computer or VM, type **regedit**, and then right-click **Registry Editor** in the search results.
113113
1. Select **Run as administrator**.
114114
1. Select `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control`.
115115
1. Right-click `RegistrySizeLimit`, and then do one of the following actions:
116116

117117
- Select **Delete**.
118-
- Select **Modify**, and then in **Value data**, enter **0**. Select **OK**.
118+
- Select **Modify**, enter **0** in the **Value data** field, and then select **OK**.
119119

120120
1. Restart the physical computer or VM.
121121
1. On the affected computer or VM, try again to update Windows.
122122

123-
If the issue persists, contact Microsoft Support for further assistance. Attach copies of any relevant CBS.log data to your support request.
123+
If the issue persists, contact Microsoft Support for more assistance. Attach copies of any relevant CBS.log data to your support request.
124124

125125
## More information
126126

127-
The following example shows how error code 0x800705aa might appear in the CBS.log file when the issue doesn't involve the registry size limit.
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:
128128

129129
```output
130130
2024-02-06 02:20:51, Info

0 commit comments

Comments
 (0)