3

I manage a bunch of kiosk style PCs and I have noticed that my test machines have their time drifting a bit.

I'm curious, does anyone know of an freeware time syncing application that can easily be run on a schedule from command line to prevent this drifting?

  • These systems are running Windows XP Embedded.
  • They are not on a domain, so cannot use a DC.
  • They have internet access, but some clients may be limited on outbound comm, it will have to be a case by case basis to config them

I've seen the Atomic Clock Sync from WorldTimeServer.com, but I don't see them having any command line utility that would run silently to sync the time.

Thanks for the help

1

2 Answers 2

9

XP Professional has this built-in.

w32tm /resync

Do w32tm /? for more info.

2
  • On Windows 7, when I do this I get: The following error occurred: The service has not been started.
    – User
    Commented Feb 12, 2013 at 0:06
  • 1
    @User you need to start the Windows Time service beforehand.
    – vadipp
    Commented Oct 17, 2013 at 11:56
1

There is one available for download here called Cmdtime 3 (download link is at the bottom of the page, listed under "Tools").

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .