Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
SlideShare a Scribd company logo
http://www.pool.ntp.org/zone/africa
time.windows.com
w32tm /config /syncfromflags:manual /manualpeerlist:africa.pool.ntp.org
/reliable:yes /update
w32tm /config /reliable:yes
net stop w32time && net start w32time
w32tm /resync
Force synchronizing the time asap
w32tm /resync /nowait
Check NTP configuration
w32tm /query /configuration
w32tm /query /source
Display time source
w32tm /query /peers
Display list of all configured NTP servers and their status
w32tm /query /status
--------------------------------------------------------------------------------
-------------
Windows Update
Go to
HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate
Delete that entire key.
HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer
changed value "DisableWindowsUpdateAcess" from 1 to 0.
Display time service status i.e whether it is getting time from local cmso
clock/external NTP server
w32tm /monitor

More Related Content

Basic command for Time sync (Domain Controllers)

  • 1. http://www.pool.ntp.org/zone/africa time.windows.com w32tm /config /syncfromflags:manual /manualpeerlist:africa.pool.ntp.org /reliable:yes /update w32tm /config /reliable:yes net stop w32time && net start w32time w32tm /resync Force synchronizing the time asap w32tm /resync /nowait Check NTP configuration w32tm /query /configuration w32tm /query /source Display time source w32tm /query /peers Display list of all configured NTP servers and their status w32tm /query /status -------------------------------------------------------------------------------- ------------- Windows Update Go to HKEY_LOCAL_MACHINESOFTWAREPoliciesMicrosoftWindowsWindowsUpdate Delete that entire key. HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer changed value "DisableWindowsUpdateAcess" from 1 to 0. Display time service status i.e whether it is getting time from local cmso clock/external NTP server w32tm /monitor