in ,

The most effective method to Configure NTP Server in Windows Server 2019

Introduction

We should perceive how you can arrange NTP Server on Windows Server 2019. The Windows Time administration utilizes the Network Time Protocol (NTP) to help synchronize time over a system. NTP is an Internet time convention that incorporates the order calculations essential for synchronizing tickers

Stage 1: Open up Registry Editor

Snap-on the beginning symbol in your Server and quest for “Run” application. From the “Run” application, type in “Regedit” and hit “Enter”. This will start up our Registry Editor as shown below.

A Window similar to the one below will ensue

Stage 2: Go to the NtpServer Path

Follow the accompanying Registry tree to show up where our objective design lies. Computer>HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>W32Time>TimeProviders>NtpServer.

The picture beneath shows us toward the finish of the tree. As should be obvious, the correct sheet has records which are what as are searching for.

Stage 3: Enable NtpServer

Double-click on the “Enabled” file which will open a little window. On the window, there is a section called “Worth information”. Change the incentive from 0 to 1 as shown below. Snap “ok” in the wake of evolving.

Stage 4: Make the AnnounceFlags 5


Inside this way: Computer>HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>W32Time>, go into “Config”, that is: Computer>HKEY_LOCAL_MACHINE>SYSTEM>CurrentControlSet>Services>W32Time>Config.

While there, you will see a document named “AnnounceFlags” on the correct sheet as appeared above. As you can figure, double-tap on it. That will open a little window like the one in Step 3. Under “Value data”, change the value from a to 5.

From Microsoft, coming up next is the portrayal of all accessible AnnounceFlags:

Section controls whether this computer is set apart as a solid time server.

A computer isn’t set apart as dependable except if it is additionally set apart as a period server.

  • 0x00 Not a time server
  • 0x01 Always time server
  • 0x02 Automatic time server
  • 0x04 Always reliable time server
  • 0x08 Automatic reliable time server

The default an incentive for space individuals is 10. The default an incentive for remain solitary customers and servers is 10.

• Step 5: Restart NtpServer

• Open up “Services” by hitting on the Windows key and scanning for Services. When open, search for “Windows Time”. Right-click on it and snap on “Restart”

Configure NTP Server on Windows 2019 using PowerShell

If you are a PowerShell person, then open up your Powershell as administrator and run the commands below and you will be good go.

Enable NtpServer

Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\w32time\TimeProviders\NtpServer” -Name “Enabled” -Value 1

Make the AnnounceFlags 5

Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\services\W32Time\Config” -Name “AnnounceFlags” -Value 5

Restart NtpServer

Restart-Service w32Time

For More Latest Articles Click on Below Link

https://www.worldofitech.com/category/microsoft-windows-server-2019/

salman khan

Written by worldofitech

Leave a Reply

The most effective method to Configure MS SQL Server to Listen on a given port

How to Install and Configure OpenSSH Server on Windows Server 2019