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/windows-server/installing-updates-features-roles/unexpected-automatic-update-when-disabled-by-group-policy.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,31 @@
1
1
---
2
-
title: Windows unexpectedly install updates when automatic updates are disabled by Group Policy
3
-
description: Discusses a problem that Windows unexpectedly install updates when automatic updates are disabled by Group Policy.
2
+
title: Windows Unexpectedly Installs Updates When Automatic Updates Are Disabled by Group Policy
3
+
description: Discusses a problem that Windows unexpectedly installs updates when automatic updates are disabled by Group Policy.
4
4
audience: itpro
5
5
manager: dcscontentpm
6
-
ms.date: 04/01/2025
6
+
ms.date: 04/03/2025
7
7
ms.reviewer: 5x5dnd, shan
8
8
ms.topic: troubleshooting
9
9
ms.custom:
10
10
- sap:windows servicing,updates and features on demand\windows update configuration,settings and management
11
11
- pcy:WinComm Devices Deploy
12
12
---
13
-
# Windows unexpectedly install updates when automatic updates are disabled by Group Policy
13
+
# Windows unexpectedly installs updates when automatic updates are disabled by Group Policy
14
14
15
-
Windows unexpectedly install updates on Windows Server 2016 and Windows Server 2019 automatically even though the Group Policy **Configure Automatic Updates** is set to one of the following options:
15
+
Windows unexpectedly installs updates on Windows Server 2016 and Windows Server 2019 automatically even though the **Configure Automatic Updates** Group Policy is set to one of the following options:
16
16
17
17
- Option 2 - **Notify before downloading and installing any updates**
18
18
- Option 3 - **Download the updates automatically and notify when they are ready to be installed**
19
-
- Option 5 - **Allow local administrators to select the configuration mode that Automatic Updates should notify and install updates** (This option has not been carried over to any Win 10 Versions)
19
+
- Option 5 - **Allow local administrators to select the configuration mode that Automatic Updates should notify and install updates** (this option hasn't been carried over to any Windows 10 versions)
20
20
- Option 7 - **Notify for install and notify for restart** (Windows Server only)
21
21
22
22
## Cause
23
23
24
-
This issue occurs when an administrator runs the command `GPUPDATE / FORCE`. This command resets all policy setting and reapplies them. During this time interval, automatic update settings are reverted to defaults and updates might be installed. This issue only occurs on Windows Server 2016 and Windows Server 2019.
24
+
This issue occurs when an administrator runs the command `GPUPDATE / FORCE`. This command resets all policy settings and reapplies them. During this interval, the automatic update settings are reverted to defaults, and updates might be installed. This issue occurs only on Windows Server 2016 and Windows Server 2019.
25
25
26
26
## Resolution
27
27
28
-
To avoid this issue, don't run `GPUPDATE /FORCE` on Windows Server 2016 and 2019 unless you're prepared for any queued updates to be installed. This issue is rare, but it's possible to occur.
28
+
To avoid this issue, don't run `GPUPDATE /FORCE` on Windows Server 2016 and 2019 unless you're prepared for any queued updates to be installed. This issue is rare, but it can occur.
29
29
30
30
## Workarounds for Windows Server 2016 and Windows Server 2019
31
31
@@ -34,28 +34,28 @@ For users on Windows Server 2016 and Windows Server 2019, implementing one of th
34
34
### Enable the "Configure registry policy processing" policy
35
35
36
36
1. Navigate to **Computer Configuration** > **Administrative Templates** > **System** > **Group Policy** > **Configure registry policy processing** and set it to **Enabled**.
37
-
2.Unselect**Do not apply during periodic background processing**.
37
+
2.Clear**Do not apply during periodic background processing**.
38
38
3. Select **Process even if the Group policy objects have not changed**.
39
39
40
-
### Enable the "Configure registry policy processing" policy by using registry
40
+
### Enable the "Configure registry policy processing" policy by using the registry
For more information, see [Configure registry policy processing (admx.help)](https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.GroupPolicy::CSE_Registry)
55
+
For more information, see [Configure registry policy processing (admx.help)](https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.GroupPolicy::CSE_Registry).
56
56
57
57
> [!NOTE]
58
-
> These workarounds reduce the frequency of the problem occurring but don't always prevent the issue.
58
+
> These workarounds reduce the frequency of the problem but don't always prevent it from occurring.
0 commit comments