Paullllll wrote:
> I am getting a "The peer's stratum is less then the host stratum." Whenever
> I try to synchronize the time. What's going on?
Loosely, it means that the Windows Time service deems your workstation
to be a more accurate clock than the time server you have selected so it
won't sync to the less accurate clock. Can you run the following
command at a command prompt and post the results of the command:
w32tm /dumpreg /subkey
![Stick Out Tongue :p :p](https://cdn.jsdelivr.net/joypixels/assets/8.0/png/unicode/64/1f61b.png)
arameters
We are looking for the NtpServer line, if it is set to a DNS server name
it should also have 0x1 appended, which tells the Time service that this
is the most reliable clock on the network, for example:
NtpServer REG_SZ time.nrc.ca,0x1
John
PS. Your machine is not part of a domain, is it?