Skip to content

Commit 0bbcc94

Browse files
committed
Added RegSizeLimit resolution
1 parent 121b1b3 commit 0bbcc94

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

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

Lines changed: 15 additions & 2 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
@@ -101,13 +101,26 @@ To configure the computer to automatically manage its virtual memory, follow the
101101
1. In **Performance Options**, select **Advanced** > **Virtual memory** > **Change**.
102102
1. Make sure that **Automatically manage paging file size for all drives** is selected, and then select **OK**.
103103
1. Restart the computer.
104-
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.
105105

106106
### Registry size limit issue
107107

108108
[!INCLUDE [Registry important alert](../../../includes/registry-important-alert.md)]
109109

110+
To reset the registry size limit, follow these steps:
110111

112+
1. In the search bar of the affected computer or VM, type **regedit**, and then in the search results, right-click **Registry Editor**.
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**, and then in **Value data**, enter **0**. 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 further assistance. Attach copies of any relevant CBS.log data to your support request.
111124

112125
## More information
113126

0 commit comments

Comments
 (0)