Showing posts with label Windows Time. Show all posts
Showing posts with label Windows Time. Show all posts

Wednesday, September 16, 2009

Windows Time Service on Virtual Server

When you reboot a virtual  machine frequently the Windows Time service will neither start automatically nor manually.

I haven't found a permanent solution but this is what I do after a reboot:

  1. net stop w32time (make sure its stopped)

  2. w32tm /unregister (if access is denied, simply run again)

  3. w32tm /register

  4. net start w32time