0

In my job there is a time problemes in all the computers. There is 17 minutes less than "normal time" but i can't fix it by graphic interface so i do cmd : time But it done it 10-11 times in the day, it's a little bit boring. Does it exist a batch command to add 17 minutes at each click on the batch.exe ?

Blinkix
  • 47
  • 1
  • 9
  • [this](http://stackoverflow.com/q/32179446/2152082) or [this](http://stackoverflow.com/q/22862236/2152082) might be helpful. If not, also take a look to the "related" list there. – Stephan Jun 03 '16 at 10:00
  • Finding the reason that the time is so far off might be worthwhile. Also, Windows already has a way to sync with a time server. – lit Jun 03 '16 at 12:05
  • Open a command prompt window , run `w32tm /?` and read the output help. Windows computers not being part of a domain synchronize their time by default with an NTP server of Microsoft. Windows computers being part of a domain synchronize their time with the domain controller. You should really find out why synchronization with the time source (NTP server or domain controller) is not done respectively why time source has a wrong time. It is of course possible to use a different NTP server than the one by Microsoft and change the parameters for NTP synchronization. – Mofi Jun 03 '16 at 16:30
  • I suggest to open __Services__ and check if __Windows Time Service__ is set for being started automatic and is running as otherwise no synchronization with NTP server / domain controller is processed from time to time. – Mofi Jun 03 '16 at 16:32

1 Answers1

2

I suggest you to auto sync to a time server.

Marco
  • 47
  • 4