Posts

Showing posts from August, 2022

Windows TIme Server NTP truble shooting

w32tm /query /status to check the status of the NTP server  Source: Free-running System Clock  Mean time is not set via NTP  other wise the Source address will be here  w32tm /monitor set in registry  goto  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters edit NtpServer and change the value of NTP server name   time.windows.com,0x8 edit  Type and change the value to NTP HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\ net stop w32time && net start w32time w32tm /resync w32tm /resync Sending resync command to local computer The computer did not resync because no time data was available. w32tm /debug {/disable | {/enable /file:<name> /size:<bytes> /entries:<value>     [/truncate]}} w32tm /debug /enable /file:<C:\Users\ammar\Desktop\NTP Debug.txt > /size:<10000> /entries:<0-300>     [/truncate]