Skip to content

Commit c07cf7d

Browse files
committed
fix edit comments
1 parent 22cf13d commit c07cf7d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This issue occurs when an administrator runs the command `GPUPDATE / FORCE`. Thi
2323

2424
## Resolution
2525

26-
To avoid this issue, do not run `GPUPDATE /FORCE` on Windows Server 2016 and 2019 unless you are prepared for any queued updates to be installed. This issue is rare, but it is possible to occur.
26+
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.
2727

2828
## Workarounds for Windows Server 2016 and Windows Server 2019
2929

@@ -37,20 +37,20 @@ For users on Windows Server 2016 and Windows Server 2019, implementing one of th
3737

3838
### Enable the "Configure registry policy processing" policy by using registry
3939

40-
1. Set the following registry keys:
40+
Set the following registry keys:
4141

42-
`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}`
43-
"NoBackgroundPolicy"=dword:00000000
44-
"NoGPOListChanges"=dword:00000001
42+
`HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Group Policy\{35378EAC-683F-11D2-A89A-00C04FBBCFA2}`
43+
"NoBackgroundPolicy"=dword:00000000
44+
"NoGPOListChanges"=dword:00000001
4545

46-
2. You can also runt he following command to modify the registry:
46+
You can also run the following command to modify the registry:
4747

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

5353
For more information, see [Configure registry policy processing (admx.help)](https://admx.help/?Category=Windows_10_2016&Policy=Microsoft.Policies.GroupPolicy::CSE_Registry)
5454

5555
> [!NOTE]
56-
> These workarounds reduce the frequency of the problem occurring but do not always prevent the issue.
56+
> These workarounds reduce the frequency of the problem occurring but don't always prevent the issue.

0 commit comments

Comments
 (0)