Skip to content

Commit d909500

Browse files
committed
update toc
1 parent 6fb8eb9 commit d909500

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

support/windows-server/active-directory/sts-recommendations-for-windows-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Disabling (or enabling) STS requires administrators to modify settings either in
101101

102102
| Group Policy setting | Local setting |
103103
|----------------------|---------------|
104-
| Path: Computer Configuration\\Administrative Templates\\System\\Windows Time Service<br><br>Group Policy: **Global Configuration Settings**<br>Setting: **UtilizeSslTimeData**<br>Value:<br>**0** = STS disabled<br>**1** = STS enabled<br>(Reboot required)<br>For more information, see [Windows Time service tools and settings](https://learn.microsoft.com/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings?tabs=config#using-local-group-policy-editor) | Back up existing settings before making any registry changes.<br><br>Registry key: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config`<br>Value Name: U`tilizeSslTimeData`<br>Value Type: `REG_DWORD`<br>Value:<br>`0` = STS disabled<br>`1` = STS enabled<br>(Reboot required)<br>[Windows Time service tools and settings](https://learn.microsoft.com/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings?tabs=config#windows-time-registry-reference)<br><br>Command to disable STS local setting in registry:<br>`reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config" /v "UtilizeSslTimeData" /t REG_DWORD /d 0 /f` |
104+
| Path: Computer Configuration\\Administrative Templates\\System\\Windows Time Service<br><br>Group Policy: **Global Configuration Settings**<br>Setting: **UtilizeSslTimeData**<br>Value:<br>**0** = STS disabled<br>**1** = STS enabled<br>(Reboot required)<br>For more information, see [Windows Time service tools and settings](/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings?tabs=config#using-local-group-policy-editor) | Back up existing settings before making any registry changes.<br><br>Registry key: `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config`<br>Value Name: `UtilizeSslTimeData`<br>Value Type: `REG_DWORD`<br>Value:<br>`0` = STS disabled<br>`1` = STS enabled<br>(Reboot required)<br>For more information, see [Windows Time service tools and settings](/windows-server/networking/windows-time-service/windows-time-service-tools-and-settings?tabs=config#windows-time-registry-reference)<br><br>Command to disable STS local setting in registry:<br>`reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config" /v "UtilizeSslTimeData" /t REG_DWORD /d 0 /f` |
105105

106106
Determine the STS setting used by the W32time service:
107107

support/windows-server/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,8 @@ items:
525525
href: ./active-directory/configure-authoritative-time-server.md
526526
- name: How Windows Time service treats leap second
527527
href: ./active-directory/time-service-treats-leap-second.md
528+
- name: Secure Time Seeding recommendations for Windows Server
529+
href: ./active-directory/sts-recommendations-for-windows-server.md
528530
- name: Support boundary for high-accuracy time
529531
href: ./active-directory/support-boundary-high-accuracy-time.md
530532
- name: Support for the leap second

0 commit comments

Comments
 (0)