Maybe with some other commands...
C:\> w32tm /resync /rediscover
Sending resync command to local computer
The command completed successfully.
After it, check if it works.
If not, try to get more informations from it:
Code:
w32tm /tz
w32tm /query /status
w32tm /query /peers
w32tm /query /configuration
Hi Xilo,
Below is my result :
with w32tm /resync /rediscover command, I get :
Sending resync command to local computer
The computer did not resync because no time data was available.
with w32tm /tz I get :
Time zone: Current: TIME_ZONE_ID_UNKNOWN Bias: -480min (UTC=LocalTime+Bias)
[Standard Name: "Malay Peninsular Standard Time" Bias:0min Date
unspecified)]
[Daylight Name: "Malay Peninsula Daylight Time" Bias:-60min Date
unspecified)]
with w32tm /query /status I get :
Leap indicator: 3(last minute has 61 seconds)
Stratum: 0 (unspecified)
Precision: -6 (15.625ms per tick)
Root Delay: 0.2656781s
Root Dispersion: 7.8427179s
ReferenceId: 0x00000000 (unspecified)
Last Successful Sync Time: 15/1/2014 12:57:09 PM
Source: Free-running System Clock
Poll Interval: 10 (1024s)
with w32tm /query /peers
#Peers: 1
Peer: time.windows.com.0x9
State: Active
Time Remaining: 3025.5625503s
Mode: 3 (Client)
Stratum: 0 (unspecified)
PeerPoll Interval: 0 (unspecified)
HostPoll Interval: 10 (1024s)
with w32tm /query /configuration I get :
[Configuration]
EventLogFlags: 2 (Local)
AnnounceFlags: 10 (Local)
TimeJumpAuditOffset: 28800 (Local)
MinPollInterval: 10 (Local)
MaxPollInterval: 15 (Local)
MaxNegPhaseCorrection: 4294967295 (Local)
MaxPosPhaseCorrection: 4294967295 (Local)
MaxAllowedPhaseOffset: 300 (Local)
FrequencyCorrectRate: 4 (Local)
PollAdjustFactor: 5 (Local)
LargePhaseOffset: 50000000 (Local)
SpikeWatchPeriod: 900 (Local)
LocalClockDispersion: 10 (Local)
HoldPeriod: 5 (Local)
PhaseCorrectRate: 1 (Local)
UpdateInterval: 30000 (Local)
[TimeProviders]
NtpClient (Local)
DllName: C:\WINDOWS\system32\w32time.dll (Local)
Enabled: 1 (Local)
InputProvider: 1 (Local)
AllowNonstandardModeCombinations: 1 (Local)
ResolvePeerBackoffMinutes: 15 (Local)
ResolvePeerBackoffMaxTimes: 7 (Local)
CompatibilityFlags: 2147483648 (Local)
EventLogFlags: 1 (Local)
LargeSampleSkew: 3 (Local)
SpecialPollInterval: 3600 (Local)
Type: NTP (Local)
NtpServer: time.windows.com,0x9 (Local)
NtpServer (Local)
DllName: C:\WINDOWS\system32\w32time.dll (Local)
Enabled: 0 (Local)
InputProvider: 0 (Local)
VMICTimeProvider (Local)
DllName: C:\WINDOWS\System32\vmictimeprovider.dll (Local)
Enabled: 0 (Local)
InputProvider: 1 (Local)
Hope the information above is useful.
Thanks.