I am using Oracle VirtualBox and I pause and resume my VMs with days between. However, a couple of my VMs cannot have Guest Additions installed and when I pause one of these VMs and wake it up again, its internal clock continues where it stopped when the host went down.
In order to have the clocks synchronized I have enabled the NTP server on my Windows 7 host machine and use NTP updating in my VMs. Since I've been looking for a while, until I found where to activate the NTP server on Windows 7 I will explain how to do it:
- Open the Registry Editor and browse to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\TimeProviders\NtpServer"
- Change the value of "Enabled" to "1"
- Browse to "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\W32Time\Config"
- Change the value of "AnnounceFlags" to "5" (it means to use local CMOS time clock, KB314054)
That's it. I hope this helps.
Regards,
Roy
No comments:
Post a Comment