Skip to content

Commit dd0776a

Browse files
Learn Editor: Update specialpollinterval-polling-interval-time-service-not-correct.md
1 parent 03daa79 commit dd0776a

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

support/windows-server/active-directory/specialpollinterval-polling-interval-time-service-not-correct.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ ms.custom:
1414

1515
This article provides a resolution for the issue that Windows Time service does not correct the time if the service gets into Spike state.
1616

17+
Applies To:
18+
19+
Windows Server (All supported versions)
20+
Windows Client (All supported versions)
21+
1722
_Original KB number:_   2638243
1823

1924
## Symptoms
@@ -52,11 +57,11 @@ To configure Windows Time to use the MinPollInterval/MaxPollInterval as the poll
5257
## Workaround
5358

5459
If you want to use "SpecialPollinterval", you should change the following registry:
55-
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
56-
Value: MinPollInterval
57-
Type: DWORD
58-
59-
To avoid this issue, the registry key should apply conditional expression as follows:
60+
```
61+
Key: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config
62+
Value: MinPollInterval
63+
Type: DWORD
64+
```To avoid this issue, the registry key should apply conditional expression as follows:
6065
Conditional expression:
6166
SpecialPollInterval<(2^MinPollInterval)*(HoldPeriod+1)
6267
Domain member computer has default values:

0 commit comments

Comments
 (0)