How To Configure NTP Server in Windows Server 2019

preview_player
Показать описание
How To Configure NTP Server in Windows Server 2019
- Step 1: Open up Registry Editor
Click on the start icon in your Server and search for “Run” application. From the “Run” application, type in “regedit” and hit “Enter”. This will fire up our Registry Editor as shown below.
- Step 2: Go to the NtpServer Path
Follow the following Registry tree to arrive where our target configuration lies. Computer - HKEY_LOCAL_MACHINE - SYSTEM - CurrentControlSet - Services - W32Time - TimeProviders - NtpServer.
- Step 3: Enable NtpServer
Double click on “Enabled” file which will open a small window. On the window, there is a part called “Value data”. Change the value from 0 to 1 as illustrated below. Click “OK” after changing.
- Step 4: Make the AnnounceFlags 5
Within this path:
Computer - HKEY_LOCAL_MACHINE - SYSTEM - CurrentControlSet - Services - W32Time
Step 5: Restart NtpServer

=====================================
LIKE || COMMENT || SHARE || SUBSCRIBE!
=====================================

↬ Twitter:
----------------------------------------------------------------------------
Рекомендации по теме
Комментарии
Автор

Set-ItemProperty -Path -Name "Enabled" -Value 1
Set-ItemProperty -Path -Name "AnnounceFlags" -Value 5

callmejohn
Автор

Great video simple setup and nice music: small feedback you set udp on port 123 but in your text you specify TCP. Next to this you start with powershell setup at the back. specify you can install two ways with registry and opening services and with powershell. otherwise people will do the same thing while they have configured it. thanks so much

fabianvanderholst
Автор

Still not clear does means that after doing this the accuracy of the machine is as NTP server from gps

LogicArray
Автор

jai un probléme que les pc de domaine ne recevoi pas la synchronisation et les fuseaus ne change pas et quand j'éxecute la commande w32tm/resync il a changé est que il ya un solution

oussamaouraich