Skip to content

Commit 0c64478

Browse files
authored
Updates from editor
1 parent ed1b118 commit 0c64478

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

support/windows-server/installing-updates-features-roles/unexpected-automatic-update-when-disabled-by-group-policy.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
---
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.
44
audience: itpro
55
manager: dcscontentpm
6-
ms.date: 04/01/2025
6+
ms.date: 04/03/2025
77
ms.reviewer: 5x5dnd, shan
88
ms.topic: troubleshooting
99
ms.custom:
1010
- sap:windows servicing,updates and features on demand\windows update configuration,settings and management
1111
- pcy:WinComm Devices Deploy
1212
---
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
1414

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:
1616

1717
- Option 2 - **Notify before downloading and installing any updates**
1818
- 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)
2020
- Option 7 - **Notify for install and notify for restart** (Windows Server only)
2121

2222
## Cause
2323

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.
2525

2626
## Resolution
2727

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.
2929

3030
## Workarounds for Windows Server 2016 and Windows Server 2019
3131

@@ -34,28 +34,28 @@ For users on Windows Server 2016 and Windows Server 2019, implementing one of th
3434
### Enable the "Configure registry policy processing" policy
3535

3636
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**.
3838
3. Select **Process even if the Group policy objects have not changed**.
3939

40-
### Enable the "Configure registry policy processing" policy by using registry
40+
### Enable the "Configure registry policy processing" policy by using the registry
4141

4242
Set the following registry keys:
4343

4444
`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}`
45-
"NoBackgroundPolicy"=dword:00000000
46-
"NoGPOListChanges"=dword:00000001
45+
`NoBackgroundPolicy`=dword:00000000
46+
`NoGPOListChanges`=dword:00000001
4747

48-
You can also run the following command to modify the registry:
48+
You can also run the following commands to modify the registry:
4949

5050
```console
5151
reg add "HKEY\_LOCAL\_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}" /v NoBackgroundPolicy /t REG\_DWORD /d 00000000 /f
5252
reg add "HKEY\_LOCAL\_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}" /v NoGPOListChanges /t REG\_DWORD /d 00000001 /f
5353
```
5454

55-
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).
5656

5757
> [!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.
5959
6060
## Reference
6161

support/windows-server/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3035,7 +3035,7 @@ items:
30353035
href: ./installing-updates-features-roles/block-user-access-windows-update.md
30363036
- name: Re-register Windows client/server in WSUS
30373037
href: ./installing-updates-features-roles/re-register-windows-clientserver-in-wsus.md
3038-
- name: Unexpected automatic update when it is disabled by Group Policy
3038+
- name: Unexpected automatic update when it's disabled by Group Policy
30393039
href: installing-updates-features-roles/unexpected-automatic-update-when-disabled-by-group-policy.md
30403040
- name: Why you may be prompted to restart your computer
30413041
href: ./installing-updates-features-roles/why-prompted-restart-computer.md

0 commit comments

Comments
 (0)